diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-07-26 11:15:37 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-07-26 11:15:37 +0200 |
commit | e2e7fd45498368bcb40a9bdf51bf2a0994257356 (patch) | |
tree | 7126e49fe597f07defe275598c1f2fd6120306fd /media-libs/dav1d | |
parent | mail-mta/postfix: bump to 3.5_pre20190724 (diff) | |
download | gentoo-e2e7fd45498368bcb40a9bdf51bf2a0994257356.tar.gz gentoo-e2e7fd45498368bcb40a9bdf51bf2a0994257356.tar.bz2 gentoo-e2e7fd45498368bcb40a9bdf51bf2a0994257356.zip |
media-libs/dav1d: ppc stable wrt bug #688642
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'media-libs/dav1d')
-rw-r--r-- | media-libs/dav1d/dav1d-0.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/dav1d/dav1d-0.3.1.ebuild b/media-libs/dav1d/dav1d-0.3.1.ebuild index e6441b472e71..1a0ff07d7677 100644 --- a/media-libs/dav1d/dav1d-0.3.1.ebuild +++ b/media-libs/dav1d/dav1d-0.3.1.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 x86" + KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86" SRC_URI="https://code.videolan.org/videolan/dav1d/-/archive/${PV}/${P}.tar.bz2" fi |