summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-22 13:06:59 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-22 13:09:19 +0200
commit5b4f54690e1865af6271a3546da5e4b22fb9a08c (patch)
treebdd49c2321400436aee45c11ab2627bddb7f264e /dev-python
parentdev-python/nose: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD (diff)
downloadgentoo-5b4f54690e1865af6271a3546da5e4b22fb9a08c.tar.gz
gentoo-5b4f54690e1865af6271a3546da5e4b22fb9a08c.tar.bz2
gentoo-5b4f54690e1865af6271a3546da5e4b22fb9a08c.zip
dev-python/python-geoclue: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild b/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild
index 4b7388f30e39..6fa0daae8e77 100644
--- a/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild
+++ b/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild
@@ -25,11 +25,6 @@ DEPEND="test? ( app-misc/geoclue:0 )"
S="${WORKDIR}"/${PN}
-python_prepare_all() {
- use test && DISTUTILS_NO_PARALLEL_BUILD=true
- distutils-r1_python_prepare_all
-}
-
python_test() {
VIRTUALX_COMMAND="${PYTHON}"
cd "${BUILD_DIR}" || die