Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/0ad/
Date: Sun, 28 Feb 2021 23:04:49
Message-Id: 1614553474.cb2a1da8c6bcacada604ebd45f0825ccd3c8edb3.sam@gentoo
1 commit: cb2a1da8c6bcacada604ebd45f0825ccd3c8edb3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 23:03:30 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 23:04:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb2a1da8
7
8 games-strategy/0ad: add note re bundled premake
9
10 Bug: https://bugs.gentoo.org/773472
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 games-strategy/0ad/0ad-0.0.24b_alpha.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild
17 index 49ac259e569..b2d76e0fe1a 100644
18 --- a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild
19 +++ b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild
20 @@ -37,6 +37,8 @@ KEYWORDS="~amd64 ~x86"
21 IUSE="editor +lobby nvtt pch test"
22 RESTRICT="test"
23
24 +# TODO: Unbundle premake5
25 +# See bug #773472 which may help (bump for it)
26 BDEPEND="
27 virtual/pkgconfig
28 test? ( dev-lang/perl )