diff options
-rw-r--r-- | media-sound/qpaeq/qpaeq-16.1.ebuild | 4 |
1 files 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)" |