commit:     cec807d6d225cc94eeeab2ee34a142b6607b5f69
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 13:14:05 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 13:14:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec807d6

dev-lang/spidermonkey: enable llvm:14 for 78

Bug: https://bugs.gentoo.org/753221
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-lang/spidermonkey/spidermonkey-78.15.0.ebuild | 23 ++++++++---------------
 1 file changed, 8 insertions(+), 15 deletions(-)

diff --git a/dev-lang/spidermonkey/spidermonkey-78.15.0.ebuild 
b/dev-lang/spidermonkey/spidermonkey-78.15.0.ebuild
index 5e0feaa53795..43e786d669c7 100644
--- a/dev-lang/spidermonkey/spidermonkey-78.15.0.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-78.15.0.ebuild
@@ -7,7 +7,7 @@ EAPI="7"
 FIREFOX_PATCHSET="firefox-78esr-patches-19.tar.xz"
 SPIDERMONKEY_PATCHSET="spidermonkey-78-patches-04.tar.xz"
 
-LLVM_MAX_SLOT=13
+LLVM_MAX_SLOT=14
 
 PYTHON_COMPAT=( python3_{7..10} )
 PYTHON_REQ_USE="ssl"
@@ -73,6 +73,13 @@ BDEPEND="${PYTHON_DEPS}
        >=virtual/rust-1.41.0
        virtual/pkgconfig
        || (
+               (
+                       sys-devel/llvm:14
+                       clang? (
+                               sys-devel/clang:14
+                               lto? ( =sys-devel/lld-14* )
+                       )
+               )
                (
                        sys-devel/llvm:13
                        clang? (
@@ -87,20 +94,6 @@ BDEPEND="${PYTHON_DEPS}
                                lto? ( =sys-devel/lld-12* )
                        )
                )
-               (
-                       sys-devel/llvm:11
-                       clang? (
-                               sys-devel/clang:11
-                               lto? ( =sys-devel/lld-11* )
-                       )
-               )
-               (
-                       sys-devel/llvm:10
-                       clang? (
-                               sys-devel/clang:10
-                               lto? ( =sys-devel/lld-10* )
-                       )
-               )
        )
        lto? (
                !clang? ( sys-devel/binutils[gold] )

Reply via email to