summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2006-04-03 21:16:14 +0000
committerMarien Zwart <marienz@gentoo.org>2006-04-03 21:16:14 +0000
commit7498676d3fd4a3baea5a7311be0bd345d8b689e4 (patch)
tree2573ae36183a9c0bd5a4bf3641ec75f6a78627ea /dev-python/twisted/twisted-2.1.0.ebuild
parentMark 3.4.3 stable on ia64 (diff)
downloadgentoo-2-7498676d3fd4a3baea5a7311be0bd345d8b689e4.tar.gz
gentoo-2-7498676d3fd4a3baea5a7311be0bd345d8b689e4.tar.bz2
gentoo-2-7498676d3fd4a3baea5a7311be0bd345d8b689e4.zip
Make the process tests work on a slower or loaded cpu, thanks to gustavoz for reporting.
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'dev-python/twisted/twisted-2.1.0.ebuild')
-rw-r--r--dev-python/twisted/twisted-2.1.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/twisted/twisted-2.1.0.ebuild b/dev-python/twisted/twisted-2.1.0.ebuild
index bd0fc02f460f..d9ebceea6950 100644
--- a/dev-python/twisted/twisted-2.1.0.ebuild
+++ b/dev-python/twisted/twisted-2.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-2.1.0.ebuild,v 1.5 2006/01/31 21:14:28 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-2.1.0.ebuild,v 1.6 2006/04/03 21:16:14 marienz Exp $
inherit eutils distutils versionator
@@ -28,6 +28,8 @@ DOCS="CREDITS INSTALL NEWS README"
src_unpack() {
unpack ${A}
cd "${S}"
+ # give a load-sensitive test a better chance of succeeding
+ epatch "${FILESDIR}/${P}-echo-less.patch"
epatch "${FILESDIR}/${P}-trial-tests.patch"
epatch "${FILESDIR}/${P}-trial-tests2.patch"
epatch "${FILESDIR}/${P}-zsh-head.patch"