summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-09-28 11:20:20 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-09-28 11:20:20 +0000
commit162da87d1edf5035bbb380b91fec5ca76c93b6d8 (patch)
treef0255303c85c55a96f62f84b6cf8ad4d487d4fda /dev-libs/gobject-introspection
parentUse virtual/libffi instead of dev-libs/libffi in case we have to switch to us... (diff)
downloadhistorical-162da87d1edf5035bbb380b91fec5ca76c93b6d8.tar.gz
historical-162da87d1edf5035bbb380b91fec5ca76c93b6d8.tar.bz2
historical-162da87d1edf5035bbb380b91fec5ca76c93b6d8.zip
Use virtual/libffi instead of dev-libs/libffi in case we have to switch to using copy from GCC in future.
Package-Manager: portage-2.2.0_alpha59/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/gobject-introspection')
-rw-r--r--dev-libs/gobject-introspection/ChangeLog7
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild4
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