summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2024-02-06 14:52:30 -0600
committerBen Kohler <bkohler@gentoo.org>2024-02-06 14:52:57 -0600
commit4710ed7ca00c3c26f72c0520a2afba6accdf6112 (patch)
tree97203e67b3d93acffb4fb92896dc4c9ef3098a2c
parentdev-libs/libfmt: Add lfs flags (diff)
downloadgentoo-4710ed7ca00c3c26f72c0520a2afba6accdf6112.tar.gz
gentoo-4710ed7ca00c3c26f72c0520a2afba6accdf6112.tar.bz2
gentoo-4710ed7ca00c3c26f72c0520a2afba6accdf6112.zip
dev-libs/newt: enable py3.12
Closes: https://bugs.gentoo.org/923870 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rw-r--r--dev-libs/newt/newt-0.52.24.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/newt/newt-0.52.24.ebuild b/dev-libs/newt/newt-0.52.24.ebuild
index c5cadd071212..2fdfcec485bd 100644
--- a/dev-libs/newt/newt-0.52.24.ebuild
+++ b/dev-libs/newt/newt-0.52.24.ebuild
@@ -1,9 +1,9 @@
-# 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} )
inherit autotools python-r1 toolchain-funcs