summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2021-02-11 07:35:12 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2021-02-11 07:36:31 +0000
commit8748eaa4614cba97c192beb0a5ecd7cc9019b2fe (patch)
treef4c064a1280fd29921da86655f1b7007c82e656b /media-libs/svt-av1
parentxfce-extra/xfce4-volumed-pulse: keyworded 0.2.3 for ia64 (diff)
downloadgentoo-8748eaa4614cba97c192beb0a5ecd7cc9019b2fe.tar.gz
gentoo-8748eaa4614cba97c192beb0a5ecd7cc9019b2fe.tar.bz2
gentoo-8748eaa4614cba97c192beb0a5ecd7cc9019b2fe.zip
media-libs/svt-av1: keyworded 0.8.6 for ia64
keyworded wrt bug #764761 Package-Manager: Portage-3.0.14, Repoman-3.0.2 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'media-libs/svt-av1')
-rw-r--r--media-libs/svt-av1/svt-av1-0.8.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/svt-av1/svt-av1-0.8.6.ebuild b/media-libs/svt-av1/svt-av1-0.8.6.ebuild
index 50cd8da9ccad..874fccb36649 100644
--- a/media-libs/svt-av1/svt-av1-0.8.6.ebuild
+++ b/media-libs/svt-av1/svt-av1-0.8.6.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]]; then
EGIT_REPO_URI="https://github.com/AOMediaCodec/SVT-AV1.git"
else
SRC_URI="https://github.com/AOMediaCodec/SVT-AV1/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc -x86" # -x86: https://github.com/AOMediaCodec/SVT-AV1/issues/1231
+ KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc -x86" # -x86: https://github.com/AOMediaCodec/SVT-AV1/issues/1231
S="${WORKDIR}/SVT-AV1-${PV}"
fi