summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-12-10 10:09:39 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-12-10 10:10:23 +0100
commit2b52f441661f85eafd9245084d51c4424acdfe55 (patch)
treecfe0885246bee786e599b2f44db5be51e67b61f1 /games-emulation
parentgames-emulation/mgba: Bump to version 0.8_beta1 (diff)
downloadgentoo-2b52f441661f85eafd9245084d51c4424acdfe55.tar.gz
gentoo-2b52f441661f85eafd9245084d51c4424acdfe55.tar.bz2
gentoo-2b52f441661f85eafd9245084d51c4424acdfe55.zip
games-emulation/mgba: Synced live ebuild
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/mgba/mgba-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/games-emulation/mgba/mgba-9999.ebuild b/games-emulation/mgba/mgba-9999.ebuild
index 013c485228bf..014fe2c0a7ce 100644
--- a/games-emulation/mgba/mgba-9999.ebuild
+++ b/games-emulation/mgba/mgba-9999.ebuild
@@ -11,8 +11,11 @@ if [[ "${PV}" == 9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/mgba-emu/mgba.git"
else
- SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ MY_PV="${PV/_beta/-b}"
+ SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+ [[ "${PV}" == *_beta* ]] || \
KEYWORDS="~amd64 ~x86"
+ S="${WORKDIR}/${PN}-${MY_PV}"
fi
LICENSE="MPL-2.0"
SLOT="0"