From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8B3861387CA for ; Thu, 16 Oct 2014 21:19:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F036EE0844; Thu, 16 Oct 2014 21:19:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A365E0844 for ; Thu, 16 Oct 2014 21:19:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F97A340404 for ; Thu, 16 Oct 2014 21:18:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05B4180C7 for ; Thu, 16 Oct 2014 21:18:57 +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: <1413494218.b102a4b7a9d160fc37ac9c1b9e2b92b3cd1fb251.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozcoreconf-v3.eclass X-VCS-Directories: eclass/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: b102a4b7a9d160fc37ac9c1b9e2b92b3cd1fb251 X-VCS-Branch: master Date: Thu, 16 Oct 2014 21:18:57 +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: 8da212e4-be21-403b-a2e6-b3ff79d63122 X-Archives-Hash: 50b7bd27cff72e514f0855beb355d778 commit: b102a4b7a9d160fc37ac9c1b9e2b92b3cd1fb251 Author: Ian Stakenvicius gentoo org> AuthorDate: Thu Oct 16 20:58:03 2014 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Thu Oct 16 21:16:58 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=b102a4b7 mozcoreconf-v3: reverted EXTRA_ECONF addition proposed for bug 513178 --- eclass/mozcoreconf-v3.eclass | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/eclass/mozcoreconf-v3.eclass b/eclass/mozcoreconf-v3.eclass index 8bbc144..c35dcf8 100644 --- a/eclass/mozcoreconf-v3.eclass +++ b/eclass/mozcoreconf-v3.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.29 2013/03/25 13:08:39 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-v3.eclass,v 1.1 2014/10/14 16:10:36 axs Exp $ # # @ECLASS: mozcoreconf.eclass # @MAINTAINER: @@ -166,18 +166,6 @@ mozconfig_init() { mozconfig_annotate "mozilla default" --enable-optimize fi - # check for valid options in ${EXTRA_ECONF} to pass along to mozconfig - if [[ -n ${EXTRA_ECONF} ]]; then - ewarn "You are passing configure arguments via EXTRA_ECONF. This is NOT SUPPORTED, please" - ewarn "be aware that any resulting breakage will be left for you to pick up the pieces." - ewarn - local i extra_econf_array - extra_econf_array=(${EXTRA_ECONF}) - for i in "${extra_econf_array[@]}" ; do - mozconfig_annotate "EXTRA_ECONF" "${i}" - done - fi - # Strip optimization so it does not end up in compile string filter-flags '-O*'