diff options
author | Sam James <sam@gentoo.org> | 2021-02-28 23:20:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-28 23:20:23 +0000 |
commit | 593c56113d6bb977f31c2f11ff35e0f69f68b619 (patch) | |
tree | bc0d4b0a93bc43d0056c9e1d07c03d3e9ecfd156 /games-strategy | |
parent | dev-util/premake: add github remote-id (diff) | |
download | gentoo-593c56113d6bb977f31c2f11ff35e0f69f68b619.tar.gz gentoo-593c56113d6bb977f31c2f11ff35e0f69f68b619.tar.bz2 gentoo-593c56113d6bb977f31c2f11ff35e0f69f68b619.zip |
games-strategy/0ad: extra cleanup
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/0ad/0ad-0.0.24b_alpha.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild index b2d76e0fe1a3..fd767ad8126d 100644 --- a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild +++ b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild @@ -11,7 +11,6 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/0ad/0ad" - ZEROAD_GIT_REVISION="" elif [[ ${PV} == *_pre* ]]; then ZEROAD_GIT_REVISION="c7d07d3979f969b969211a5e5748fa775f6768a7" else @@ -20,6 +19,7 @@ fi DESCRIPTION="A free, real-time strategy game" HOMEPAGE="https://play0ad.com/" + if [[ ${PV} == 9999 ]]; then S="${WORKDIR}/${P}" elif [[ ${PV} == *_pre* ]]; then @@ -104,6 +104,7 @@ src_configure() { tc-export CC CXX # Stock premake5 does not work, use the shipped one + # TODO: revisit this, see above BDEPEND note re premake5 emake -C "${S}"/build/premake/premake5/build/gmake2.unix # Regenerate scripts.c so our patch applies |