From 06d780970edfdca3f4dc7b3727cc3f4952aacd7e Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 22 Oct 2015 12:40:08 +0200 Subject: [PATCH] dev-python/django: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/django/django-1.5.12.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dev-python/django/django-1.5.12.ebuild b/dev-python/django/django-1.5.12.ebuild index 3b1a8c15d122..47d2191ae722 100644 --- a/dev-python/django/django-1.5.12.ebuild +++ b/dev-python/django/django-1.5.12.ebuild @@ -53,12 +53,6 @@ python_test() { || die "Tests fail with ${EPYTHON}" } -src_test() { - # Port conflict in django.test.testcases.LiveServerTestCase. - # Several other races with temp files. - DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test -} - src_install() { distutils-r1_src_install webapp_src_install -- 2.26.2