commit: 0eadd1170a86b69be474f7ccd0b6e26e00282e76
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 10:47:57 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=0eadd117
dev-python/pycurl: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pycurl/pycurl-7.19.3.1-r2.ebuild | 6 ------
1 file changed, 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 52cf7e9..06f572f 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
}