diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-05-03 23:32:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-05-03 23:32:11 +0000 |
commit | 3f9356cb4892a3f7a126793a2397ae2c11e8cbbc (patch) | |
tree | 333c30db2e2b90aa97ea4887bd7593543fdd1a3a /gnome-extra | |
parent | old (diff) | |
download | gentoo-2-3f9356cb4892a3f7a126793a2397ae2c11e8cbbc.tar.gz gentoo-2-3f9356cb4892a3f7a126793a2397ae2c11e8cbbc.tar.bz2 gentoo-2-3f9356cb4892a3f7a126793a2397ae2c11e8cbbc.zip |
workaround broken test suite
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-games/gnome-games-2.26.3-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnome-extra/gnome-games/gnome-games-2.26.3-r1.ebuild b/gnome-extra/gnome-games/gnome-games-2.26.3-r1.ebuild index 84e6ad42ca20..a2866996c9d1 100644 --- a/gnome-extra/gnome-games/gnome-games-2.26.3-r1.ebuild +++ b/gnome-extra/gnome-games/gnome-games-2.26.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/gnome-games-2.26.3-r1.ebuild,v 1.8 2010/01/16 17:28:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/gnome-games-2.26.3-r1.ebuild,v 1.9 2010/05/03 23:32:11 ssuominen Exp $ EAPI="2" GCONF_DEBUG="no" @@ -62,9 +62,8 @@ DEPEND="${RDEPEND} # Others are installed below; multiples in this package. DOCS="AUTHORS HACKING MAINTAINERS TODO" -# dang make-check fails on docs with -j > 1. Restrict them for the moment until -# it can be chased down. -#RESTRICT="test" +# Workaround #289372. Fixed in 2.28. +RESTRICT="test" _omitgame() { G2CONF="${G2CONF},${1}" |