commit: 59eb17fd52e53d2c59bbc43b9264c49846dec0ac Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sat May 8 19:54:07 2021 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sat May 8 19:55:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59eb17fd
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 <AT> gentoo.org> mail-client/thunderbird/thunderbird-78.10.1.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mail-client/thunderbird/thunderbird-78.10.1.ebuild b/mail-client/thunderbird/thunderbird-78.10.1.ebuild index 44fab69764a..b2bba3955d0 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
