From: "Alexandre Restovtsev" <tetromino@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: dev-python/pygobject/
Date: Tue, 16 Aug 2011 20:17:27 +0000 (UTC) [thread overview]
Message-ID: <30563c27c752aa86ceb4a76fb593a0ab71d8cdca.tetromino@gentoo> (raw)
commit: 30563c27c752aa86ceb4a76fb593a0ab71d8cdca
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Aug 16 20:13:26 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Aug 16 20:13:26 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=30563c27
dev-python/pygobject: hard-enable libffi support for 2.90.1
There is no point in making libffi support optional when pygobject:3
rdepends on gobject-introspection and glib-2.29, both of which already
rdepend on libffi.
---
dev-python/pygobject/pygobject-2.90.1.ebuild | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/dev-python/pygobject/pygobject-2.90.1.ebuild b/dev-python/pygobject/pygobject-2.90.1.ebuild
index ad6d56b..f62a4f7 100644
--- a/dev-python/pygobject/pygobject-2.90.1.ebuild
+++ b/dev-python/pygobject/pygobject-2.90.1.ebuild
@@ -23,13 +23,13 @@ HOMEPAGE="http://www.pygtk.org/"
LICENSE="LGPL-2.1"
SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc +cairo examples libffi test +threads"
+IUSE="doc +cairo examples test +threads"
RESTRICT="test" # FIXME: tests require >=gobject-introspection-1.29.17
COMMON_DEPEND=">=dev-libs/glib-2.24.0:2
>=dev-libs/gobject-introspection-0.10.2
- cairo? ( >=dev-python/pycairo-1.10.0 )
- libffi? ( virtual/libffi )"
+ virtual/libffi
+ cairo? ( >=dev-python/pycairo-1.10.0 )"
DEPEND="${COMMON_DEPEND}
doc? (
app-text/docbook-xml-dtd:4.1.2
@@ -50,8 +50,11 @@ RDEPEND="${COMMON_DEPEND}
pkg_setup() {
DOCS="AUTHORS ChangeLog* NEWS README"
+ # Hard-enable libffi support since both gobject-introspection and
+ # glib-2.29.x rdepend on it anyway
G2CONF="${G2CONF}
--disable-dependency-tracking
+ --with-ffi
$(use_enable doc docs)
$(use_enable cairo)
$(use_with libffi ffi)
next reply other threads:[~2011-08-16 20:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-16 20:17 Alexandre Restovtsev [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-09-02 5:30 [gentoo-commits] proj/gnome:gnome-next commit in: dev-python/pygobject/ Alexandre Restovtsev
2011-08-28 8:33 Alexandre Restovtsev
2011-08-21 7:10 Alexandre Restovtsev
2011-08-16 19:03 Alexandre Restovtsev
2011-08-15 4:58 Alexandre Restovtsev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=30563c27c752aa86ceb4a76fb593a0ab71d8cdca.tetromino@gentoo \
--to=tetromino@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox