commit: 4e65043387e637f9ef86d997c0fd56d0f3699b16
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 14:22:15 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 14:37:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e650433
app-portage/gentoolkit: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoolkit/gentoolkit-0.4.6.ebuild | 1 +
app-portage/gentoolkit/gentoolkit-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
index 7efa0eb168c..fa573b27b84 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
PYTHON_REQ_USE="xml(+),threads(+)"
diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild
b/app-portage/gentoolkit/gentoolkit-9999.ebuild
index 9503857df3b..3934b8cddae 100644
--- a/app-portage/gentoolkit/gentoolkit-9999.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
PYTHON_REQ_USE="xml(+),threads(+)"