diff options
author | Sam James <sam@gentoo.org> | 2021-01-03 01:17:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-03 01:17:15 +0000 |
commit | 54c18a236bd44793ce527f81444e369c1c0e5b79 (patch) | |
tree | 59d5a2fe11bd069620e0fae8d09564e3592bb92b /media-libs/dav1d | |
parent | dev-util/bats: Stabilize 1.2.1 amd64, #762086 (diff) | |
download | gentoo-54c18a236bd44793ce527f81444e369c1c0e5b79.tar.gz gentoo-54c18a236bd44793ce527f81444e369c1c0e5b79.tar.bz2 gentoo-54c18a236bd44793ce527f81444e369c1c0e5b79.zip |
media-libs/dav1d: Stabilize 0.8.0 amd64, #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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/dav1d/dav1d-0.8.0.ebuild b/media-libs/dav1d/dav1d-0.8.0.ebuild index 83a018f3e5b7..6a37c26f2323 100644 --- a/media-libs/dav1d/dav1d-0.8.0.ebuild +++ b/media-libs/dav1d/dav1d-0.8.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 |