commit: 66082dacffab0520562a55b9ead433dade11cb71 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Fri May 7 13:20:37 2021 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Fri May 7 14:57:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66082dac
dev-lang/spidermonkey: add LLVM:12 support Closes: https://github.com/gentoo/gentoo/pull/20712 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> dev-lang/spidermonkey/spidermonkey-78.10.1.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dev-lang/spidermonkey/spidermonkey-78.10.1.ebuild b/dev-lang/spidermonkey/spidermonkey-78.10.1.ebuild index 3bfd6eb1405..e5bacf41b89 100644 --- a/dev-lang/spidermonkey/spidermonkey-78.10.1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-78.10.1.ebuild @@ -7,7 +7,7 @@ EAPI="7" FIREFOX_PATCHSET="firefox-78esr-patches-12.tar.xz" SPIDERMONKEY_PATCHSET="spidermonkey-78-patches-03.tar.xz" -LLVM_MAX_SLOT=11 +LLVM_MAX_SLOT=12 PYTHON_COMPAT=( python3_{7..9} ) @@ -72,6 +72,13 @@ BDEPEND="${PYTHON_DEPS} >=virtual/rust-1.41.0 virtual/pkgconfig || ( + ( + sys-devel/llvm:12 + clang? ( + sys-devel/clang:12 + lto? ( =sys-devel/lld-12* ) + ) + ) ( sys-devel/llvm:11 clang? (
