diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-11 20:39:53 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-11 20:43:46 +0200 |
commit | 204c562365a18c6044fc4404e9ec9f126686ed0c (patch) | |
tree | 0dbadc1c192ca144322b02c9787d55263f7dc70b /www-client | |
parent | mail-client/thunderbird: use same msg like Python eclass in llvm_check_deps() (diff) | |
download | gentoo-204c562365a18c6044fc4404e9ec9f126686ed0c.tar.gz gentoo-204c562365a18c6044fc4404e9ec9f126686ed0c.tar.bz2 gentoo-204c562365a18c6044fc4404e9ec9f126686ed0c.zip |
www-client/firefox: use same msg like Python eclass in llvm_check_deps()
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
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=( |