Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/
Date: Wed, 15 Aug 2018 21:11:55
Message-Id: 1534366921.50586bb389633f379e627c69600952adbb95df16.axs@gentoo
1 commit: 50586bb389633f379e627c69600952adbb95df16
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 15 21:02:01 2018 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 15 21:02:01 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=50586bb3
7
8 Revert "mozcoreconf: attempt workaround for occasional setupterm-based build error"
9
10 This reverts commit 10516a58d09b92067afd195622d2b021563582b8. It did not have the
11 intended effect, so trashing it
12
13 eclass/mozcoreconf-v6.eclass | 3 ---
14 1 file changed, 3 deletions(-)
15
16 diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass
17 index b797696..930122f 100644
18 --- a/eclass/mozcoreconf-v6.eclass
19 +++ b/eclass/mozcoreconf-v6.eclass
20 @@ -101,9 +101,6 @@ moz_pkgsetup() {
21 # ensure MOZCONFIG is not defined
22 unset MOZCONFIG
23
24 - # recent builds call setupterm, ensure TERM has a value
25 - export TERM=${TERM:-dumb}
26 -
27 # set MOZILLA_FIVE_HOME
28 export MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}"