diff options
Diffstat (limited to 'www-client/firefox/firefox-70.0.ebuild')
-rw-r--r-- | www-client/firefox/firefox-70.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-70.0.ebuild b/www-client/firefox/firefox-70.0.ebuild index 6d26b12d6cfb..c4e0acf07889 100644 --- a/www-client/firefox/firefox-70.0.ebuild +++ b/www-client/firefox/firefox-70.0.ebuild @@ -216,7 +216,8 @@ llvm_check_deps() { fi fi - einfo "Will use LLVM slot ${LLVM_SLOT}!" + # <EAPI 7 workaround, #695668 + einfo "Will use LLVM slot ${LLVM_SLOT}!" >&2 } pkg_setup() { |