summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-06-04 19:55:30 -0400
committerSam James <sam@gentoo.org>2024-06-06 01:44:42 +0100
commit3dacf382c5dfa1bdc0aa05a89a511a743e9407a6 (patch)
tree19b46899f2e0f51d40d621de4193d52ce52704ee /app-crypt/gcr
parentapp-crypt/gcr: enable py3.12 (diff)
downloadgentoo-3dacf382c5dfa1bdc0aa05a89a511a743e9407a6.tar.gz
gentoo-3dacf382c5dfa1bdc0aa05a89a511a743e9407a6.tar.bz2
gentoo-3dacf382c5dfa1bdc0aa05a89a511a743e9407a6.zip
app-crypt/gcr: enable py3.13
... in the slot for gcr 3.x It is only used by the build system, which runs some scripts that will work on any version of the python stdlib. It's kind of pointless to require a specific one but do not argue; python-any-r1 is basically lightweight on the package metadata. It is removed in gcr 4 anyway. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/gcr')
-rw-r--r--app-crypt/gcr/gcr-3.41.1-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/gcr/gcr-3.41.1-r2.ebuild b/app-crypt/gcr/gcr-3.41.1-r2.ebuild
index 7e4b1ef8de0a..4be077ac83ef 100644
--- a/app-crypt/gcr/gcr-3.41.1-r2.ebuild
+++ b/app-crypt/gcr/gcr-3.41.1-r2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{9..13} )
inherit gnome.org gnome2-utils meson python-any-r1 vala xdg