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:
Denis Reva
2020-04-15 12:20:42 +05:00
parent 9f13d91c2e
commit 9e59e836ae
2 changed files with 4 additions and 2 deletions

View File

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

View File

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