Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/undertaker-scripts/
Date: Fri, 29 Apr 2022 19:02:11
Message-Id: 1651258919.0da0d4c48497d305d59f2721751c7408f6269214.sam@gentoo
1 commit: 0da0d4c48497d305d59f2721751c7408f6269214
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 19:01:59 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 19:01:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0da0d4c4
7
8 app-admin/undertaker-scripts: enable py3.10 and disable py3.7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-admin/undertaker-scripts/undertaker-scripts-1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild b/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
16 index 069510d21e88..3531d7b8d0ea 100644
17 --- a/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
18 +++ b/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 inherit python-single-r1
26
27 DESCRIPTION="Scripts to help retiring Gentoo developers"