www-client/firefox: add information about TERM to output (build.log)
authorThomas Deutschmann <whissi@gentoo.org>
Sun, 23 Sep 2018 11:32:36 +0000 (13:32 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sun, 23 Sep 2018 11:32:49 +0000 (13:32 +0200)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

www-client/firefox/firefox-60.2.1.ebuild
www-client/firefox/firefox-62.0.2.ebuild

index ef8d57e983f1d4c5f30a1a6c66dad0272f8e3606..94ea29cb744f7e1ff552f8e2a53bc09f7d017b66 100644 (file)
@@ -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
index 778dbe170f9852d51c3de0542ab5bade7a48086d..398628a49d716f3b53d95745299980c82e1df883 100644 (file)
@@ -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 ..."