diff options
Diffstat (limited to 'www-client/firefox/firefox-88.0.1.ebuild')
-rw-r--r-- | www-client/firefox/firefox-88.0.1.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/www-client/firefox/firefox-88.0.1.ebuild b/www-client/firefox/firefox-88.0.1.ebuild index 64ae6e7f68e7..9f488363331d 100644 --- a/www-client/firefox/firefox-88.0.1.ebuild +++ b/www-client/firefox/firefox-88.0.1.ebuild @@ -193,11 +193,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 |