Skip to content

Commit

Permalink
mail-client/thunderbird: allow building with llvm:11
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed Sep 30, 2020
1 parent 0001001 commit 240c9dd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion mail-client/thunderbird/thunderbird-78.3.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI="7"

FIREFOX_PATCHSET="firefox-esr-78-patches-02.tar.xz"

LLVM_MAX_SLOT=10
LLVM_MAX_SLOT=11

PYTHON_COMPAT=( python3_{6..9} )
PYTHON_REQ_USE="ncurses,sqlite,ssl"
Expand Down Expand Up @@ -62,6 +62,14 @@ BDEPEND="${PYTHON_DEPS}
virtual/pkgconfig
>=virtual/rust-1.43.0
|| (
(
sys-devel/clang:11
sys-devel/llvm:11
clang? (
=sys-devel/lld-11*
pgo? ( =sys-libs/compiler-rt-sanitizers-11*[profile] )
)
)
(
sys-devel/clang:10
sys-devel/llvm:10
Expand Down

0 comments on commit 240c9dd

Please sign in to comment.