commit: 2fd5f7c4a9ef9f6efaf7aca81c0049b15cb86d42 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Sun Apr 10 16:28:12 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Apr 10 16:32:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd5f7c4
www-client/firefox: enable llvm:14 for 91.8.0 Bug: https://bugs.gentoo.org/836587 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> www-client/firefox/firefox-91.8.0.ebuild | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-91.8.0.ebuild b/www-client/firefox/firefox-91.8.0.ebuild index b8aa9209728e..50abfefb5346 100644 --- a/www-client/firefox/firefox-91.8.0.ebuild +++ b/www-client/firefox/firefox-91.8.0.ebuild @@ -5,7 +5,7 @@ EAPI="7" FIREFOX_PATCHSET="firefox-91esr-patches-06j.tar.xz" -LLVM_MAX_SLOT=13 +LLVM_MAX_SLOT=14 PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="ncurses,sqlite,ssl" @@ -87,6 +87,15 @@ BDEPEND="${PYTHON_DEPS} virtual/pkgconfig >=virtual/rust-1.51.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:14 + ) + ) ( sys-devel/clang:13 sys-devel/llvm:13
