summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-05-08 21:54:07 +0200
committerThomas Deutschmann <whissi@gentoo.org>2021-05-08 21:55:42 +0200
commit59eb17fd52e53d2c59bbc43b9264c49846dec0ac (patch)
tree61dda9e1f528a6b878d65c21eeb8494e7980553b /mail-client/thunderbird
parentRevert "www-client/firefox: check for sys-devel/llvm:$LLVM_SLOT in llvm_check... (diff)
downloadgentoo-59eb17fd52e53d2c59bbc43b9264c49846dec0ac.tar.gz
gentoo-59eb17fd52e53d2c59bbc43b9264c49846dec0ac.tar.bz2
gentoo-59eb17fd52e53d2c59bbc43b9264c49846dec0ac.zip
Revert "mail-client/thunderbird: check for sys-devel/llvm:$LLVM_SLOT in llvm_check_deps()"
This reverts commit 17a87a43efc1bafd17efa0a03d5c2af7178ff904. Bug: https://bugs.gentoo.org/788763 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'mail-client/thunderbird')
-rw-r--r--mail-client/thunderbird/thunderbird-78.10.1.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/mail-client/thunderbird/thunderbird-78.10.1.ebuild b/mail-client/thunderbird/thunderbird-78.10.1.ebuild
index 44fab69764a2..b2bba3955d0a 100644
--- a/mail-client/thunderbird/thunderbird-78.10.1.ebuild
+++ b/mail-client/thunderbird/thunderbird-78.10.1.ebuild
@@ -192,11 +192,6 @@ DEPEND="${CDEPEND}
S="${WORKDIR}/${PN}-${PV%_*}"
llvm_check_deps() {
- if ! has_version -b "sys-devel/llvm:${LLVM_SLOT}" ; then
- ewarn "sys-devel/llvm:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2
- return 1
- fi
-
if ! has_version -b "sys-devel/clang:${LLVM_SLOT}" ; then
ewarn "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2
return 1