From: Michał Górny Date: Tue, 18 Feb 2020 17:55:21 +0000 (+0100) Subject: app-admin/eclean-kernel: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e48dffe73d03b51e8be5db506e04587f02e66e32;p=gentoo.git app-admin/eclean-kernel: Set DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/709888 Signed-off-by: Michał Górny --- diff --git a/app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild b/app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild index 89a5c4d8fe0a..1043330acff5 100644 --- a/app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild +++ b/app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1