--- gx86/dev-python/setuptools/setuptools-0.6.33.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gx86/dev-python/setuptools/setuptools-0.6.33.ebuild b/gx86/dev-python/setuptools/setuptools-0.6.33.ebuild index 4f4f3aa..91a8d57 100644 --- a/gx86/dev-python/setuptools/setuptools-0.6.33.ebuild +++ b/gx86/dev-python/setuptools/setuptools-0.6.33.ebuild @@ -37,7 +37,7 @@ python_prepare_all() { # Disable tests requiring network connection. rm -f setuptools/tests/test_packageindex.py - distutils-r1_python_prepare_all + edefault } python_test() { @@ -48,5 +48,5 @@ python_test() { python_install() { DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT="1" \ DONT_PATCH_SETUPTOOLS="1" \ - distutils-r1_python_install + edefault } -- 1.8.2.1