commit: 10cda46db35235ad98c4d603b1aa6b93615d2977 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Fri May 20 02:04:12 2022 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri May 20 02:04:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10cda46d
dev-util/gertty: add python3.10 to python_compat Closes: https://bugs.gentoo.org/845945 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> dev-util/gertty/gertty-1.6.0-r1.ebuild | 4 ++-- dev-util/gertty/gertty-9999.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild index fbd4f6bcd9f2..81582d8aa357 100644 --- a/dev-util/gertty/gertty-1.6.0-r1.ebuild +++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 python3_8 python3_9 ) +PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_8 ) inherit distutils-r1 diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild index dd4e83ac1992..9c6ff68f0c18 100644 --- a/dev-util/gertty/gertty-9999.ebuild +++ b/dev-util/gertty/gertty-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_7 python3_8 python3_9 ) +EAPI=8 +PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_10 ) inherit distutils-r1