summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-16 15:22:15 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-16 15:37:53 +0100
commit4e65043387e637f9ef86d997c0fd56d0f3699b16 (patch)
tree8db73ac81b011daa8dfce813f4f60c7789c400d6 /app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
parentdev-python/pytest-shutil: Set DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-4e65043387e637f9ef86d997c0fd56d0f3699b16.tar.gz
gentoo-4e65043387e637f9ef86d997c0fd56d0f3699b16.tar.bz2
gentoo-4e65043387e637f9ef86d997c0fd56d0f3699b16.zip
app-portage/gentoolkit: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/gentoolkit/gentoolkit-0.4.6.ebuild')
-rw-r--r--app-portage/gentoolkit/gentoolkit-0.4.6.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
index 7efa0eb168c1..fa573b27b84f 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(+)"