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>
This commit is contained in:
Justin Lecher
2015-10-22 13:06:59 +02:00
parent d1d5307687
commit 5b4f54690e

View File

@@ -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