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: 1582048652.6866994fbfdece3805051dd1701e032079e1fcb5.mgorny@gentoo
1 commit: 6866994fbfdece3805051dd1701e032079e1fcb5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 18 17:57:32 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 18 17:57:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6866994f
7
8 app-admin/eclean-kernel: Enable py3.8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild b/app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild
16 index 1043330acff..9407f165eeb 100644
17 --- a/app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild
18 +++ b/app-admin/eclean-kernel/eclean-kernel-0.4.3.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=7
21
22 DISTUTILS_USE_SETUPTOOLS=no
23 -PYTHON_COMPAT=( python3_{6,7} )
24 +PYTHON_COMPAT=( python3_{6,7,8} )
25
26 inherit distutils-r1