diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-05 07:30:48 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-05 07:30:48 +0000 |
commit | 2722e16944a4d23d31a54185ad22bce890a1502c (patch) | |
tree | 3068993e427d3aa84c3e946856fc40950a48f27b /dev-libs | |
parent | Fix accidently added keywords (diff) | |
download | gentoo-2-2722e16944a4d23d31a54185ad22bce890a1502c.tar.gz gentoo-2-2722e16944a4d23d31a54185ad22bce890a1502c.tar.bz2 gentoo-2-2722e16944a4d23d31a54185ad22bce890a1502c.zip |
Block <dev-libs/g-wrap-1.9.11 because they ship a copy of this library.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libffi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libffi/libffi-3.0.8.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libffi/ChangeLog b/dev-libs/libffi/ChangeLog index f9ef0ad12b3b..5731c9a28406 100644 --- a/dev-libs/libffi/ChangeLog +++ b/dev-libs/libffi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libffi # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.65 2009/06/04 12:46:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.66 2009/06/05 07:30:48 ssuominen Exp $ + + 05 Jun 2009; Samuli Suominen <ssuominen@gentoo.org> libffi-3.0.8.ebuild: + Block <dev-libs/g-wrap-1.9.11 because they ship a copy of this library. 04 Jun 2009; Samuli Suominen <ssuominen@gentoo.org> libffi-3.0.8.ebuild: Keyword ~ppc/~ppc64 wrt #272046, thanks to Luca Barbato for testing. diff --git a/dev-libs/libffi/libffi-3.0.8.ebuild b/dev-libs/libffi/libffi-3.0.8.ebuild index 00ea23c5dc2f..78a0eb992b10 100644 --- a/dev-libs/libffi/libffi-3.0.8.ebuild +++ b/dev-libs/libffi/libffi-3.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild,v 1.7 2009/06/04 12:46:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild,v 1.8 2009/06/05 07:30:48 ssuominen Exp $ EAPI=2 inherit eutils @@ -15,7 +15,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="debug static-libs test" RDEPEND="" -DEPEND="test? ( dev-util/dejagnu )" +DEPEND="!<dev-libs/g-wrap-1.9.11 + test? ( dev-util/dejagnu )" src_configure() { econf \ |