diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-02-07 23:42:57 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-02-07 23:42:57 +0000 |
commit | f664f71a72b66bf428513403bd29734380f94f0d (patch) | |
tree | 5193e6bc5f6ad6954c631b4380fa5bb690f5640e | |
parent | Stable for amd64, wrt bug #402437 (diff) | |
download | gentoo-2-f664f71a72b66bf428513403bd29734380f94f0d.tar.gz gentoo-2-f664f71a72b66bf428513403bd29734380f94f0d.tar.bz2 gentoo-2-f664f71a72b66bf428513403bd29734380f94f0d.zip |
Version bump; drop crash-prone 2.24.9 version. Avoid building gdk/gtk tests when FEATURES=-test (thanks to Rafał Mużyło).
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-2.24.10.ebuild (renamed from x11-libs/gtk+/gtk+-2.24.9.ebuild) | 5 |
2 files changed, 11 insertions, 3 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index 379bb6f31016..8dcda3f560e6 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-libs/gtk+ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.561 2012/02/02 10:23:10 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.562 2012/02/07 23:42:57 tetromino Exp $ + +*gtk+-2.24.10 (07 Feb 2012) + + 07 Feb 2012; Alexandre Rostovtsev <tetromino@gentoo.org> -gtk+-2.24.9.ebuild, + +gtk+-2.24.10.ebuild: + Version bump; drop crash-prone 2.24.9 version. Avoid building gdk/gtk tests + when FEATURES=-test (thanks to Rafał Mużyło). *gtk+-2.24.9-r1 (02 Feb 2012) diff --git a/x11-libs/gtk+/gtk+-2.24.9.ebuild b/x11-libs/gtk+/gtk+-2.24.10.ebuild index 13df158271dd..61635be245b6 100644 --- a/x11-libs/gtk+/gtk+-2.24.9.ebuild +++ b/x11-libs/gtk+/gtk+-2.24.10.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/x11-libs/gtk+/gtk+-2.24.9.ebuild,v 1.1 2012/01/29 10:51:28 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.24.10.ebuild,v 1.1 2012/02/07 23:42:57 tetromino Exp $ EAPI="4" PYTHON_DEPEND="2:2.4" @@ -103,7 +103,8 @@ src_prepare() { if ! use test; then # don't waste time building tests - strip_builddir SRC_SUBDIRS tests Makefile.am Makefile.in + strip_builddir SRC_SUBDIRS tests Makefile.{am,in} + strip_builddir SUBDIRS tests gdk/Makefile.{am,in} gtk/Makefile.{am,in} else # Non-working test in gentoo's env sed 's:\(g_test_add_func ("/ui-tests/keys-events.*\):/*\1*/:g' \ |