Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD

Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-10-22 13:08:49 +02:00
parent ad539da6c5
commit 1298dc2cd4
39 changed files with 0 additions and 65 deletions

View File

@@ -6,7 +6,6 @@ EAPI=5
PYTHON_COMPAT=( python{2_7,3_3} )
PYTHON_REQ_USE="sqlite?"
DISTUTILS_NO_PARALLEL_BUILD=true
inherit distutils-r1

View File

@@ -6,7 +6,6 @@ EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE="sqlite?"
DISTUTILS_NO_PARALLEL_BUILD=true
# The usual required for tests
DISTUTILS_IN_SOURCE_BUILD=1