diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-04-16 11:16:25 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-04-16 11:16:25 +0000 |
commit | 580e9d7638f4260c55fc09018068ee835b2cb5e6 (patch) | |
tree | 9f64686755e7dd9848c14009a09686fba5e2e5fb /dev-libs/gobject-introspection | |
parent | Support spidermonkey-1.8.5, bug #391297 by Ian Stakenvicius. Remove old. (diff) | |
download | gentoo-2-580e9d7638f4260c55fc09018068ee835b2cb5e6.tar.gz gentoo-2-580e9d7638f4260c55fc09018068ee835b2cb5e6.tar.bz2 gentoo-2-580e9d7638f4260c55fc09018068ee835b2cb5e6.zip |
Fix glib dependency to match installed gir data and fix test failure (bug #412059, thanks to Hans de Graaff).
(Portage version: 2.2.0_alpha100/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.32.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 4d11e77aa35d..9d0d9b1e7ef7 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.63 2012/03/28 00:59:16 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.64 2012/04/16 11:16:25 tetromino Exp $ + + 16 Apr 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + gobject-introspection-1.32.0.ebuild: + Fix glib dependency to match installed gir data and fix test failure (bug + #412059, thanks to Hans de Graaff). *gobject-introspection-1.32.0 (28 Mar 2012) diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.32.0.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.32.0.ebuild index 0b8e10fa9148..fd856e5d04c8 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.32.0.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.32.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.32.0.ebuild,v 1.1 2012/03/28 00:59:16 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.32.0.ebuild,v 1.2 2012/04/16 11:16:25 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="doc doctool test" RDEPEND=">=dev-libs/gobject-introspection-common-${PV} - >=dev-libs/glib-2.29.7:2 + >=dev-libs/glib-2.31.22:2 doctool? ( dev-python/mako ) virtual/libffi" # Wants real bison, not virtual/yacc |