diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-09 10:39:49 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-09 10:39:49 +0200 |
commit | e7490db4625b749a12e20908c41c32649fd7c1d3 (patch) | |
tree | 887fb1888479b2bc379548d610dbf3df4bddf5fe /media-libs | |
parent | app-crypt/scrypt: x86 stable wrt bug #747031 (diff) | |
download | gentoo-e7490db4625b749a12e20908c41c32649fd7c1d3.tar.gz gentoo-e7490db4625b749a12e20908c41c32649fd7c1d3.tar.bz2 gentoo-e7490db4625b749a12e20908c41c32649fd7c1d3.zip |
media-libs/dav1d: x86 stable wrt bug #747196
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/dav1d/dav1d-0.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/dav1d/dav1d-0.7.0.ebuild b/media-libs/dav1d/dav1d-0.7.0.ebuild index f04f3e61f349..92d86ac5f998 100644 --- a/media-libs/dav1d/dav1d-0.7.0.ebuild +++ b/media-libs/dav1d/dav1d-0.7.0.ebuild @@ -8,7 +8,7 @@ if [[ "${PV}" == "9999" ]]; then SCM="git-r3" EGIT_REPO_URI="https://code.videolan.org/videolan/dav1d" else - KEYWORDS="amd64 arm arm64 ppc ppc64 ~sparc ~x86" + KEYWORDS="amd64 arm arm64 ppc ppc64 ~sparc x86" SRC_URI="https://code.videolan.org/videolan/dav1d/-/archive/${PV}/${P}.tar.bz2" fi |