diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-07 22:55:25 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-07 22:58:28 +0200 |
commit | fe30749ea07569512802958478fd4bc633cbccfb (patch) | |
tree | 6b97b01d2650f91b9c0edbb963bd2396cf9be716 /dev-lang | |
parent | sys-devel/bison: Moved sys-devel/gettext to (R)DEPEND. (diff) | |
download | gentoo-fe30749ea07569512802958478fd4bc633cbccfb.tar.gz gentoo-fe30749ea07569512802958478fd4bc633cbccfb.tar.bz2 gentoo-fe30749ea07569512802958478fd4bc633cbccfb.zip |
dev-lang/spidermonkey: move virtual/rust to BDEPEND
Closes: https://bugs.gentoo.org/740888
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild b/dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild index cbc97965855d..c41e32dbc5c7 100644 --- a/dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild @@ -58,6 +58,7 @@ IUSE="debug +jit test" RESTRICT="!test? ( test )" BDEPEND="${PYTHON_DEPS} + >=virtual/rust-1.43.0 virtual/pkgconfig" CDEPEND=">=dev-libs/icu-67.1:= @@ -66,7 +67,6 @@ CDEPEND=">=dev-libs/icu-67.1:= >=sys-libs/zlib-1.2.3" DEPEND="${CDEPEND} - >=virtual/rust-1.43.0 test? ( $(python_gen_any_dep 'dev-python/six[${PYTHON_USEDEP}]') )" |