commit: 2eaac6f10fd4860188a3270b07b37973b836b9fb
Author: Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT>
com>
AuthorDate: Fri Mar 3 00:35:03 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Mar 3 06:25:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eaac6f1
media-libs/svt-av1: Keyword 1.1.0 mips, #896142
Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
media-libs/svt-av1/svt-av1-1.1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/svt-av1/svt-av1-1.1.0.ebuild
b/media-libs/svt-av1/svt-av1-1.1.0.ebuild
index 3df755237453..01899eb8c603 100644
--- a/media-libs/svt-av1/svt-av1-1.1.0.ebuild
+++ b/media-libs/svt-av1/svt-av1-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2023 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.gz
-> ${P}.tar.gz"
- KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
+ KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv
sparc x86"
S="${WORKDIR}/SVT-AV1-v${PV}"
fi