From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0E581382C5 for ; Sun, 28 Feb 2021 23:20:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30E2EE0956; Sun, 28 Feb 2021 23:20:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16220E0956 for ; Sun, 28 Feb 2021 23:20:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA3DC340E51 for ; Sun, 28 Feb 2021 23:20:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 267582A9 for ; Sun, 28 Feb 2021 23:20:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614554423.593c56113d6bb977f31c2f11ff35e0f69f68b619.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/0ad/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/0ad/0ad-0.0.24b_alpha.ebuild X-VCS-Directories: games-strategy/0ad/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 593c56113d6bb977f31c2f11ff35e0f69f68b619 X-VCS-Branch: master Date: Sun, 28 Feb 2021 23:20:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 63ed5ad4-8394-4b7a-9ae0-e2378c1c6333 X-Archives-Hash: 41a03ac14b2058d6cf5f938dfeeeecd8 commit: 593c56113d6bb977f31c2f11ff35e0f69f68b619 Author: Sam James gentoo org> AuthorDate: Sun Feb 28 23:20:23 2021 +0000 Commit: Sam James gentoo 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 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