diff options
-rw-r--r-- | dev-libs/glib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.30.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/gobject-introspection/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-1.30.0.ebuild | 4 |
4 files changed, 15 insertions, 6 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog index c1f1fc376b58..da2bd14625a9 100644 --- a/dev-libs/glib/ChangeLog +++ b/dev-libs/glib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/glib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.483 2011/09/27 12:59:45 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.484 2011/09/28 11:19:21 ssuominen Exp $ + + 28 Sep 2011; Samuli Suominen <ssuominen@gentoo.org> glib-2.30.0.ebuild: + Use virtual/libffi instead of dev-libs/libffi in case we have to switch to + using copy from GCC in future. *glib-2.30.0 (27 Sep 2011) diff --git a/dev-libs/glib/glib-2.30.0.ebuild b/dev-libs/glib/glib-2.30.0.ebuild index 7527de527c15..b0798b1b872e 100644 --- a/dev-libs/glib/glib-2.30.0.ebuild +++ b/dev-libs/glib/glib-2.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/glib/glib-2.30.0.ebuild,v 1.1 2011/09/27 12:59:45 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.30.0.ebuild,v 1.2 2011/09/28 11:19:21 ssuominen Exp $ EAPI="4" @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux" RDEPEND="virtual/libiconv - >=dev-libs/libffi-3.0.0 + virtual/libffi sys-libs/zlib xattr? ( sys-apps/attr ) fam? ( virtual/fam )" 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 |