From 52094faae767bdc3c0d9a6fa33bd70b663b3906e Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Wed, 31 Jan 2018 09:55:52 -0500 Subject: [PATCH] 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. Bug: http://bugs.gentoo.org/646206 --- eclass/mozcoreconf-v4.eclass | 3 --- eclass/mozcoreconf-v5.eclass | 3 --- 2 files changed, 6 deletions(-) diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass index 557a780eb950..eef1b5e7da70 100644 --- a/eclass/mozcoreconf-v4.eclass +++ b/eclass/mozcoreconf-v4.eclass @@ -212,9 +212,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 02ade3994bf2..ab8440b94273 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 -- 2.26.2