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 1Q7XkA-000337-7J for garchives@archives.gentoo.org; Wed, 06 Apr 2011 18:46:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 512EF1C034; Wed, 6 Apr 2011 18:45:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 236C91C034 for ; Wed, 6 Apr 2011 18:45:40 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AECBB1B4026 for ; Wed, 6 Apr 2011 18:45:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1D33680065 for ; Wed, 6 Apr 2011 18:45:39 +0000 (UTC) From: "Christoph Mende" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" Message-ID: Subject: [gentoo-commits] proj/xfce:master commit in: eclass/ X-VCS-Repository: proj/xfce X-VCS-Files: eclass/xfconf-live.eclass X-VCS-Directories: eclass/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: cb1c602a8562fa3cc41ef25a825729e142cbb1f0 Date: Wed, 6 Apr 2011 18:45:39 +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: 820e0865458a3857b50dcbd66cde8cb7 commit: cb1c602a8562fa3cc41ef25a825729e142cbb1f0 Author: Christoph Mende unkreativ org> AuthorDate: Wed Apr 6 18:45:24 2011 +0000 Commit: Christoph Mende gentoo org> CommitDate: Wed Apr 6 18:45:24 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/xfce.git;a=3D= commit;h=3Dcb1c602a Moved NOCONFIGURE from global scope to src_prepare --- eclass/xfconf-live.eclass | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/eclass/xfconf-live.eclass b/eclass/xfconf-live.eclass index 2af939f..696786e 100644 --- a/eclass/xfconf-live.eclass +++ b/eclass/xfconf-live.eclass @@ -18,7 +18,6 @@ inherit git xfconf SRC_URI=3D"" EGIT_REPO_URI=3D"git://git.xfce.org/xfce/${MY_PN:-${PN}}" EGIT_BOOTSTRAP=3D"autogen.sh" -export NOCONFIGURE=3D"yes" =20 DEPEND+=3D" dev-util/gtk-doc" @@ -27,7 +26,7 @@ EXPORT_FUNCTIONS src_unpack src_prepare src_configure s= rc_install pkg_preinst pk =20 xfconf-live_src_prepare() { debug-print-function ${FUNCNAME} "$@" - git_src_prepare + NOCONFIGURE=3Dyes git_src_prepare base_src_prepare return }