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: Mon, 01 Mar 2021 10:20:32
Message-Id: 1614594010.ee5d207c95d3d2eea86f61478e7f4a277e38e63b.sam@gentoo
1 commit: ee5d207c95d3d2eea86f61478e7f4a277e38e63b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 1 10:20:10 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 1 10:20:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee5d207c
7
8 games-strategy/0ad: add virtual/rust BDEPEND for SpiderMonkey
9
10 Needed for bundled SpiderMonkey
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 games-strategy/0ad/0ad-0.0.24b_alpha.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild
18 index 06ee07597d7..3aa595b69b9 100644
19 --- a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild
20 +++ b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild
21 @@ -37,10 +37,12 @@ KEYWORDS="~amd64 ~x86"
22 IUSE="editor +lobby nvtt pch test"
23 RESTRICT="test"
24
25 +# virtual/rust is for bundled SpiderMonkey
26 # TODO: Unbundle premake5
27 # See bug #773472 which may help (bump for it)
28 BDEPEND="
29 virtual/pkgconfig
30 + virtual/rust
31 test? ( dev-lang/perl )
32 "
33 # Removed dependency on nvtt as we use the bundled one