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-cpp/eigen/
Date: Sun, 16 May 2021 18:58:20
Message-Id: 1621191452.1ff2da5ad2391e255cfa7b38e47c73467ca0b583.sam@gentoo
1 commit: 1ff2da5ad2391e255cfa7b38e47c73467ca0b583
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 16 18:57:32 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun May 16 18:57:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff2da5a
7
8 dev-cpp/eigen: Stabilize 3.3.9 arm64, #738380
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-cpp/eigen/eigen-3.3.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-cpp/eigen/eigen-3.3.9.ebuild b/dev-cpp/eigen/eigen-3.3.9.ebuild
16 index 2d095c44100..622a094a858 100644
17 --- a/dev-cpp/eigen/eigen-3.3.9.ebuild
18 +++ b/dev-cpp/eigen/eigen-3.3.9.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://gitlab.com/lib${PN}/${PN}/-/archive/${PV}/${P}.tar.gz"
20
21 LICENSE="MPL-2.0"
22 SLOT="3"
23 -KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~amd64 ~arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
25 IUSE="cpu_flags_arm_neon cpu_flags_ppc_altivec cpu_flags_ppc_vsx cuda debug doc openmp test" #zvector
26
27 RESTRICT="!test? ( test )"