commit: 125a1605576a551bbefcff5848da6b611ab1eb8a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 13 09:06:33 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 13 09:12:57 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125a1605
media-libs/svt-av1: Stabilize 2.1.2 hppa, #955324
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/svt-av1/svt-av1-2.1.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/svt-av1/svt-av1-2.1.2.ebuild
b/media-libs/svt-av1/svt-av1-2.1.2.ebuild
index 6ba513e8db9a..bcf89d73d2c8 100644
--- a/media-libs/svt-av1/svt-av1-2.1.2.ebuild
+++ b/media-libs/svt-av1/svt-av1-2.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2024 Gentoo Authors
+# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]]; then
EGIT_REPO_URI="https://gitlab.com/AOMediaCodec/SVT-AV1.git"
else
SRC_URI="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v${PV}/SVT-AV1-v${PV}.tar.bz2"
- KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv
sparc x86"
+ KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv
sparc x86"
S="${WORKDIR}/SVT-AV1-v${PV}"
fi