commit: 5b4f54690e1865af6271a3546da5e4b22fb9a08c
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 11:06:59 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=5b4f5469
dev-python/python-geoclue: 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/python-geoclue/python-geoclue-0.1.0-r1.ebuild | 5 -----
1 file changed, 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 4b7388f..6fa0daa 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