summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@gentoo.org>2020-07-27 17:55:45 -0600
committerChristoph Junghans <junghans@gentoo.org>2020-07-27 18:29:03 -0600
commitc0f181f144f3db3448abaa54f7160e21bab3da7f (patch)
tree0bb4ac8bd8cf726501824e2a49461c1248a2d9ee /dev-cpp/kokkos/kokkos-3.1.01.ebuild
parentdev-util/trace-cmd-2.9.1: Version bump (diff)
downloadgentoo-c0f181f144f3db3448abaa54f7160e21bab3da7f.tar.gz
gentoo-c0f181f144f3db3448abaa54f7160e21bab3da7f.tar.bz2
gentoo-c0f181f144f3db3448abaa54f7160e21bab3da7f.zip
dev-cpp/kokkos: mark x86 as unsupported
Bug: https://github.com/kokkos/kokkos/issues/2312 Closes: https://bugs.gentoo.org/734156 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Christoph Junghans <junghans@gentoo.org>
Diffstat (limited to 'dev-cpp/kokkos/kokkos-3.1.01.ebuild')
-rw-r--r--dev-cpp/kokkos/kokkos-3.1.01.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/kokkos/kokkos-3.1.01.ebuild b/dev-cpp/kokkos/kokkos-3.1.01.ebuild
index 1707ae8abba0..b8bceaa6fda8 100644
--- a/dev-cpp/kokkos/kokkos-3.1.01.ebuild
+++ b/dev-cpp/kokkos/kokkos-3.1.01.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 -x86"
IUSE="+openmp test"
RESTRICT="!test? ( test )"