commit:     fa84cd83ddc48415ec3e124a7bf789312a71fefe
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat May  8 19:52:18 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat May  8 19:55:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa84cd83

Revert "www-client/firefox: check for sys-devel/llvm:$LLVM_SLOT in 
llvm_check_deps()"

This reverts commit 32728668bf3e609dab53f4fb5c1b1cf004db32ff.

Not needed for firefox where we already check for clang:$LLVM_SLOT
which will depend on corresponding llvm slot.

Bug: https://bugs.gentoo.org/788763
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 www-client/firefox/firefox-78.10.1.ebuild | 5 -----
 www-client/firefox/firefox-88.0.1.ebuild  | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/www-client/firefox/firefox-78.10.1.ebuild 
b/www-client/firefox/firefox-78.10.1.ebuild
index 94c0a2be1af..c2e05bd89ee 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

diff --git a/www-client/firefox/firefox-88.0.1.ebuild 
b/www-client/firefox/firefox-88.0.1.ebuild
index 64ae6e7f68e..9f488363331 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

Reply via email to