commit:     55f1f02e0bd33efc35ad0bc010cc0127128f4638
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 08:34:28 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 08:34:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55f1f02e

dev-lang/spidermonkey: remove mandatory clang requirement from 91

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-lang/spidermonkey/spidermonkey-91.13.0-r1.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-lang/spidermonkey/spidermonkey-91.13.0-r1.ebuild 
b/dev-lang/spidermonkey/spidermonkey-91.13.0-r1.ebuild
index ef74d3299c20..6221d9f6b500 100644
--- a/dev-lang/spidermonkey/spidermonkey-91.13.0-r1.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-91.13.0-r1.ebuild
@@ -67,24 +67,22 @@ SLOT="91"
 LICENSE="MPL-2.0"
 IUSE="clang cpu_flags_arm_neon debug +jit lto test"
 
-#RESTRICT="test"
 RESTRICT="!test? ( test )"
 
 BDEPEND="${PYTHON_DEPS}
-
        || (
                (
-                       sys-devel/clang:15
                        sys-devel/llvm:15
                        clang? (
+                               sys-devel/clang:15
                                virtual/rust:0/llvm-15
                                lto? ( sys-devel/lld:15 )
                        )
                )
                (
-                       sys-devel/clang:14
                        sys-devel/llvm:14
                        clang? (
+                               sys-devel/clang:14
                                virtual/rust:0/llvm-14
                                lto? ( sys-devel/lld:14 )
                        )

Reply via email to