diff options
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-78.3.1.ebuild | 2 | ||||
-rw-r--r-- | www-client/firefox/firefox-81.0.1-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www-client/firefox/firefox-78.3.1.ebuild b/www-client/firefox/firefox-78.3.1.ebuild index 37b316bab979..b5ee32cf3f73 100644 --- a/www-client/firefox/firefox-78.3.1.ebuild +++ b/www-client/firefox/firefox-78.3.1.ebuild @@ -209,7 +209,7 @@ llvm_check_deps() { fi fi - einfo "Will use LLVM slot ${LLVM_SLOT}!" >&2 + einfo "Using LLVM slot ${LLVM_SLOT} to build" >&2 } MOZ_LANGS=( diff --git a/www-client/firefox/firefox-81.0.1-r1.ebuild b/www-client/firefox/firefox-81.0.1-r1.ebuild index 65702e05e323..c16727cd8a07 100644 --- a/www-client/firefox/firefox-81.0.1-r1.ebuild +++ b/www-client/firefox/firefox-81.0.1-r1.ebuild @@ -209,7 +209,7 @@ llvm_check_deps() { fi fi - einfo "Will use LLVM slot ${LLVM_SLOT}!" >&2 + einfo "Using LLVM slot ${LLVM_SLOT} to build" >&2 } MOZ_LANGS=( |