From 3dacf382c5dfa1bdc0aa05a89a511a743e9407a6 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 4 Jun 2024 19:55:30 -0400 Subject: [PATCH] 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 Signed-off-by: Sam James --- app-crypt/gcr/gcr-3.41.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/gcr/gcr-3.41.1-r2.ebuild b/app-crypt/gcr/gcr-3.41.1-r2.ebuild index 7e4b1ef8de0a2..4be077ac83efb 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