summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-04-09 18:25:02 +0300
committerJoonas Niilola <juippis@gentoo.org>2022-04-09 18:25:02 +0300
commitfd5635e0c7269edb0261a35ff9e779cfc26288e9 (patch)
tree7266f5c75afddc03931cd171bfc629f44267a396
parentapp-emacs/pos-tip: bump to 0.4.6_p20191227 (diff)
downloadgentoo-fd5635e0c7269edb0261a35ff9e779cfc26288e9.tar.gz
gentoo-fd5635e0c7269edb0261a35ff9e779cfc26288e9.tar.bz2
gentoo-fd5635e0c7269edb0261a35ff9e779cfc26288e9.zip
www-client/firefox: enable llvm:14 for 99.0
Bug: https://bugs.gentoo.org/836587 Bug: https://bugs.gentoo.org/837122 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--www-client/firefox/firefox-99.0.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-99.0.ebuild b/www-client/firefox/firefox-99.0.ebuild
index e54e0111654c..e9591cce7722 100644
--- a/www-client/firefox/firefox-99.0.ebuild
+++ b/www-client/firefox/firefox-99.0.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
FIREFOX_PATCHSET="firefox-99-patches-01j.tar.xz"
-LLVM_MAX_SLOT=13
+LLVM_MAX_SLOT=14
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="ncurses,sqlite,ssl"
@@ -89,6 +89,14 @@ BDEPEND="${PYTHON_DEPS}
>=virtual/rust-1.57.0
|| (
(
+ sys-devel/clang:14
+ sys-devel/llvm:14
+ clang? (
+ =sys-devel/lld-14*
+ pgo? ( =sys-libs/compiler-rt-sanitizers-14*[profile] )
+ )
+ )
+ (
sys-devel/clang:13
sys-devel/llvm:13
clang? (