commit:     204c562365a18c6044fc4404e9ec9f126686ed0c
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 18:39:53 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 18:43:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=204c5623

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 <AT> gentoo.org>

 www-client/firefox/firefox-78.3.1.ebuild    | 2 +-
 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 37b316bab97..b5ee32cf3f7 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 65702e05e32..c16727cd8a0 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=(

Reply via email to