mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user