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/codec2/
Date: Thu, 30 Sep 2021 18:18:22
Message-Id: 1633025823.ed6ae9b131d1347eca152f0d6712cdc14d67786e.sam@gentoo
1 commit: ed6ae9b131d1347eca152f0d6712cdc14d67786e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 30 18:17:03 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 30 18:17:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6ae9b1
7
8 media-libs/codec2: Stabilize 1.0.0 arm, #814533
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/codec2/codec2-1.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/codec2/codec2-1.0.0.ebuild b/media-libs/codec2/codec2-1.0.0.ebuild
16 index b403037a4ae..2469842139d 100644
17 --- a/media-libs/codec2/codec2-1.0.0.ebuild
18 +++ b/media-libs/codec2/codec2-1.0.0.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/drowe67/codec2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="LGPL-2.1"
22 SLOT="0/1.0"
23 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
24 +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
25 IUSE="examples test"
26 # Not yet passing, but infrastructure added to run
27 RESTRICT="test"