diff options
author | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2024-06-17 19:24:38 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-25 03:46:48 +0100 |
commit | 7f98ea0577a2d3f16993b1b8284543c6e001e0d1 (patch) | |
tree | e218a4fdcfbd699541cc6fd38f998735e1753b0a | |
parent | dev-lang/spidermonkey: Limit virtual/rust to <1.78 for now (diff) | |
download | gentoo-7f98ea0577a2d3f16993b1b8284543c6e001e0d1.tar.gz gentoo-7f98ea0577a2d3f16993b1b8284543c6e001e0d1.tar.bz2 gentoo-7f98ea0577a2d3f16993b1b8284543c6e001e0d1.zip |
dev-lang/spidermonkey: Limit virtual/rust to <1.78 for now
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Closes: https://github.com/gentoo/gentoo/pull/37164
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-115.10.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/spidermonkey/spidermonkey-115.10.0.ebuild b/dev-lang/spidermonkey/spidermonkey-115.10.0.ebuild index 41c724870547..1bebf4fa8cbc 100644 --- a/dev-lang/spidermonkey/spidermonkey-115.10.0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-115.10.0.ebuild @@ -78,7 +78,7 @@ BDEPEND="${PYTHON_DEPS} clang? ( sys-devel/lld:18 sys-devel/clang:18 - virtual/rust:0/llvm-18 + <virtual/rust-1.78:0/llvm-18 ) ) ( @@ -106,10 +106,10 @@ BDEPEND="${PYTHON_DEPS} ) ) ) - !clang? ( virtual/rust ) + !clang? ( <virtual/rust-1.78 ) !elibc_glibc? ( || ( - dev-lang/rust + <dev-lang/rust-1.78 <dev-lang/rust-bin-1.73 ) ) |