Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gf2x/
Date: Tue, 25 Aug 2020 10:25:55
Message-Id: 1598351089.04401d8059d5bbe9794b0fca560043ce69ca9b4f.sam@gentoo
1 commit: 04401d8059d5bbe9794b0fca560043ce69ca9b4f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 25 10:24:49 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 10:24:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04401d80
7
8 dev-libs/gf2x: arm64 keyworded (bug #734822)
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-libs/gf2x/gf2x-1.3.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/gf2x/gf2x-1.3.0.ebuild b/dev-libs/gf2x/gf2x-1.3.0.ebuild
17 index 3c44e414e86..0ff8c7a7a42 100644
18 --- a/dev-libs/gf2x/gf2x-1.3.0.ebuild
19 +++ b/dev-libs/gf2x/gf2x-1.3.0.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="https://gforge.inria.fr/frs/download.php/38243/${P}.tar.gz"
21
22 LICENSE="GPL-2"
23 SLOT="0/3" # soname major version, defined in configure.ac
24 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
25 +KEYWORDS="amd64 ~arm64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
26 IUSE="fft static-libs custom-tune"
27 IUSE_CPU_FLAGS=" pclmul sse2 sse3 sse4_1 ssse3"
28 IUSE+=" ${IUSE_CPU_FLAGS// / cpu_flags_x86_}"