Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
Date: Fri, 20 May 2022 02:04:24
Message-Id: 1653012256.10cda46db35235ad98c4d603b1aa6b93615d2977.prometheanfire@gentoo
1 commit: 10cda46db35235ad98c4d603b1aa6b93615d2977
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 02:04:12 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 02:04:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10cda46d
7
8 dev-util/gertty: add python3.10 to python_compat
9
10 Closes: https://bugs.gentoo.org/845945
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 dev-util/gertty/gertty-1.6.0-r1.ebuild | 4 ++--
15 dev-util/gertty/gertty-9999.ebuild | 6 +++---
16 2 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild
19 index fbd4f6bcd9f2..81582d8aa357 100644
20 --- a/dev-util/gertty/gertty-1.6.0-r1.ebuild
21 +++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild
22 @@ -1,8 +1,8 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 -PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
29 +PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_8 )
30
31 inherit distutils-r1
32
33
34 diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild
35 index dd4e83ac1992..9c6ff68f0c18 100644
36 --- a/dev-util/gertty/gertty-9999.ebuild
37 +++ b/dev-util/gertty/gertty-9999.ebuild
38 @@ -1,8 +1,8 @@
39 -# Copyright 1999-2021 Gentoo Authors
40 +# Copyright 1999-2022 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 -EAPI=7
44 -PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
45 +EAPI=8
46 +PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_10 )
47
48 inherit distutils-r1