aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2018-01-31 10:25:38 -0500
committerIan Stakenvicius <axs@gentoo.org>2018-01-31 10:25:38 -0500
commit264702c0fc4e7161298ee79af2690c722626d8ba (patch)
tree7a03b843ce528009209a7ab58a9b797ad5f1926c
parentadjust rust atoms for {firefox,mozconfig}-58 to match portage, from (diff)
downloadmozilla-264702c0fc4e7161298ee79af2690c722626d8ba.tar.gz
mozilla-264702c0fc4e7161298ee79af2690c722626d8ba.tar.bz2
mozilla-264702c0fc4e7161298ee79af2690c722626d8ba.zip
mozcoreconf-*.eclass: remove " append-flags $MAKEEDIT_FLAGS "
We do not inherit makeedit in this eclass and so the only ebuilds that had anything to append were thunderbird ones. Removing for simplicity rather than inheriting makeedit.eclass to make the append work.
-rw-r--r--eclass/mozcoreconf-v4.eclass3
-rw-r--r--eclass/mozcoreconf-v5.eclass3
2 files changed, 0 insertions, 6 deletions
diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass
index dd24ca2b..983a2609 100644
--- a/eclass/mozcoreconf-v4.eclass
+++ b/eclass/mozcoreconf-v4.eclass
@@ -216,9 +216,6 @@ mozconfig_init() {
append-cxxflags -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2
fi
- # Go a little faster; use less RAM
- append-flags "$MAKEEDIT_FLAGS"
-
# Use the MOZILLA_FIVE_HOME for the rpath
append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}",--enable-new-dtags
# Set MOZILLA_FIVE_HOME in mozconfig
diff --git a/eclass/mozcoreconf-v5.eclass b/eclass/mozcoreconf-v5.eclass
index e8453294..70dc868d 100644
--- a/eclass/mozcoreconf-v5.eclass
+++ b/eclass/mozcoreconf-v5.eclass
@@ -218,9 +218,6 @@ mozconfig_init() {
append-cxxflags -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2
fi
- # Go a little faster; use less RAM
- append-flags "$MAKEEDIT_FLAGS"
-
# Use the MOZILLA_FIVE_HOME for the rpath
append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}",--enable-new-dtags
# Set MOZILLA_FIVE_HOME in mozconfig