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-portage/flaggie/
Date: Wed, 18 May 2022 07:36:19
Message-Id: 1652859368.3e4a2e88d2dfa41e7eb14583435cb5677bc0296f.mgorny@gentoo
1 commit: 3e4a2e88d2dfa41e7eb14583435cb5677bc0296f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 18 07:06:26 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 18 07:36:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4a2e88
7
8 app-portage/flaggie: Enable py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/flaggie/flaggie-0.2.1-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-portage/flaggie/flaggie-0.2.1-r2.ebuild b/app-portage/flaggie/flaggie-0.2.1-r2.ebuild
16 index 5ced01008064..333975126b4f 100644
17 --- a/app-portage/flaggie/flaggie-0.2.1-r2.ebuild
18 +++ b/app-portage/flaggie/flaggie-0.2.1-r2.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{8..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25
26 inherit bash-completion-r1 distutils-r1