diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-02-02 06:13:01 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-02-02 06:13:01 +0000 |
commit | 15cfaad26d48629ad261eb657cf6cf3c72fb6d8e (patch) | |
tree | 6af78158e035c40c3c0b64aa26a01c1890db64e3 | |
parent | Bump (diff) | |
download | gentoo-2-15cfaad26d48629ad261eb657cf6cf3c72fb6d8e.tar.gz gentoo-2-15cfaad26d48629ad261eb657cf6cf3c72fb6d8e.tar.bz2 gentoo-2-15cfaad26d48629ad261eb657cf6cf3c72fb6d8e.zip |
testBCLookup added to list of disabled tests requiring network connection, fixes Bug #454686 by flameeyes
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
-rw-r--r-- | dev-python/pyro/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/pyro/pyro-4.11.ebuild | 7 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/pyro/ChangeLog b/dev-python/pyro/ChangeLog index c05a747f7183..efe13b766e5e 100644 --- a/dev-python/pyro/ChangeLog +++ b/dev-python/pyro/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pyro -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v 1.74 2012/12/25 13:37:20 aidecoe Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v 1.75 2013/02/02 06:13:01 idella4 Exp $ + + 02 Feb 2013; Ian Delaney <idella4@gentoo.org> pyro-4.11.ebuild: + testBCLookup added to list of disabled tests requiring network connection, + fixes Bug #454686 by flameeyes *pyro-4.17 (25 Dec 2012) @@ -347,4 +351,3 @@ 16 Feb 2004; <kloeri@gentoo.org> pyro-3.3.ebuild, files/pyro-3.3-unattend.patch: Initial import. - diff --git a/dev-python/pyro/pyro-4.11.ebuild b/dev-python/pyro/pyro-4.11.ebuild index 7e847cc94e29..7f5346dbaa1e 100644 --- a/dev-python/pyro/pyro-4.11.ebuild +++ b/dev-python/pyro/pyro-4.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/pyro-4.11.ebuild,v 1.6 2012/06/08 11:46:27 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/pyro-4.11.ebuild,v 1.7 2013/02/02 06:13:01 idella4 Exp $ EAPI="3" PYTHON_DEPEND="*:2.6" @@ -46,6 +46,7 @@ src_prepare() { -e "s/testMulti/_&/" \ -e "s/testRefuseDottedNames/_&/" \ -e "s/testResolve/_&/" \ + -e "s/testBCLookup/_&/" \ -i tests/PyroTests/test_naming.py sed \ -e "s/testOwnloopBasics/_&/" \ @@ -54,7 +55,7 @@ src_prepare() { sed \ -e "s/testServerConnections/_&/" \ - -e "s/testServerParallelism/_&/" \ + -e "s/testServerParallelism/_&/" \ -i tests/PyroTests/test_server.py sed \ |