app-admin/eclean-kernel: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Tue, 18 Feb 2020 17:55:21 +0000 (18:55 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 18 Feb 2020 17:55:36 +0000 (18:55 +0100)
Closes: https://bugs.gentoo.org/709888
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild

index 89a5c4d8fe0a4fe7643cb3193d97815762a2d105..1043330acff598607031b689e3453edbd3f55369 100644 (file)
@@ -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