diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-09 10:35:08 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-09 10:35:08 +0200 |
commit | 0638d525252a0486d6969177f7fe3c0b65d23200 (patch) | |
tree | 493047723fbf487702f32cce66fe44378a96b618 /media-libs/dav1d | |
parent | sys-apps/xdg-dbus-proxy: ppc stable wrt bug #747115 (diff) | |
download | gentoo-0638d525252a0486d6969177f7fe3c0b65d23200.tar.gz gentoo-0638d525252a0486d6969177f7fe3c0b65d23200.tar.bz2 gentoo-0638d525252a0486d6969177f7fe3c0b65d23200.zip |
media-libs/dav1d: ppc stable wrt bug #747196
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs/dav1d')
-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 97dd4e0780e6..0813cadd96a6 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 |