commit: cd55bdb882865a38c7367b8c8ad886a39110d412 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu Jul 20 13:44:55 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jul 20 13:46:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd55bdb8
mail-client/thunderbird: bump LLVM compatibility to 16 on 102 Closes: https://bugs.gentoo.org/910102 Closes: https://bugs.gentoo.org/910582 Closes: https://bugs.gentoo.org/910369 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> mail-client/thunderbird/thunderbird-102.13.0.ebuild | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/mail-client/thunderbird/thunderbird-102.13.0.ebuild b/mail-client/thunderbird/thunderbird-102.13.0.ebuild index ec0955e5f93e..b2498ccd41fa 100644 --- a/mail-client/thunderbird/thunderbird-102.13.0.ebuild +++ b/mail-client/thunderbird/thunderbird-102.13.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 FIREFOX_PATCHSET="firefox-102esr-patches-10tb.tar.xz" -LLVM_MAX_SLOT=15 +LLVM_MAX_SLOT=16 PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="ncurses,sqlite,ssl" @@ -82,6 +82,18 @@ TB_ONLY_DEPEND="!<x11-plugins/enigmail-2.2 system-librnp? ( dev-util/librnp )" 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
