diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-20 15:43:17 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-20 16:04:04 +0200 |
commit | 95481f605297c613bbf81fbe1fbc6c66dfb36980 (patch) | |
tree | 9b16eb8ba7ba48993cebf596ecf51cf7856c4737 /dev-lang | |
parent | dev-lang/spidermonkey: add CPU_FLAGS_ARM=neon (diff) | |
download | gentoo-95481f605297c613bbf81fbe1fbc6c66dfb36980.tar.gz gentoo-95481f605297c613bbf81fbe1fbc6c66dfb36980.tar.bz2 gentoo-95481f605297c613bbf81fbe1fbc6c66dfb36980.zip |
dev-lang/spidermonkey: relax Rust requirement
See build/moz.configure/rust.configure:rust_compiler().
Bug: https://bugs.gentoo.org/740890
Package-Manager: Portage-3.0.7, 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 372379f4e97f..63a601bf3387 100644 --- a/dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-78.2.0.ebuild @@ -61,7 +61,7 @@ RESTRICT="!test? ( test )" BDEPEND="${PYTHON_DEPS} sys-devel/clang - >=virtual/rust-1.43.0 + >=virtual/rust-1.41.0 virtual/pkgconfig" CDEPEND=">=dev-libs/icu-67.1:= |