diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-02-11 07:37:33 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-02-11 07:37:33 +0000 |
commit | 442eda7c40173209696ed94a8066ec76737c77c0 (patch) | |
tree | 7037aa57254a929da9723b12eb451b844c3b0424 /media-libs | |
parent | dev-libs/unittest++: keyworded 2.0.0-r2 for hppa (diff) | |
download | gentoo-442eda7c40173209696ed94a8066ec76737c77c0.tar.gz gentoo-442eda7c40173209696ed94a8066ec76737c77c0.tar.bz2 gentoo-442eda7c40173209696ed94a8066ec76737c77c0.zip |
media-libs/svt-av1: keyworded 0.8.6 for hppa
keyworded wrt bug #764761
Package-Manager: Portage-3.0.14, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/svt-av1/svt-av1-0.8.6.ebuild | 2 |
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 874fccb36649..ee38d183fd1d 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 ~ia64 ~ppc ~ppc64 ~sparc -x86" # -x86: https://github.com/AOMediaCodec/SVT-AV1/issues/1231 + KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc -x86" # -x86: https://github.com/AOMediaCodec/SVT-AV1/issues/1231 S="${WORKDIR}/SVT-AV1-${PV}" fi |