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 1RA9xZ-0003fp-5W for garchives@archives.gentoo.org; Sun, 02 Oct 2011 00:31:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CAA321C04C; Sun, 2 Oct 2011 00:31:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 48D3021C04C for ; Sun, 2 Oct 2011 00:31:04 +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 9D1B91B4004 for ; Sun, 2 Oct 2011 00:31:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E530E80042 for ; Sun, 2 Oct 2011 00:31:02 +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: Subject: [gentoo-commits] proj/gnome:master commit in: dev-python/pygobject/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-python/pygobject/pygobject-2.28.6-r50.ebuild X-VCS-Directories: dev-python/pygobject/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: cc220b02c845fef5b2905b3cae44c45d805bcddc Date: Sun, 2 Oct 2011 00:31:02 +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: 703ca121c4191657b61c82b09794a1e0 commit: cc220b02c845fef5b2905b3cae44c45d805bcddc Author: Alexandre Rostovtsev gmail com> AuthorDate: Sun Oct 2 00:28:39 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sun Oct 2 00:28:39 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dcc220b02 dev-python/pygobject: qa Drop useless $(use_enable cairo) in 2.28.6-r50: since we are disabling introspection, cairo support will not be used or needed; introspection and cairo support are provided by slot 3 of pygobject. --- dev-python/pygobject/pygobject-2.28.6-r50.ebuild | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/pygobject/pygobject-2.28.6-r50.ebuild b/dev-pytho= n/pygobject/pygobject-2.28.6-r50.ebuild index 4a64410..169c800 100644 --- a/dev-python/pygobject/pygobject-2.28.6-r50.ebuild +++ b/dev-python/pygobject/pygobject-2.28.6-r50.ebuild @@ -46,12 +46,13 @@ PDEPEND=3D"introspection? ( dev-python/pygobject:3 )" =20 pkg_setup() { DOCS=3D"AUTHORS ChangeLog* NEWS README" - # --disable-introspection because we use slot 3 for introspection suppo= rt + # --disable-introspection and --disable-cairo because we use pygobject:= 3 + # for introspection support G2CONF=3D"${G2CONF} --disable-dependency-tracking --disable-introspection + --disable-cairo $(use_enable doc docs) - $(use_enable cairo) $(use_with libffi ffi)" } =20