commit: f77a9aaf8cc62058a5a5fe8c9c305fbf34d43121
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 16 22:07:42 2025 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Wed Jul 16 22:18:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77a9aaf
dev-cpp/kokkos: keyword 4.6.2 for ~x86
- verified in an x86 lxc container that we do indeed compile.
- sci-libs/trilinos, which internally bundles kokkos is keyworded for
~x86 as well.
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
dev-cpp/kokkos/kokkos-4.6.2-r1.ebuild | 2 +-
dev-cpp/kokkos/kokkos-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-cpp/kokkos/kokkos-4.6.2-r1.ebuild
b/dev-cpp/kokkos/kokkos-4.6.2-r1.ebuild
index 8ce84df4f22b..ee6ccf7fff8b 100644
--- a/dev-cpp/kokkos/kokkos-4.6.2-r1.ebuild
+++ b/dev-cpp/kokkos/kokkos-4.6.2-r1.ebuild
@@ -15,7 +15,7 @@ else
MY_PV="$(ver_cut 1-2).0$(ver_cut 3)"
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${MY_PV}.tar.gz ->
${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"
- KEYWORDS="~amd64 -x86"
+ KEYWORDS="~amd64 ~x86"
fi
LICENSE="BSD"
diff --git a/dev-cpp/kokkos/kokkos-9999.ebuild
b/dev-cpp/kokkos/kokkos-9999.ebuild
index 8ce84df4f22b..ee6ccf7fff8b 100644
--- a/dev-cpp/kokkos/kokkos-9999.ebuild
+++ b/dev-cpp/kokkos/kokkos-9999.ebuild
@@ -15,7 +15,7 @@ else
MY_PV="$(ver_cut 1-2).0$(ver_cut 3)"
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${MY_PV}.tar.gz ->
${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"
- KEYWORDS="~amd64 -x86"
+ KEYWORDS="~amd64 ~x86"
fi
LICENSE="BSD"