diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-06-04 19:53:03 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-06 01:44:42 +0100 |
commit | 2ebb1a3d3db250b06190dc602b9f42d94fc23e1a (patch) | |
tree | be099832461a7f8b9b269ce8ecac46b2cf4e2ccd /app-crypt/gcr | |
parent | app-crypt/gcr: drop build-time use of python-any-r1 (diff) | |
download | gentoo-2ebb1a3d3db250b06190dc602b9f42d94fc23e1a.tar.gz gentoo-2ebb1a3d3db250b06190dc602b9f42d94fc23e1a.tar.bz2 gentoo-2ebb1a3d3db250b06190dc602b9f42d94fc23e1a.zip |
app-crypt/gcr: enable py3.12
... 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.
Closes: https://bugs.gentoo.org/929290
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.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/gcr/gcr-3.41.1-r2.ebuild b/app-crypt/gcr/gcr-3.41.1-r2.ebuild index 18f232f0302b..7e4b1ef8de0a 100644 --- a/app-crypt/gcr/gcr-3.41.1-r2.ebuild +++ b/app-crypt/gcr/gcr-3.41.1-r2.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} ) inherit gnome.org gnome2-utils meson python-any-r1 vala xdg |