Update Gentoo ebuild to current stable-0.60.x

_p38 since the target commit is 38 commits after tag 0.60.0-beta2.
This commit is contained in:
Kp 2018-06-24 18:05:48 +00:00
parent 30a83eec41
commit d1a4e3b7a1

View file

@ -15,8 +15,10 @@ if [[ "$PV" = 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/dxx-rebirth/dxx-rebirth"
else
MY_PV="${PV/_beta/-beta}"
SRC_URI="https://github.com/dxx-rebirth/dxx-rebirth/archive/$MY_PV.zip -> $PN-$PVR.zip"
MY_COMMIT='00894792eb225a611ca5fd4b10156d959a0b51f9'
S="$WORKDIR/$PN-$MY_COMMIT"
SRC_URI="https://github.com/dxx-rebirth/dxx-rebirth/archive/$MY_COMMIT.zip -> $PN-$PVR.zip"
unset MY_COMMIT
# Restriction only for use in private overlays. When this is added to a
# public tree, post the sources to a mirror and remove this restriction.