diff options
author | Sam James <sam@gentoo.org> | 2020-12-29 21:23:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-29 21:23:14 +0000 |
commit | 76a98f0ec231d7c8ac02ab921f7a21166b791191 (patch) | |
tree | 87d3586f7117192f38161a0c820eb97073168bd0 /media-libs/dav1d | |
parent | dev-util/ragel: Stabilize 7.0.0.12 arm, #761870 (diff) | |
download | gentoo-76a98f0ec231d7c8ac02ab921f7a21166b791191.tar.gz gentoo-76a98f0ec231d7c8ac02ab921f7a21166b791191.tar.bz2 gentoo-76a98f0ec231d7c8ac02ab921f7a21166b791191.zip |
media-libs/dav1d: Stabilize 0.8.0 arm, #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 abc2d61dfe39..ec25604043a2 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 |