www-client/icecat: bump LLVM compatibility to 16
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
2daa508f9e
commit
5f5706d397
@ -8,7 +8,7 @@ EAPI="8"
|
||||
# Using Gentoos firefox patches as system libraries and lto are quite nice
|
||||
FIREFOX_PATCHSET="firefox-102esr-patches-10j.tar.xz"
|
||||
|
||||
LLVM_MAX_SLOT=15
|
||||
LLVM_MAX_SLOT=16
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_REQ_USE="ncurses,sqlite,ssl"
|
||||
@ -55,6 +55,18 @@ REQUIRED_USE+=" screencast? ( wayland )"
|
||||
|
||||
BDEPEND="${PYTHON_DEPS}
|
||||
|| (
|
||||
(
|
||||
sys-devel/clang:16
|
||||
sys-devel/llvm:16
|
||||
clang? (
|
||||
|| (
|
||||
sys-devel/lld:16
|
||||
sys-devel/mold
|
||||
)
|
||||
virtual/rust:0/llvm-16
|
||||
pgo? ( =sys-libs/compiler-rt-sanitizers-16*[profile] )
|
||||
)
|
||||
)
|
||||
(
|
||||
sys-devel/clang:15
|
||||
sys-devel/llvm:15
|
||||
|
Loading…
Reference in New Issue
Block a user