commit: 50586bb389633f379e627c69600952adbb95df16
Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 15 21:02:01 2018 +0000
Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Wed Aug 15 21:02:01 2018 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=50586bb3
Revert "mozcoreconf: attempt workaround for occasional setupterm-based build
error"
This reverts commit 10516a58d09b92067afd195622d2b021563582b8. It did not have
the
intended effect, so trashing it
eclass/mozcoreconf-v6.eclass | 3 ---
1 file changed, 3 deletions(-)
diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass
index b797696..930122f 100644
--- a/eclass/mozcoreconf-v6.eclass
+++ b/eclass/mozcoreconf-v6.eclass
@@ -101,9 +101,6 @@ moz_pkgsetup() {
# ensure MOZCONFIG is not defined
unset MOZCONFIG
- # recent builds call setupterm, ensure TERM has a value
- export TERM=${TERM:-dumb}
-
# set MOZILLA_FIVE_HOME
export MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}"