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@gentoo.org>
This commit is contained in:
Matthias Maier
2025-07-16 17:07:42 -05:00
parent 0bd12f44a3
commit f77a9aaf8c
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"