commit: 3dae3ce96ca7551c241d05236d8af7c66eb0bd2f
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 23 11:32:36 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Sep 23 11:32:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dae3ce9
www-client/firefox: add information about TERM to output (build.log)
Package-Manager: Portage-2.3.49, Repoman-2.3.10
www-client/firefox/firefox-60.2.1.ebuild | 8 ++++++++
www-client/firefox/firefox-62.0.2.ebuild | 8 ++++++++
2 files changed, 16 insertions(+)
diff --git a/www-client/firefox/firefox-60.2.1.ebuild
b/www-client/firefox/firefox-60.2.1.ebuild
index ef8d57e983f..94ea29cb744 100644
--- a/www-client/firefox/firefox-60.2.1.ebuild
+++ b/www-client/firefox/firefox-60.2.1.ebuild
@@ -189,6 +189,14 @@ src_configure() {
# get your own set of keys.
_google_api_key=AIzaSyDEAOvatFo0eTgsV_ZlEzx0ObmepsMzfAc
+ # Add information about TERM to output (build.log) to aid debugging
+ # blessings problems
+ if [[ -n "${TERM}" ]] ; then
+ einfo "TERM is set to: \"${TERM}\""
+ else
+ einfo "TERM is unset."
+ fi
+
####################################
#
# mozconfig, CFLAGS and CXXFLAGS setup
diff --git a/www-client/firefox/firefox-62.0.2.ebuild
b/www-client/firefox/firefox-62.0.2.ebuild
index 778dbe170f9..398628a49d7 100644
--- a/www-client/firefox/firefox-62.0.2.ebuild
+++ b/www-client/firefox/firefox-62.0.2.ebuild
@@ -248,6 +248,14 @@ src_configure() {
# get your own set of keys.
_google_api_key=AIzaSyDEAOvatFo0eTgsV_ZlEzx0ObmepsMzfAc
+ # Add information about TERM to output (build.log) to aid debugging
+ # blessings problems
+ if [[ -n "${TERM}" ]] ; then
+ einfo "TERM is set to: \"${TERM}\""
+ else
+ einfo "TERM is unset."
+ fi
+
if use clang && ! tc-is-clang ; then
# Force clang
einfo "Enforcing the use of clang due to USE=clang ..."