summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@gentoo.org>2024-07-31 23:04:12 -0400
committerEli Schwartz <eschwartz@gentoo.org>2024-07-31 23:14:18 -0400
commitfd807de0bdb099e5ef6ef9ae6d514253707d769c (patch)
treee60599008d9ae25c003bc798a25c37a720165421 /dev-cpp
parentdev-cpp/ctemplate: mark as LTO-unsafe (diff)
downloadgentoo-fd807de0bdb099e5ef6ef9ae6d514253707d769c.tar.gz
gentoo-fd807de0bdb099e5ef6ef9ae6d514253707d769c.tar.bz2
gentoo-fd807de0bdb099e5ef6ef9ae6d514253707d769c.zip
dev-cpp/ctemplate: enable py3.13
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/ctemplate/ctemplate-2.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/ctemplate/ctemplate-2.4.ebuild b/dev-cpp/ctemplate/ctemplate-2.4.ebuild
index 4cbee4fbcc2e..8224d19db62c 100644
--- a/dev-cpp/ctemplate/ctemplate-2.4.ebuild
+++ b/dev-cpp/ctemplate/ctemplate-2.4.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit autotools elisp-common flag-o-matic python-any-r1