diff options
author | Sam James <sam@gentoo.org> | 2021-02-19 04:12:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-19 04:12:32 +0000 |
commit | 44cac88ac162872d8d2bf00939a0cb2c063ea63f (patch) | |
tree | fa65d4f2277cf8fdf05894e5111ab95bef64884d /dev-cpp/eigen | |
parent | dev-util/catfish: Stabilize 4.16.0 x86, #771531 (diff) | |
download | gentoo-44cac88ac162872d8d2bf00939a0cb2c063ea63f.tar.gz gentoo-44cac88ac162872d8d2bf00939a0cb2c063ea63f.tar.bz2 gentoo-44cac88ac162872d8d2bf00939a0cb2c063ea63f.zip |
dev-cpp/eigen: Stabilize 3.3.9 ppc64, #738380
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/eigen')
-rw-r--r-- | dev-cpp/eigen/eigen-3.3.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/eigen/eigen-3.3.9.ebuild b/dev-cpp/eigen/eigen-3.3.9.ebuild index 58854ef77aaa..691314a58c0e 100644 --- a/dev-cpp/eigen/eigen-3.3.9.ebuild +++ b/dev-cpp/eigen/eigen-3.3.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://gitlab.com/lib${PN}/${PN}/-/archive/${PV}/${P}.tar.gz" LICENSE="MPL-2.0" SLOT="3" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="cpu_flags_arm_neon cpu_flags_ppc_altivec cpu_flags_ppc_vsx cuda debug doc openmp test" #zvector RESTRICT="!test? ( test )" |