Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/findutils/
Date: Sun, 16 Aug 2020 13:07:50
Message-Id: 1597583262.c89391bbc88a53244a7cdf7fb7a85bfd9dfb8966.whissi@gentoo
1 commit: c89391bbc88a53244a7cdf7fb7a85bfd9dfb8966
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 16 13:07:28 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 16 13:07:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c89391bb
7
8 sys-apps/findutils: add Python 3.8/3.9 support
9
10 Package-Manager: Portage-3.0.2, Repoman-2.3.23
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sys-apps/findutils/findutils-4.7.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-apps/findutils/findutils-4.7.0.ebuild b/sys-apps/findutils/findutils-4.7.0.ebuild
17 index c52ff404f16..d708ec6f23c 100644
18 --- a/sys-apps/findutils/findutils-4.7.0.ebuild
19 +++ b/sys-apps/findutils/findutils-4.7.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{6,7} )
25 +PYTHON_COMPAT=( python3_{6,7,8,9} )
26
27 inherit flag-o-matic toolchain-funcs python-any-r1