dev-cpp/kokkos: switch to subslots tracking version number

Let us not assume any ABI stability between versions. Thus, add subslots
to cleanly force a rebuild of reverse dependencies.

Signed-off-by: Matthias Maier <tamiko@gentoo.org>
This commit is contained in:
Matthias Maier
2025-07-16 17:11:49 -05:00
parent af53294fb5
commit 0bd12f44a3
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P
S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="BSD"
SLOT="0"
SLOT="0/${PV}"
KEYWORDS="amd64 -x86"
IUSE="+openmp test"
RESTRICT="!test? ( test )"

View File

@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P
S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="BSD"
SLOT="0"
SLOT="0/${PV}"
KEYWORDS="amd64 -x86"
IUSE="+openmp test"
RESTRICT="!test? ( test )"

View File

@@ -19,7 +19,7 @@ else
fi
LICENSE="BSD"
SLOT="0"
SLOT="0/${PV}"
IUSE="+openmp test"
RESTRICT="!test? ( test )"

View File

@@ -19,7 +19,7 @@ else
fi
LICENSE="BSD"
SLOT="0"
SLOT="0/${PV}"
IUSE="+openmp test"
RESTRICT="!test? ( test )"