diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-03-15 23:41:39 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-03-15 23:42:10 -0700 |
commit | bcd1214f140075508eb094f90265fe44251f7d77 (patch) | |
tree | 0802f896f11ae68861f5c85940e6a04ee234801b /dev-cpp/eigen | |
parent | media-libs/alsa-ucm-conf-1.2.2: add ~alpha (diff) | |
download | gentoo-bcd1214f140075508eb094f90265fe44251f7d77.tar.gz gentoo-bcd1214f140075508eb094f90265fe44251f7d77.tar.bz2 gentoo-bcd1214f140075508eb094f90265fe44251f7d77.zip |
dev-cpp/eigen: Drop alpha keywords, bug 575366
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-cpp/eigen')
-rw-r--r-- | dev-cpp/eigen/eigen-3.3.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/eigen/eigen-3.3.7.ebuild b/dev-cpp/eigen/eigen-3.3.7.ebuild index 6e5623fc6b9b..25453c922e94 100644 --- a/dev-cpp/eigen/eigen-3.3.7.ebuild +++ b/dev-cpp/eigen/eigen-3.3.7.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://bitbucket.org/eigen/eigen/get/${PV}.tar.bz2 -> ${P}.tar.bz2" LICENSE="MPL-2.0" SLOT="3" -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="altivec c++11 cpu_flags_arm_neon cuda debug doc openmp test" #zvector vsx RESTRICT="!test? ( test )" |