commit: 41632cd7ffd72aa811135b425e6d6b4830b61f66 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Mon Jun 3 17:42:33 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Jun 3 18:08:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41632cd7
app-misc/terminal-colors: enable py3.12 Closes: https://bugs.gentoo.org/929341 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> app-misc/terminal-colors/terminal-colors-3.0.2.ebuild | 4 ++-- app-misc/terminal-colors/terminal-colors-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild b/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild index f127d91a60d5..44a2ad35aacd 100644 --- a/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild +++ b/app-misc/terminal-colors/terminal-colors-3.0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) PYTHON_REQ_USE="ncurses" inherit python-r1 diff --git a/app-misc/terminal-colors/terminal-colors-9999.ebuild b/app-misc/terminal-colors/terminal-colors-9999.ebuild index 2c12ca92f090..0173925b3142 100644 --- a/app-misc/terminal-colors/terminal-colors-9999.ebuild +++ b/app-misc/terminal-colors/terminal-colors-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) PYTHON_REQ_USE="ncurses" inherit python-r1
