From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R83Nx-0003US-Jv for garchives@archives.gentoo.org; Mon, 26 Sep 2011 05:05:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A264521C306; Mon, 26 Sep 2011 05:05:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 664C921C307 for ; Mon, 26 Sep 2011 05:05:08 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD7ED1B4166 for ; Mon, 26 Sep 2011 04:46:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 240E980042 for ; Mon, 26 Sep 2011 04:46:30 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <2a71614be24720df1d584944f2a29dd6e3a92c42.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: eclass/ X-VCS-Repository: proj/gnome X-VCS-Files: eclass/gnome2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 2a71614be24720df1d584944f2a29dd6e3a92c42 Date: Mon, 26 Sep 2011 04:46:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 9242f05117cedf11f8a734c76487dbf8 commit: 2a71614be24720df1d584944f2a29dd6e3a92c42 Author: Alexandre Rostovtsev gmail com> AuthorDate: Mon Sep 26 04:00:41 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Mon Sep 26 04:46:22 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D2a71614b eclass/gnome2.eclass: sync with gx86 for --disable-maintainer-mode Add the following change from gx86: Sun Sep 25 15:15:21 2011 UTC by pacho Pass --disable-maintainer-mode when needed, thanks to Nirbheek for his h= elp. --- eclass/gnome2.eclass | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 5803826..cc3f8ac 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -140,6 +140,11 @@ gnome2_src_configure() { G2CONF=3D"${G2CONF} $(use_enable doc gtk-doc)" fi =20 + # Pass --disable-maintainer-mode when needed + if grep -q "^[[:space:]]*AM_MAINTAINER_MODE(\[enable\])" configure.*; t= hen + G2CONF=3D"${G2CONF} --disable-maintainer-mode" + fi + # Avoid sandbox violations caused by gnome-vfs (bug #128289 and #345659= ) addwrite "$(unset HOME; echo ~)/.gnome2" =20