commit:     6473637139767c7dcd5ddc99938ae74e140fd6c8
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 10:43:58 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=64736371

sys-fs/pysize: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD

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

 sys-fs/pysize/pysize-0.2-r1.ebuild | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/sys-fs/pysize/pysize-0.2-r1.ebuild 
b/sys-fs/pysize/pysize-0.2-r1.ebuild
index e5966b3..0b25263 100644
--- a/sys-fs/pysize/pysize-0.2-r1.ebuild
+++ b/sys-fs/pysize/pysize-0.2-r1.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$
 
@@ -30,8 +30,6 @@ PATCHES=(
        "${FILESDIR}"/${PV}-setuptools-automagic.patch
        )
 
-DISTUTILS_NO_PARALLEL_BUILD=1
-
 python_prepare_all() {
        if ! use gtk; then
                sed \
@@ -58,12 +56,6 @@ python_prepare_all() {
        distutils-r1_python_prepare_all
 }
 
-src_test() {
-       # Tests shatter otherwise
-       local DISTUTILS_NO_PARALLEL_BUILD=1
-       distutils-r1_src_test
-}
-
 python_test() {
        pushd "${S}"/tests > /dev/null
        PYTHONPATH=.:../ "${PYTHON}" pysize_tests.py || die "tests failed under 
${EPYTHON}"

Reply via email to