commit: fd5635e0c7269edb0261a35ff9e779cfc26288e9 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Sat Apr 9 15:25:02 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Apr 9 15:25:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5635e0
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 <AT> gentoo.org> www-client/firefox/firefox-99.0.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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" @@ -88,6 +88,14 @@ BDEPEND="${PYTHON_DEPS} virtual/pkgconfig >=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
