diff options
author | 2024-12-15 17:29:38 -0800 | |
---|---|---|
committer | 2024-12-15 17:34:53 -0800 | |
commit | 884567fdd851139341c8980264f5ac31d7e70746 (patch) | |
tree | ff354e5b77aa3a7bc332cf18323af8f1f54d0fcb /media-sound | |
parent | dev-libs/weston: Version 14 works with FreeRDP 2 or 3 (diff) | |
download | gentoo-884567fdd851139341c8980264f5ac31d7e70746.tar.gz gentoo-884567fdd851139341c8980264f5ac31d7e70746.tar.bz2 gentoo-884567fdd851139341c8980264f5ac31d7e70746.zip |
media-sound/pulsemixer: enable py3.13
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.ebuild | 2 | ||||
-rw-r--r-- | media-sound/pulsemixer/pulsemixer-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild b/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild index 92808ef8f579..b3b498d79ba6 100644 --- a/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild +++ b/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 diff --git a/media-sound/pulsemixer/pulsemixer-9999.ebuild b/media-sound/pulsemixer/pulsemixer-9999.ebuild index c8ced02506c6..ea18fea24dc1 100644 --- a/media-sound/pulsemixer/pulsemixer-9999.ebuild +++ b/media-sound/pulsemixer/pulsemixer-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 |