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: Mon, 26 Oct 2020 18:31:33
Message-Id: 1603737084.559078683680e113a09d36e710850c2bb1cc286f.mgorny@gentoo
1 commit: 559078683680e113a09d36e710850c2bb1cc286f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 18:25:17 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 18:31:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55907868
7
8 app-admin/eclean-kernel: Enable py3.9
9
10 Closes: https://bugs.gentoo.org/751343
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-admin/eclean-kernel/eclean-kernel-2.99.2.ebuild | 2 +-
14 app-admin/eclean-kernel/eclean-kernel-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-admin/eclean-kernel/eclean-kernel-2.99.2.ebuild b/app-admin/eclean-kernel/eclean-kernel-2.99.2.ebuild
18 index 80c233f40fe..81d82b128cb 100644
19 --- a/app-admin/eclean-kernel/eclean-kernel-2.99.2.ebuild
20 +++ b/app-admin/eclean-kernel/eclean-kernel-2.99.2.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI=7
23
24 DISTUTILS_USE_SETUPTOOLS=rdepend
25 -PYTHON_COMPAT=( python3_{6,7,8} )
26 +PYTHON_COMPAT=( python3_{6..9} )
27
28 inherit distutils-r1
29
30
31 diff --git a/app-admin/eclean-kernel/eclean-kernel-9999.ebuild b/app-admin/eclean-kernel/eclean-kernel-9999.ebuild
32 index edb37d5f75d..deeedcc7a34 100644
33 --- a/app-admin/eclean-kernel/eclean-kernel-9999.ebuild
34 +++ b/app-admin/eclean-kernel/eclean-kernel-9999.ebuild
35 @@ -4,7 +4,7 @@
36 EAPI=7
37
38 DISTUTILS_USE_SETUPTOOLS=rdepend
39 -PYTHON_COMPAT=( python3_{6,7,8} )
40 +PYTHON_COMPAT=( python3_{6..9} )
41
42 inherit distutils-r1 git-r3