dev-cpp/eigen: add subslot, use subslot for EGIT_BRANCH

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44994
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Paul Zander
2026-05-04 13:25:57 +02:00
committed by Sam James
parent 1faa9ec382
commit 8c4d631d11
2 changed files with 6 additions and 6 deletions

View File

@@ -13,8 +13,8 @@ HOMEPAGE="https://eigen.tuxfamily.org/index.php?title=Main_Page"
if [[ ${PV} = *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/lib${PN}/${PN}.git"
if [[ ${PV} = 3.4.9999* ]] ; then
EGIT_BRANCH="3.4"
if [[ ${PV} = *.9999* ]] ; then
EGIT_BRANCH="$(ver_cut 1-2)"
fi
else
SRC_URI="
@@ -25,7 +25,7 @@ else
fi
LICENSE="MPL-2.0"
SLOT="3"
SLOT="3/$(ver_cut 1-2)"
# The following lines are shamelessly stolen from ffmpeg-9999.ebuild with modifications
ARM_CPU_FEATURES=(

View File

@@ -13,8 +13,8 @@ HOMEPAGE="https://eigen.tuxfamily.org/index.php?title=Main_Page"
if [[ ${PV} = *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/lib${PN}/${PN}.git"
if [[ ${PV} = 3.4.9999* ]] ; then
EGIT_BRANCH="3.4"
if [[ ${PV} = *.9999* ]] ; then
EGIT_BRANCH="$(ver_cut 1-2)"
fi
else
SRC_URI="
@@ -25,7 +25,7 @@ else
fi
LICENSE="MPL-2.0"
SLOT="3"
SLOT="3/$(ver_cut 1-2)"
# The following lines are shamelessly stolen from ffmpeg-9999.ebuild with modifications
ARM_CPU_FEATURES=(