diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-07-01 16:09:55 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-07-01 16:09:55 +0000 |
commit | 482474dad9afe89fb74f38cb3de8698f12c7e674 (patch) | |
tree | 3b15a3cc775d073f70f876b53f2e6a460a689339 /dev-libs/glib | |
parent | app-text/notecase will stay (diff) | |
download | gentoo-2-482474dad9afe89fb74f38cb3de8698f12c7e674.tar.gz gentoo-2-482474dad9afe89fb74f38cb3de8698f12c7e674.tar.bz2 gentoo-2-482474dad9afe89fb74f38cb3de8698f12c7e674.zip |
Really skip tests when unneeded (bug #373069 by Matt Turner).
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/glib')
-rw-r--r-- | dev-libs/glib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.28.8.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog index 55135a8e132a..7748e34f6c29 100644 --- a/dev-libs/glib/ChangeLog +++ b/dev-libs/glib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/glib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.471 2011/06/11 15:04:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.472 2011/07/01 16:09:55 pacho Exp $ + + 01 Jul 2011; Pacho Ramos <pacho@gentoo.org> glib-2.28.8.ebuild: + Really skip tests when unneeded (bug #373069 by Matt Turner). 11 Jun 2011; Pacho Ramos <pacho@gentoo.org> -files/glib-2.25-skip-tests-with-dbus-keyring.patch, -glib-2.26.1-r1.ebuild, diff --git a/dev-libs/glib/glib-2.28.8.ebuild b/dev-libs/glib/glib-2.28.8.ebuild index eac1980efce6..a0546ae23235 100644 --- a/dev-libs/glib/glib-2.28.8.ebuild +++ b/dev-libs/glib/glib-2.28.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.8.ebuild,v 1.3 2011/06/11 03:05:04 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.28.8.ebuild,v 1.4 2011/07/01 16:09:55 pacho Exp $ EAPI="3" GNOME_TARBALL_SUFFIX="xz" @@ -100,8 +100,7 @@ src_prepare() { if ! use test; then # don't waste time building tests - sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \ - || die "sed failed" + sed 's/^\(.*\SUBDIRS .*\=.*\)tests\(.*\)$/\1\2/' -i $(find -name Makefile.am -o -name Makefile.in) || die fi # Needed for the punt-python-check patch, disabling timeout test |