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, 31 Jan 2018 15:35:56
Message-Id: 1517412338.264702c0fc4e7161298ee79af2690c722626d8ba.axs@gentoo
1 commit: 264702c0fc4e7161298ee79af2690c722626d8ba
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 31 15:25:38 2018 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 31 15:25:38 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=264702c0
7
8 mozcoreconf-*.eclass: remove " append-flags $MAKEEDIT_FLAGS "
9
10 We do not inherit makeedit in this eclass and so the only ebuilds that had
11 anything to append were thunderbird ones. Removing for simplicity rather
12 than inheriting makeedit.eclass to make the append work.
13
14 eclass/mozcoreconf-v4.eclass | 3 ---
15 eclass/mozcoreconf-v5.eclass | 3 ---
16 2 files changed, 6 deletions(-)
17
18 diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass
19 index dd24ca2..983a260 100644
20 --- a/eclass/mozcoreconf-v4.eclass
21 +++ b/eclass/mozcoreconf-v4.eclass
22 @@ -216,9 +216,6 @@ mozconfig_init() {
23 append-cxxflags -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2
24 fi
25
26 - # Go a little faster; use less RAM
27 - append-flags "$MAKEEDIT_FLAGS"
28 -
29 # Use the MOZILLA_FIVE_HOME for the rpath
30 append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}",--enable-new-dtags
31 # Set MOZILLA_FIVE_HOME in mozconfig
32
33 diff --git a/eclass/mozcoreconf-v5.eclass b/eclass/mozcoreconf-v5.eclass
34 index e845329..70dc868 100644
35 --- a/eclass/mozcoreconf-v5.eclass
36 +++ b/eclass/mozcoreconf-v5.eclass
37 @@ -218,9 +218,6 @@ mozconfig_init() {
38 append-cxxflags -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2
39 fi
40
41 - # Go a little faster; use less RAM
42 - append-flags "$MAKEEDIT_FLAGS"
43 -
44 # Use the MOZILLA_FIVE_HOME for the rpath
45 append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}",--enable-new-dtags
46 # Set MOZILLA_FIVE_HOME in mozconfig