diff options
author | Christoph Junghans <junghans@gentoo.org> | 2020-07-27 17:55:45 -0600 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2020-07-27 18:29:03 -0600 |
commit | c0f181f144f3db3448abaa54f7160e21bab3da7f (patch) | |
tree | 0bb4ac8bd8cf726501824e2a49461c1248a2d9ee /dev-cpp/kokkos | |
parent | dev-util/trace-cmd-2.9.1: Version bump (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-cpp/kokkos/kokkos-3.0.00.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/kokkos/kokkos-3.1.00.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/kokkos/kokkos-3.1.01.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-cpp/kokkos/kokkos-3.0.00.ebuild b/dev-cpp/kokkos/kokkos-3.0.00.ebuild index 1707ae8abba0..b8bceaa6fda8 100644 --- a/dev-cpp/kokkos/kokkos-3.0.00.ebuild +++ b/dev-cpp/kokkos/kokkos-3.0.00.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 )" diff --git a/dev-cpp/kokkos/kokkos-3.1.00.ebuild b/dev-cpp/kokkos/kokkos-3.1.00.ebuild index 1707ae8abba0..b8bceaa6fda8 100644 --- a/dev-cpp/kokkos/kokkos-3.1.00.ebuild +++ b/dev-cpp/kokkos/kokkos-3.1.00.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 )" 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 )" |