diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2018-01-31 09:55:52 -0500 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2018-01-31 10:23:53 -0500 |
commit | 52094faae767bdc3c0d9a6fa33bd70b663b3906e (patch) | |
tree | 126d27e389d072a04455791ce50657dfe2d296f2 /eclass | |
parent | mail-client/thunderbird: remove makeedit.eclass from inherit (diff) | |
download | gentoo-52094faae767bdc3c0d9a6fa33bd70b663b3906e.tar.gz gentoo-52094faae767bdc3c0d9a6fa33bd70b663b3906e.tar.bz2 gentoo-52094faae767bdc3c0d9a6fa33bd70b663b3906e.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.
Bug: http://bugs.gentoo.org/646206
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozcoreconf-v4.eclass | 3 | ||||
-rw-r--r-- | eclass/mozcoreconf-v5.eclass | 3 |
2 files changed, 0 insertions, 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 |