diff options
Diffstat (limited to 'www-client/firefox/firefox-78.10.1.ebuild')
-rw-r--r-- | www-client/firefox/firefox-78.10.1.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/www-client/firefox/firefox-78.10.1.ebuild b/www-client/firefox/firefox-78.10.1.ebuild index 94c0a2be1af8..c2e05bd89ee6 100644 --- a/www-client/firefox/firefox-78.10.1.ebuild +++ b/www-client/firefox/firefox-78.10.1.ebuild @@ -200,11 +200,6 @@ if [[ -z "${MOZ_GMP_PLUGIN_LIST+set}" ]] ; then fi 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 |