commit: fe30749ea07569512802958478fd4bc633cbccfb Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Mon Sep 7 20:55:25 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Mon Sep 7 20:58:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe30749e
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 <AT> gentoo.org> dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild b/dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild index cbc97965855..c41e32dbc5c 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}]') )"
