diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-05-08 21:52:18 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-05-08 21:55:24 +0200 |
commit | fa84cd83ddc48415ec3e124a7bf789312a71fefe (patch) | |
tree | 82d769d4aef2a646fd7f1c3a5f8c9ca41ae3cb90 /www-client/firefox | |
parent | media-tv/kodi: 19.1 version bump (diff) | |
download | gentoo-fa84cd83ddc48415ec3e124a7bf789312a71fefe.tar.gz gentoo-fa84cd83ddc48415ec3e124a7bf789312a71fefe.tar.bz2 gentoo-fa84cd83ddc48415ec3e124a7bf789312a71fefe.zip |
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@gentoo.org>
Diffstat (limited to 'www-client/firefox')
-rw-r--r-- | www-client/firefox/firefox-78.10.1.ebuild | 5 | ||||
-rw-r--r-- | www-client/firefox/firefox-88.0.1.ebuild | 5 |
2 files changed, 0 insertions, 10 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 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 |