mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
Revert "mail-client/thunderbird: check for sys-devel/llvm:$LLVM_SLOT in llvm_check_deps()"
This reverts commit 17a87a43ef.
Bug: https://bugs.gentoo.org/788763
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user