diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-09-26 02:00:29 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-09-26 02:00:29 +0000 |
commit | 593d0946a009542e144a118115456971ca5a734c (patch) | |
tree | 8340bebf3c3d7787580ae5a494d7922d974ce08c /x11-libs/gtk+ | |
parent | Version bump. (diff) | |
download | gentoo-2-593d0946a009542e144a118115456971ca5a734c.tar.gz gentoo-2-593d0946a009542e144a118115456971ca5a734c.tar.bz2 gentoo-2-593d0946a009542e144a118115456971ca5a734c.zip |
Require glib-2.34 due to g_clear_pointer (bug #486006, thanks to Thomas Bettler).
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-2.24.20.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index e3f407135858..c209b55ebb2b 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/gtk+ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.674 2013/09/08 17:42:12 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.675 2013/09/26 02:00:29 tetromino Exp $ + + 26 Sep 2013; Alexandre Rostovtsev <tetromino@gentoo.org> gtk+-2.24.20.ebuild: + Require glib-2.34 due to g_clear_pointer (bug #486006, thanks to Thomas + Bettler). 08 Sep 2013; Gilles Dartiguelongue <eva@gentoo.org> gtk+-2.24.16.ebuild, gtk+-2.24.17.ebuild, -gtk+-2.24.19.ebuild, gtk+-2.24.20.ebuild, diff --git a/x11-libs/gtk+/gtk+-2.24.20.ebuild b/x11-libs/gtk+/gtk+-2.24.20.ebuild index 49a6e4ad916a..b2395e76c8e6 100644 --- a/x11-libs/gtk+/gtk+-2.24.20.ebuild +++ b/x11-libs/gtk+/gtk+-2.24.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.24.20.ebuild,v 1.3 2013/09/08 17:42:12 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.24.20.ebuild,v 1.4 2013/09/26 02:00:29 tetromino Exp $ EAPI="5" inherit eutils flag-o-matic gnome2-utils gnome.org multilib virtualx autotools readme.gentoo @@ -33,7 +33,7 @@ COMMON_DEPEND=" x11-libs/gdk-pixbuf:2[introspection?] ) xinerama? ( x11-libs/libXinerama ) - >=dev-libs/glib-2.30:2 + >=dev-libs/glib-2.34:2 >=x11-libs/pango-1.20[introspection?] >=dev-libs/atk-1.29.2[introspection?] media-libs/fontconfig |