diff options
author | Sam James <sam@gentoo.org> | 2024-03-04 08:57:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-04 08:57:39 +0000 |
commit | 1e5a4879c2f42e2c407817e99f024c9d6e4816fd (patch) | |
tree | 652467a555e33be3be9c09267465e224783cf96e | |
parent | media-libs/dav1d: add 1.4.0 (diff) | |
download | gentoo-1e5a4879c2f42e2c407817e99f024c9d6e4816fd.tar.gz gentoo-1e5a4879c2f42e2c407817e99f024c9d6e4816fd.tar.bz2 gentoo-1e5a4879c2f42e2c407817e99f024c9d6e4816fd.zip |
media-libs/dav1d: Stabilize 1.3.0 arm, #925953
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | media-libs/dav1d/dav1d-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/dav1d/dav1d-1.3.0.ebuild b/media-libs/dav1d/dav1d-1.3.0.ebuild index efd6748fe32c..11a244b7766d 100644 --- a/media-libs/dav1d/dav1d-1.3.0.ebuild +++ b/media-libs/dav1d/dav1d-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos" fi inherit meson-multilib |