commit: d91fa52ed1555e217d455ce9c48d4b1b5d68c305
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 7 07:22:04 2025 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Mar 7 07:38:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91fa52e
mail-client/thunderbird: drop llvm-17 support from 128.8.0
- while the errors may be "+rust-extensions" related, I don't think
investigating / working around it is worth the effort given 18 and 19 are
both stable and supported.
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
mail-client/thunderbird/thunderbird-128.8.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail-client/thunderbird/thunderbird-128.8.0.ebuild
b/mail-client/thunderbird/thunderbird-128.8.0.ebuild
index fadeb38f95ff..72132c0bd622 100644
--- a/mail-client/thunderbird/thunderbird-128.8.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-128.8.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
FIREFOX_PATCHSET="firefox-128esr-patches-09.tar.xz"
-LLVM_COMPAT=( 17 18 19 )
+LLVM_COMPAT=( 18 19 )
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE="ncurses,sqlite,ssl"