diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-22 13:08:49 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-22 13:09:19 +0200 |
commit | 1298dc2cd43472dc1a6cef1018c050864c77eecc (patch) | |
tree | 13f2601b96d7fc7a9c31afb50aac8bc6c1597440 /dev-python/mamba | |
parent | dev-python/sclapp: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD (diff) | |
download | gentoo-1298dc2cd43472dc1a6cef1018c050864c77eecc.tar.gz gentoo-1298dc2cd43472dc1a6cef1018c050864c77eecc.tar.bz2 gentoo-1298dc2cd43472dc1a6cef1018c050864c77eecc.zip |
Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/mamba')
-rw-r--r-- | dev-python/mamba/mamba-0.6.ebuild | 2 | ||||
-rw-r--r-- | dev-python/mamba/mamba-0.8.4.ebuild | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/dev-python/mamba/mamba-0.6.ebuild b/dev-python/mamba/mamba-0.6.ebuild index bb85f66ee459..f48b226a7024 100644 --- a/dev-python/mamba/mamba-0.6.ebuild +++ b/dev-python/mamba/mamba-0.6.ebuild @@ -44,8 +44,6 @@ python_prepare_all() { } python_test() { - local DISTUTILS_NO_PARALLEL_BUILD=TRUE - rm -f "${HOME}"/.pydistutils.cfg || die "Couldn't remove pydistutils.cfg" distutils_install_for_testing diff --git a/dev-python/mamba/mamba-0.8.4.ebuild b/dev-python/mamba/mamba-0.8.4.ebuild index 72dd8a4455a9..525c7fbabb9f 100644 --- a/dev-python/mamba/mamba-0.8.4.ebuild +++ b/dev-python/mamba/mamba-0.8.4.ebuild @@ -45,8 +45,6 @@ python_prepare_all() { } python_test() { - local DISTUTILS_NO_PARALLEL_BUILD=TRUE - rm -f "${HOME}"/.pydistutils.cfg || die "Couldn't remove pydistutils.cfg" distutils_install_for_testing |