summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <ajak@gentoo.org>2024-04-14 22:35:39 -0700
committerJohn Helmert III <ajak@gentoo.org>2024-04-14 22:35:39 -0700
commit9b8cab30e8258e0c1f2c3353ab3dea8e7a84cff5 (patch)
treef09a51ebd5fe07c096521140025a545955584adb /media-sound
parentdev-python/gst-python: Stabilize 1.22.11 arm64, #928779 (diff)
downloadgentoo-9b8cab30e8258e0c1f2c3353ab3dea8e7a84cff5.tar.gz
gentoo-9b8cab30e8258e0c1f2c3353ab3dea8e7a84cff5.tar.bz2
gentoo-9b8cab30e8258e0c1f2c3353ab3dea8e7a84cff5.zip
media-sound/pulsemixer: enable py3.12
Closes: https://bugs.gentoo.org/929665 Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild4
-rw-r--r--media-sound/pulsemixer/pulsemixer-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild b/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild
index 6f2490c54558..92808ef8f579 100644
--- a/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE="ncurses"
inherit distutils-r1
diff --git a/media-sound/pulsemixer/pulsemixer-9999.ebuild b/media-sound/pulsemixer/pulsemixer-9999.ebuild
index 54f5ab3fa3ac..c8ced02506c6 100644
--- a/media-sound/pulsemixer/pulsemixer-9999.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE="ncurses"
inherit distutils-r1