Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/eclean-kernel/
Date: Tue, 18 Feb 2020 18:04:40
Message-Id: 1582048536.e48dffe73d03b51e8be5db506e04587f02e66e32.mgorny@gentoo
1 commit: e48dffe73d03b51e8be5db506e04587f02e66e32
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 18 17:55:21 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 18 17:55:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48dffe7
7
8 app-admin/eclean-kernel: Set DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/709888
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild b/app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild
17 index 89a5c4d8fe0..1043330acff 100644
18 --- a/app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild
19 +++ b/app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild
20 @@ -2,6 +2,8 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 +
25 +DISTUTILS_USE_SETUPTOOLS=no
26 PYTHON_COMPAT=( python3_{6,7} )
27
28 inherit distutils-r1