commit: 4cceadf3cbc438a24a99858fe9941cf471f98fcc Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sat Apr 13 15:31:22 2024 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sat Apr 13 15:31:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cceadf3
dev-util/gertty: enable py3.12 Closes: https://bugs.gentoo.org/929538 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> dev-util/gertty/gertty-1.6.0-r2.ebuild | 2 +- dev-util/gertty/gertty-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/gertty/gertty-1.6.0-r2.ebuild b/dev-util/gertty/gertty-1.6.0-r2.ebuild index bb526e970682..de0a8ec025a5 100644 --- a/dev-util/gertty/gertty-1.6.0-r2.ebuild +++ b/dev-util/gertty/gertty-1.6.0-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild index 6e5ddeafe6e3..0fb789cd3c51 100644 --- a/dev-util/gertty/gertty-9999.ebuild +++ b/dev-util/gertty/gertty-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1
