summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-22 12:47:57 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-22 13:09:19 +0200
commit0eadd1170a86b69be474f7ccd0b6e26e00282e76 (patch)
treed28671f61c2dec2f34fbe0647b814822e7b7400d
parent9d5e70608f826135c09e233bec48abcc2a592e74 (diff)
downloadgentoo-0eadd1170a86b69be474f7ccd0b6e26e00282e76.tar.gz
gentoo-0eadd1170a86b69be474f7ccd0b6e26e00282e76.tar.xz
dev-python/pycurl: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--dev-python/pycurl/pycurl-7.19.3.1-r2.ebuild6
1 files changed, 0 insertions, 6 deletions
diff --git a/dev-python/pycurl/pycurl-7.19.3.1-r2.ebuild b/dev-python/pycurl/pycurl-7.19.3.1-r2.ebuild
index 52cf7e992d0..06f572fd384 100644
--- a/dev-python/pycurl/pycurl-7.19.3.1-r2.ebuild
+++ b/dev-python/pycurl/pycurl-7.19.3.1-r2.ebuild
@@ -53,12 +53,6 @@ python_compile() {
distutils-r1_python_compile
}
-src_test() {
- # suite shatters without this
- local DISTUTILS_NO_PARALLEL_BUILD=1
- distutils-r1_src_test
-}
-
python_test() {
emake test
}