mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user