commit: 12cd3417337c820a1f329547e8e8fa8e3494d69e Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Tue Jul 30 18:14:06 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Tue Jul 30 19:00:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12cd3417
media-sound/qpaeq: enable py3.12 Closes: https://bugs.gentoo.org/929666 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> media-sound/qpaeq/qpaeq-16.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)"
