Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Jan 2018 15:24:05
Message-Id: 1517412233.52094faae767bdc3c0d9a6fa33bd70b663b3906e.axs@gentoo
1 commit: 52094faae767bdc3c0d9a6fa33bd70b663b3906e
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 31 14:55:52 2018 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 31 15:23:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52094faa
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 Bug: http://bugs.gentoo.org/646206
15
16 eclass/mozcoreconf-v4.eclass | 3 ---
17 eclass/mozcoreconf-v5.eclass | 3 ---
18 2 files changed, 6 deletions(-)
19
20 diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass
21 index 557a780eb95..eef1b5e7da7 100644
22 --- a/eclass/mozcoreconf-v4.eclass
23 +++ b/eclass/mozcoreconf-v4.eclass
24 @@ -212,9 +212,6 @@ mozconfig_init() {
25 append-cxxflags -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2
26 fi
27
28 - # Go a little faster; use less RAM
29 - append-flags "$MAKEEDIT_FLAGS"
30 -
31 # Use the MOZILLA_FIVE_HOME for the rpath
32 append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}",--enable-new-dtags
33 # Set MOZILLA_FIVE_HOME in mozconfig
34
35 diff --git a/eclass/mozcoreconf-v5.eclass b/eclass/mozcoreconf-v5.eclass
36 index 02ade3994bf..ab8440b9427 100644
37 --- a/eclass/mozcoreconf-v5.eclass
38 +++ b/eclass/mozcoreconf-v5.eclass
39 @@ -218,9 +218,6 @@ mozconfig_init() {
40 append-cxxflags -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2
41 fi
42
43 - # Go a little faster; use less RAM
44 - append-flags "$MAKEEDIT_FLAGS"
45 -
46 # Use the MOZILLA_FIVE_HOME for the rpath
47 append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}",--enable-new-dtags
48 # Set MOZILLA_FIVE_HOME in mozconfig