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/graphene/
Date: Sun, 30 Aug 2020 18:28:42
Message-Id: 1598812106.0884b54974c3936f9ab03649f72785a7a1303e8d.sam@gentoo
1 commit: 0884b54974c3936f9ab03649f72785a7a1303e8d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 18:10:42 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 18:28:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0884b549
7
8 media-libs/graphene: Stabilize 1.10.2 arm64, #738728
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/graphene/graphene-1.10.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/graphene/graphene-1.10.2.ebuild b/media-libs/graphene/graphene-1.10.2.ebuild
16 index b9321a50048..d8c3f55062d 100644
17 --- a/media-libs/graphene/graphene-1.10.2.ebuild
18 +++ b/media-libs/graphene/graphene-1.10.2.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ebassi/graphene/releases/download/${PV}/${P}.tar.xz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
24 +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
25 IUSE="cpu_flags_arm_neon cpu_flags_x86_sse2 doc +introspection test"
26 RESTRICT="!test? ( test )"