diff options
author | 2022-02-18 03:34:13 +0000 | |
---|---|---|
committer | 2022-02-18 03:34:13 +0000 | |
commit | 2aec1a59a6e8224a3b2efdfc7cb8e17021bad239 (patch) | |
tree | 9296f52b4f09a19949d811fcf58a7158cf89c3e5 /media-libs | |
parent | net-wireless/hostapd: Stabilize 2.10 amd64, #833576 (diff) | |
download | gentoo-2aec1a59a6e8224a3b2efdfc7cb8e17021bad239.tar.gz gentoo-2aec1a59a6e8224a3b2efdfc7cb8e17021bad239.tar.bz2 gentoo-2aec1a59a6e8224a3b2efdfc7cb8e17021bad239.zip |
media-libs/dav1d: Stabilize 0.9.2 amd64, #833580
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/dav1d/dav1d-0.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/dav1d/dav1d-0.9.2.ebuild b/media-libs/dav1d/dav1d-0.9.2.ebuild index fb91a0e8cc7d..1b51537351a1 100644 --- a/media-libs/dav1d/dav1d-0.9.2.ebuild +++ b/media-libs/dav1d/dav1d-0.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://code.videolan.org/videolan/dav1d" else SRC_URI="https://code.videolan.org/videolan/dav1d/-/archive/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" fi inherit ${SCM} meson-multilib |