diff options
author | Sam James <sam@gentoo.org> | 2021-01-02 22:08:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-02 22:08:15 +0000 |
commit | 9833e49f1ac0ca9e3a8b53bc7cb334cad328404f (patch) | |
tree | 4a6c3cc69e0d367a490f9a28433be499db178ad1 /media-libs/dav1d | |
parent | sci-calculators/units: Stabilize 2.19-r1 ppc, #762868 (diff) | |
download | gentoo-9833e49f1ac0ca9e3a8b53bc7cb334cad328404f.tar.gz gentoo-9833e49f1ac0ca9e3a8b53bc7cb334cad328404f.tar.bz2 gentoo-9833e49f1ac0ca9e3a8b53bc7cb334cad328404f.zip |
media-libs/dav1d: Stabilize 0.8.0 ppc, #762098
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/dav1d')
-rw-r--r-- | media-libs/dav1d/dav1d-0.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/dav1d/dav1d-0.8.0.ebuild b/media-libs/dav1d/dav1d-0.8.0.ebuild index 4f306cb6db15..83a018f3e5b7 100644 --- a/media-libs/dav1d/dav1d-0.8.0.ebuild +++ b/media-libs/dav1d/dav1d-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 |