commit: a1bfaee7c14eb122ba7d01e2907823d7988362e0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 8 07:30:14 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 8 07:31:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1bfaee7
dev-python/setuptools: Copy DISTUTILS_USE_SETUPTOOLS=no to newest
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/setuptools/setuptools-42.0.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/setuptools/setuptools-42.0.2.ebuild
b/dev-python/setuptools/setuptools-42.0.2.ebuild
index 34e7487de3a..98b92480821 100644
--- a/dev-python/setuptools/setuptools-42.0.2.ebuild
+++ b/dev-python/setuptools/setuptools-42.0.2.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
PYTHON_REQ_USE="xml(+)"