commit: bebe34cb50312d49f0f39da27c3d72433ed55226 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Sun Apr 10 16:29:21 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=bebe34cb
mail-client/thunderbird: enable llvm:14 on 91.8.0 Bug: https://bugs.gentoo.org/836587 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> mail-client/thunderbird/thunderbird-91.8.0.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/mail-client/thunderbird/thunderbird-91.8.0.ebuild b/mail-client/thunderbird/thunderbird-91.8.0.ebuild index db68b9f2832b..9aeb25dc77a6 100644 --- a/mail-client/thunderbird/thunderbird-91.8.0.ebuild +++ b/mail-client/thunderbird/thunderbird-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" @@ -79,6 +79,14 @@ 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:13 sys-devel/llvm:13
