From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 637D41382C5 for ; Wed, 31 Jan 2018 15:35:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99874E0C3A; Wed, 31 Jan 2018 15:35:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76E2FE0C3A for ; Wed, 31 Jan 2018 15:35:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 547AC335C61 for ; Wed, 31 Jan 2018 15:35:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 996D31BD for ; Wed, 31 Jan 2018 15:35:52 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1517412338.264702c0fc4e7161298ee79af2690c722626d8ba.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozcoreconf-v4.eclass eclass/mozcoreconf-v5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 264702c0fc4e7161298ee79af2690c722626d8ba X-VCS-Branch: master Date: Wed, 31 Jan 2018 15:35:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 680e2fc3-7858-4fe6-8f37-996c3fbcaafd X-Archives-Hash: 37c71b58e2a28cf3b0feb745de24c5d4 commit: 264702c0fc4e7161298ee79af2690c722626d8ba Author: Ian Stakenvicius gentoo org> AuthorDate: Wed Jan 31 15:25:38 2018 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Wed Jan 31 15:25:38 2018 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=264702c0 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. 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 dd24ca2..983a260 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 e845329..70dc868 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