summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-05-29 23:03:11 +0200
committerSam James <sam@gentoo.org>2024-05-31 22:03:05 +0100
commit6ccb513124b895b60998f3e95c2a839323c939fb (patch)
treed3cf0b8042b517ac69fc16d218b6be8a97155987 /dev-lang/spidermonkey
parentvirtual/rust: add 1.78.0 (diff)
downloadgentoo-6ccb513124b895b60998f3e95c2a839323c939fb.tar.gz
gentoo-6ccb513124b895b60998f3e95c2a839323c939fb.tar.bz2
gentoo-6ccb513124b895b60998f3e95c2a839323c939fb.zip
dev-lang/spidermonkey: limit to <rust-1.78 for now
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/spidermonkey')
-rw-r--r--dev-lang/spidermonkey/spidermonkey-115.11.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/spidermonkey/spidermonkey-115.11.0.ebuild b/dev-lang/spidermonkey/spidermonkey-115.11.0.ebuild
index ecca50c0ad51..7f16d6e0ba80 100644
--- a/dev-lang/spidermonkey/spidermonkey-115.11.0.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-115.11.0.ebuild
@@ -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
)
)