From 3dae3ce96ca7551c241d05236d8af7c66eb0bd2f Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Sun, 23 Sep 2018 13:32:36 +0200 Subject: [PATCH] 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 ef8d57e983f1..94ea29cb744f 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 778dbe170f98..398628a49d71 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 ..." -- 2.26.2