From 12cd3417337c820a1f329547e8e8fa8e3494d69e Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Tue, 30 Jul 2024 20:14:06 +0200 Subject: media-sound/qpaeq: enable py3.12 Closes: https://bugs.gentoo.org/929666 Signed-off-by: Pacho Ramos --- media-sound/qpaeq/qpaeq-16.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media-sound/qpaeq') diff --git a/media-sound/qpaeq/qpaeq-16.1.ebuild b/media-sound/qpaeq/qpaeq-16.1.ebuild index 789a0a286fdc..b4e9096d5b6f 100644 --- a/media-sound/qpaeq/qpaeq-16.1.ebuild +++ b/media-sound/qpaeq/qpaeq-16.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 MY_PV="${PV/_pre*}" MY_P="pulseaudio-${MY_PV}" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 DESCRIPTION="Equalizer interface for equalizer sinks of PulseAudio (networked sound server)" -- cgit v1.2.3-65-gdbad