projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0e3073
)
games-emulation/mgba: Synced live ebuild
author
Lars Wendler
<polynomial-c@gentoo.org>
Tue, 10 Dec 2019 09:09:39 +0000
(10:09 +0100)
committer
Lars Wendler
<polynomial-c@gentoo.org>
Tue, 10 Dec 2019 09:10:23 +0000
(10:10 +0100)
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
games-emulation/mgba/mgba-9999.ebuild
patch
|
blob
|
history
diff --git
a/games-emulation/mgba/mgba-9999.ebuild
b/games-emulation/mgba/mgba-9999.ebuild
index 013c485228bf5c214e5b4b691eab3122a932954e..014fe2c0a7ce85d2e7aba7f319b0a1a8179a1faa 100644
(file)
--- 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"