mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
dev-java/openjdk-sts-bin:
Fix Slot issues by hardcoding Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Denis Reva <denis7774@gmail.com>
This commit is contained in:
@@ -12,7 +12,8 @@ abi_uri() {
|
||||
}
|
||||
|
||||
MY_PV=${PV/_p/+}
|
||||
SLOT="$(ver_cut 1)"
|
||||
SLOT=13
|
||||
#Some people like AndrewAmmerlaan reports that SLOT="$(ver_cut 1)" is not detected correctly. So I had to hardcode that.
|
||||
|
||||
SRC_URI="
|
||||
$(abi_uri arm)
|
||||
|
||||
@@ -12,7 +12,8 @@ abi_uri() {
|
||||
}
|
||||
|
||||
MY_PV=${PV/_p/+}
|
||||
SLOT="$(ver_cut 1)"
|
||||
SLOT=14
|
||||
#Some people like AndrewAmmerlaan reports that SLOT="$(ver_cut 1)" is not detected correctly. So I had to hardcode that.
|
||||
|
||||
SRC_URI="
|
||||
$(abi_uri arm)
|
||||
|
||||
Reference in New Issue
Block a user