diff options
author | 2012-10-23 06:21:15 +0000 | |
---|---|---|
committer | 2012-10-23 06:21:15 +0000 | |
commit | 133a54f50110e6779c18b2bdab856954993b5957 (patch) | |
tree | d5e16b01c4dc53b5683cc9b038905a0f15cbfccc /dev-libs/glib | |
parent | Fix building with doc USE flag (diff) | |
download | gentoo-2-133a54f50110e6779c18b2bdab856954993b5957.tar.gz gentoo-2-133a54f50110e6779c18b2bdab856954993b5957.tar.bz2 gentoo-2-133a54f50110e6779c18b2bdab856954993b5957.zip |
Disable problematic thread4 test, like was already done in glib-2.34.x ebuilds (bug #434248, thanks to Toralf Förster and Priit Laes).
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/glib')
-rw-r--r-- | dev-libs/glib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.32.4-r1.ebuild | 5 |
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog index a7640cea9dc4..283d2c38245c 100644 --- a/dev-libs/glib/ChangeLog +++ b/dev-libs/glib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/glib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.547 2012/10/17 07:37:32 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.548 2012/10/23 06:21:15 tetromino Exp $ + + 23 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + glib-2.32.4-r1.ebuild: + Disable problematic thread4 test, like was already done in glib-2.34.x + ebuilds (bug #434248, thanks to Toralf Förster and Priit Laes). *glib-2.34.1 (17 Oct 2012) diff --git a/dev-libs/glib/glib-2.32.4-r1.ebuild b/dev-libs/glib/glib-2.32.4-r1.ebuild index ed62b0161cec..34fca60dc0f5 100644 --- a/dev-libs/glib/glib-2.32.4-r1.ebuild +++ b/dev-libs/glib/glib-2.32.4-r1.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/glib/glib-2.32.4-r1.ebuild,v 1.9 2012/10/14 14:53:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.32.4-r1.ebuild,v 1.10 2012/10/23 06:21:15 tetromino Exp $ EAPI="4" PYTHON_DEPEND="utils? 2" @@ -107,6 +107,9 @@ src_prepare() { # AS_IF fixes from 2.33.x, needed for cross-compiling, bug #434770 epatch ../AS_IF-patches/*.patch + # https://bugzilla.gnome.org/show_bug.cgi?id=679306 + epatch "${FILESDIR}/${PN}-2.34.0-testsuite-skip-thread4.patch" + # disable pyc compiling use test && python_clean_py-compile_files |