diff options
author | Sam James <sam@gentoo.org> | 2020-11-26 08:03:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-26 08:03:25 +0000 |
commit | 80456b3a53b796b474eae1f81ae9354ef3e74d6b (patch) | |
tree | 1b29f5b2e8112e5605976622e4dd69a915cd562f /media-libs | |
parent | dev-python/lxml: Stabilize 4.6.1 arm64, #756466 (diff) | |
download | gentoo-80456b3a53b796b474eae1f81ae9354ef3e74d6b.tar.gz gentoo-80456b3a53b796b474eae1f81ae9354ef3e74d6b.tar.bz2 gentoo-80456b3a53b796b474eae1f81ae9354ef3e74d6b.zip |
media-libs/dav1d: Stabilize 0.7.1 arm, #756376
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/dav1d/dav1d-0.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/dav1d/dav1d-0.7.1.ebuild b/media-libs/dav1d/dav1d-0.7.1.ebuild index 06a2ccd175a2..1ea364b43e9e 100644 --- a/media-libs/dav1d/dav1d-0.7.1.ebuild +++ b/media-libs/dav1d/dav1d-0.7.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 ~sparc x86" + KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~sparc x86" SRC_URI="https://code.videolan.org/videolan/dav1d/-/archive/${PV}/${P}.tar.bz2" fi |