Skip to content

Commit

Permalink
dev-lang/spidermonkey: add LLVM:12 support
Browse files Browse the repository at this point in the history
Closes: gentoo#20712
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed May 7, 2021
1 parent c1840c3 commit 66082da
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dev-lang/spidermonkey/spidermonkey-78.10.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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} )

Expand Down Expand Up @@ -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? (
Expand Down

0 comments on commit 66082da

Please sign in to comment.