Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/
Date: Mon, 07 Sep 2020 20:58:36
Message-Id: 1599512308.fe30749ea07569512802958478fd4bc633cbccfb.whissi@gentoo
1 commit: fe30749ea07569512802958478fd4bc633cbccfb
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 7 20:55:25 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 7 20:58:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe30749e
7
8 dev-lang/spidermonkey: move virtual/rust to BDEPEND
9
10 Closes: https://bugs.gentoo.org/740888
11 Package-Manager: Portage-3.0.5, Repoman-3.0.1
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild b/dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild
18 index cbc97965855..c41e32dbc5c 100644
19 --- a/dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild
20 +++ b/dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild
21 @@ -58,6 +58,7 @@ IUSE="debug +jit test"
22 RESTRICT="!test? ( test )"
23
24 BDEPEND="${PYTHON_DEPS}
25 + >=virtual/rust-1.43.0
26 virtual/pkgconfig"
27
28 CDEPEND=">=dev-libs/icu-67.1:=
29 @@ -66,7 +67,6 @@ CDEPEND=">=dev-libs/icu-67.1:=
30 >=sys-libs/zlib-1.2.3"
31
32 DEPEND="${CDEPEND}
33 - >=virtual/rust-1.43.0
34 test? (
35 $(python_gen_any_dep 'dev-python/six[${PYTHON_USEDEP}]')
36 )"