projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7de827
)
app-admin/eclean-kernel: Set DISTUTILS_USE_SETUPTOOLS
author
Michał Górny
<mgorny@gentoo.org>
Tue, 18 Feb 2020 17:55:21 +0000
(18:55 +0100)
committer
Michał 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
patch
|
blob
|
history
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 89a5c4d8fe0a4fe7643cb3193d97815762a2d105..1043330acff598607031b689e3453edbd3f55369 100644
(file)
--- 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