diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-23 07:27:44 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-23 07:27:44 +0000 |
commit | 69e5b07560621b3f907e3d578416b53a7426465a (patch) | |
tree | a993c1fedf68b17c218fe6521d1bf9255a7c5e98 /media-libs/dav1d | |
parent | media-libs/dav1d: Stabilize 1.4.2 arm64, #940099 (diff) | |
download | gentoo-69e5b07560621b3f907e3d578416b53a7426465a.tar.gz gentoo-69e5b07560621b3f907e3d578416b53a7426465a.tar.bz2 gentoo-69e5b07560621b3f907e3d578416b53a7426465a.zip |
media-libs/dav1d: Stabilize 1.4.2 arm, #940099
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs/dav1d')
-rw-r--r-- | media-libs/dav1d/dav1d-1.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/dav1d/dav1d-1.4.2.ebuild b/media-libs/dav1d/dav1d-1.4.2.ebuild index f7cb7163b591..8291ec58b2d8 100644 --- a/media-libs/dav1d/dav1d-1.4.2.ebuild +++ b/media-libs/dav1d/dav1d-1.4.2.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://downloads.videolan.org/pub/videolan/dav1d/${PV}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos" + KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos" fi inherit meson-multilib |