From 2088fa7961ff38fe287895bfd19b60ff9501185e Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Mon, 6 May 2024 11:33:13 -0400 Subject: [PATCH] sys-apps/pcsc-lite: enable py3.12 I don't really use nor know this package, but was blocking testing other packages on a 3.12-only system. At a glance pcsc-spy for which this uses python for does not seem inheritently broken, nor is there pending 3.12 fixes upstream for it that I can see. So sounds safe. Referencing bug #927448 as well given it requested 3.12, not that I'm going to look at bumping this myself. Bug: https://bugs.gentoo.org/927448 Closes: https://bugs.gentoo.org/929819 Signed-off-by: Ionen Wolkens --- sys-apps/pcsc-lite/pcsc-lite-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/pcsc-lite/pcsc-lite-2.0.1.ebuild b/sys-apps/pcsc-lite/pcsc-lite-2.0.1.ebuild index 661385f197baf..5d5823a7adbb2 100644 --- a/sys-apps/pcsc-lite/pcsc-lite-2.0.1.ebuild +++ b/sys-apps/pcsc-lite/pcsc-lite-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 systemd tmpfiles udev multilib-minimal