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 1Qxaoc-0003dV-Sh for garchives@archives.gentoo.org; Sun, 28 Aug 2011 08:34:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FBE421C075; Sun, 28 Aug 2011 08:33:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 494AC21C075 for ; Sun, 28 Aug 2011 08:33:54 +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 6C7141B409A for ; Sun, 28 Aug 2011 08:33:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 89C1A80040 for ; Sun, 28 Aug 2011 08:33:52 +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: <58257dbe8ee4d42c6ce7352c964714f86c2b7745.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:gnome-next commit in: dev-python/pygobject/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-python/pygobject/pygobject-2.90.2.ebuild X-VCS-Directories: dev-python/pygobject/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 58257dbe8ee4d42c6ce7352c964714f86c2b7745 Date: Sun, 28 Aug 2011 08:33:52 +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: 88467692833723f986ab69bc56055a93 commit: 58257dbe8ee4d42c6ce7352c964714f86c2b7745 Author: Alexandre Rostovtsev gmail com> AuthorDate: Sun Aug 28 08:31:46 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sun Aug 28 08:31:46 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D58257dbe dev-python/pygobject: drop superfluous use_with Drop the superfluous $(use_with libffi ffi), since for slot 3, libffi is now a hard dependency. --- dev-python/pygobject/pygobject-2.90.2.ebuild | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dev-python/pygobject/pygobject-2.90.2.ebuild b/dev-python/py= gobject/pygobject-2.90.2.ebuild index f62a4f7..7607ac8 100644 --- a/dev-python/pygobject/pygobject-2.90.2.ebuild +++ b/dev-python/pygobject/pygobject-2.90.2.ebuild @@ -57,7 +57,6 @@ pkg_setup() { --with-ffi $(use_enable doc docs) $(use_enable cairo) - $(use_with libffi ffi) $(use_enable threads thread)" } =20