Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libavif/
Date: Sun, 02 Jan 2022 22:50:49
Message-Id: 1641163831.442b1b2c058d950859a582d38562b940fe93e748.sam@gentoo
1 commit: 442b1b2c058d950859a582d38562b940fe93e748
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 22:50:31 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 22:50:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442b1b2c
7
8 media-libs/libavif: Stabilize 0.9.3-r1 amd64, #827896
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/libavif/libavif-0.9.3-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/libavif/libavif-0.9.3-r1.ebuild b/media-libs/libavif/libavif-0.9.3-r1.ebuild
16 index ee304de7b302..0226281d1715 100644
17 --- a/media-libs/libavif/libavif-0.9.3-r1.ebuild
18 +++ b/media-libs/libavif/libavif-0.9.3-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2020-2021 Gentoo Authors
21 +# Copyright 2020-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/AOMediaCodec/libavif/archive/v${PV}.tar.gz -> ${P}.t
26 LICENSE="BSD-2"
27 # See bug #822336 re subslot
28 SLOT="0/${PV}"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
30 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
31 IUSE="+aom dav1d examples extras gdk-pixbuf rav1e svt-av1"
32
33 REQUIRED_USE="|| ( aom dav1d )"