diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-09-28 11:20:20 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-09-28 11:20:20 +0000 |
commit | 6d39a853073297291fdbb3194fee46edef3948a3 (patch) | |
tree | 7fb25feb2bb90df33de240a0afb6c4f3769351fe /dev-libs/gobject-introspection | |
parent | Use virtual/libffi instead of dev-libs/libffi in case we have to switch to us... (diff) | |
download | gentoo-2-6d39a853073297291fdbb3194fee46edef3948a3.tar.gz gentoo-2-6d39a853073297291fdbb3194fee46edef3948a3.tar.bz2 gentoo-2-6d39a853073297291fdbb3194fee46edef3948a3.zip |
Use virtual/libffi instead of dev-libs/libffi in case we have to switch to using copy from GCC in future.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/gobject-introspection')
-rw-r--r-- | dev-libs/gobject-introspection/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-libs/gobject-introspection/ChangeLog b/dev-libs/gobject-introspection/ChangeLog index 11fc8d81b0d2..c94220632bc5 100644 --- a/dev-libs/gobject-introspection/ChangeLog +++ b/dev-libs/gobject-introspection/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/gobject-introspection # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.44 2011/09/27 12:59:44 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.45 2011/09/28 11:20:20 ssuominen Exp $ + + 28 Sep 2011; Samuli Suominen <ssuominen@gentoo.org> + gobject-introspection-1.30.0.ebuild: + Use virtual/libffi instead of dev-libs/libffi in case we have to switch to + using copy from GCC in future. *gobject-introspection-1.30.0 (27 Sep 2011) diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild index 3b7700672015..dea653144a3a 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild,v 1.1 2011/09/27 12:59:44 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild,v 1.2 2011/09/28 11:20:20 ssuominen Exp $ EAPI="3" GCONF_DEBUG="no" @@ -22,7 +22,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="doc test" RDEPEND=">=dev-libs/glib-2.29.7:2 - >=dev-libs/libffi-3.0" + virtual/libffi" DEPEND="${RDEPEND} dev-util/pkgconfig sys-devel/flex |