From 4e65043387e637f9ef86d997c0fd56d0f3699b16 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 16 Dec 2019 15:22:15 +0100 Subject: app-portage/gentoolkit: Set DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-portage/gentoolkit/gentoolkit-0.4.6.ebuild | 1 + app-portage/gentoolkit/gentoolkit-9999.ebuild | 1 + 2 files changed, 2 insertions(+) (limited to 'app-portage') 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(+)" diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild index 9503857df3b2..3934b8cddae7 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(+)" -- cgit v1.2.3-65-gdbad