commit:     d5e41bddf9e1f3258bc68c048eda6ad948679f2f
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 10:44:31 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 11:09:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e41bdd

dev-python/whoosh: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/whoosh/whoosh-2.6.0.ebuild | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/dev-python/whoosh/whoosh-2.6.0.ebuild 
b/dev-python/whoosh/whoosh-2.6.0.ebuild
index b3365b4..c656758 100644
--- a/dev-python/whoosh/whoosh-2.6.0.ebuild
+++ b/dev-python/whoosh/whoosh-2.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -40,12 +40,6 @@ python_compile_all() {
        use doc && sphinx-build -b html -c docs/source/ docs/source/ 
docs/source/build/html
 }
 
-# Restrict to test phase; a few random tests fail without it
-src_test() {
-       local DISTUTILS_NO_PARALLEL_BUILD=1
-       distutils-r1_src_test
-}
-
 python_test() {
        esetup.py test
 }

Reply via email to