From 1298dc2cd43472dc1a6cef1018c050864c77eecc Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 22 Oct 2015 13:08:49 +0200 Subject: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD Signed-off-by: Justin Lecher --- dev-python/behave/behave-1.2.4.ebuild | 2 -- 1 file changed, 2 deletions(-) (limited to 'dev-python/behave') diff --git a/dev-python/behave/behave-1.2.4.ebuild b/dev-python/behave/behave-1.2.4.ebuild index 5fc06dfd8a6..af692e7840f 100644 --- a/dev-python/behave/behave-1.2.4.ebuild +++ b/dev-python/behave/behave-1.2.4.ebuild @@ -40,8 +40,6 @@ python_compile_all() { python_test() { nosetests || die "nosetests failed under ${EPYTHON}" - local DISTUTILS_NO_PARALLEL_BUILD=TRUE - rm -f "${HOME}"/.pydistutils.cfg || die "Couldn't remove pydistutils.cfg" distutils_install_for_testing -- cgit v1.2.1