diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-06-03 19:42:33 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-06-03 20:08:10 +0200 |
commit | 41632cd7ffd72aa811135b425e6d6b4830b61f66 (patch) | |
tree | ccd4038fa0e7b67e5b1fc44a3600b5af17ef9344 /app-misc | |
parent | media-sound/mac: drop 10.53 (diff) | |
download | gentoo-41632cd7ffd72aa811135b425e6d6b4830b61f66.tar.gz gentoo-41632cd7ffd72aa811135b425e6d6b4830b61f66.tar.bz2 gentoo-41632cd7ffd72aa811135b425e6d6b4830b61f66.zip |
app-misc/terminal-colors: enable py3.12
Closes: https://bugs.gentoo.org/929341
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/terminal-colors/terminal-colors-3.0.2.ebuild | 4 | ||||
-rw-r--r-- | 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 |