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 1QJ97S-0006ii-96 for garchives@archives.gentoo.org; Sun, 08 May 2011 18:54:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D91A51C013; Sun, 8 May 2011 18:54:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A24CC1C019 for ; Sun, 8 May 2011 18:54:09 +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 E4E5E1B406A for ; Sun, 8 May 2011 18:54:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 47C5A45C52 for ; Sun, 8 May 2011 18:54:08 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <8062112d79cbf0c6bcc052d60dc09f84d0b60bda.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: eclass/ X-VCS-Repository: proj/gnome X-VCS-Files: eclass/gnome2-python.eclass X-VCS-Directories: eclass/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 8062112d79cbf0c6bcc052d60dc09f84d0b60bda Date: Sun, 8 May 2011 18:54:08 +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: 880d4dc8e8adb7c480709286f97c0a07 commit: 8062112d79cbf0c6bcc052d60dc09f84d0b60bda Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun May 8 18:51:34 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun May 8 18:53:59 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D8062112d eclass/gnome2-python: add support for arguments to some functions --- eclass/gnome2-python.eclass | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/gnome2-python.eclass b/eclass/gnome2-python.eclass index 3f98649..90df4ac 100644 --- a/eclass/gnome2-python.eclass +++ b/eclass/gnome2-python.eclass @@ -40,13 +40,13 @@ gnome2-python_src_prepare() { =20 gnome2-python_src_configure() { configure() { - gnome2_src_configure PYTHON=3D$(PYTHON -a) + gnome2_src_configure PYTHON=3D$(PYTHON -a) "$@" } python_execute_function -s configure } =20 gnome2-python_src_compile() { - python_execute_function -s gnome2_src_compile + python_execute_function -s gnome2_src_compile "$@" } =20 gnome2-python_src_test() {