commit:     593c56113d6bb977f31c2f11ff35e0f69f68b619
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 23:20:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 23:20:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593c5611

games-strategy/0ad: extra cleanup

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-strategy/0ad/0ad-0.0.24b_alpha.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild 
b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild
index b2d76e0fe1a..fd767ad8126 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

Reply via email to