diff options
author | 2013-10-07 16:41:48 +0000 | |
---|---|---|
committer | 2013-10-07 16:41:48 +0000 | |
commit | f9831c5c126166f7991fe1f284b0b2478954cc16 (patch) | |
tree | 8d533ed9b8ab318c64d153a67bf30780ad4c0cea /x11-libs/gtk+ | |
parent | fix smpeg2-config (diff) | |
download | gentoo-2-f9831c5c126166f7991fe1f284b0b2478954cc16.tar.gz gentoo-2-f9831c5c126166f7991fe1f284b0b2478954cc16.tar.bz2 gentoo-2-f9831c5c126166f7991fe1f284b0b2478954cc16.zip |
2.24.21 tarball doesn't have introspection.m4 (bug #487220, thanks to wojtek).
(Portage version: 2.2.7/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.21.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index 9033dd41e2ae..ab33e21232bf 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.676 2013/09/28 21:02:10 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.677 2013/10/07 16:41:48 tetromino Exp $ + + 07 Oct 2013; Alexandre Rostovtsev <tetromino@gentoo.org> gtk+-2.24.21.ebuild: + 2.24.21 tarball doesn't have introspection.m4 (bug #487220, thanks to + wojtek). *gtk+-2.24.21 (28 Sep 2013) diff --git a/x11-libs/gtk+/gtk+-2.24.21.ebuild b/x11-libs/gtk+/gtk+-2.24.21.ebuild index 7aed687e3ea6..df4965eb1aea 100644 --- a/x11-libs/gtk+/gtk+-2.24.21.ebuild +++ b/x11-libs/gtk+/gtk+-2.24.21.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.21.ebuild,v 1.1 2013/09/28 21:02:10 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.24.21.ebuild,v 1.2 2013/10/07 16:41:48 tetromino Exp $ EAPI="5" inherit eutils flag-o-matic gnome2-utils gnome.org multilib virtualx autotools readme.gentoo @@ -51,13 +51,13 @@ DEPEND="${COMMON_DEPEND} x11-proto/damageproto ) xinerama? ( x11-proto/xineramaproto ) + dev-libs/gobject-introspection-common >=dev-util/gtk-doc-am-1.11 test? ( x11-themes/hicolor-icon-theme media-fonts/font-misc-misc media-fonts/font-cursor-misc ) " -# introspection.m4 is in the tarball, so gobject-introspection-common is not needed # gtk+-2.24.8 breaks Alt key handling in <=x11-libs/vte-0.28.2:0 # Add blocker against old gtk-builder-convert to be sure we maintain both |