Skip to content

Commit

Permalink
mail-client/thunderbird: enable llvm:14 on 91.8.0
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/836587
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
juippis committed Apr 10, 2022
1 parent 2fd5f7c commit bebe34c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion mail-client/thunderbird/thunderbird-91.8.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bebe34c

Please sign in to comment.