www-client/icecat: bump LLVM compatibility to 16

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2023-07-20 20:32:14 +03:00
parent 2daa508f9e
commit 5f5706d397
No known key found for this signature in database
GPG Key ID: A12750536B5E7010

View File

@ -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