diff options
author | John Helmert III <ajak@gentoo.org> | 2022-10-21 14:32:53 -0500 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2022-10-21 14:56:33 -0500 |
commit | 2130fa9b1fdbd66306591b3a031529c50e16310f (patch) | |
tree | ae77635fcda42e16cf5ca9bfce6da9e370314995 /media-sound/pulsemixer | |
parent | app-containers/nerdctl: add 1.0.0 (diff) | |
download | gentoo-2130fa9b1fdbd66306591b3a031529c50e16310f.tar.gz gentoo-2130fa9b1fdbd66306591b3a031529c50e16310f.tar.bz2 gentoo-2130fa9b1fdbd66306591b3a031529c50e16310f.zip |
media-sound/pulsemixer: add python3_11
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'media-sound/pulsemixer')
-rw-r--r-- | media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild | 2 | ||||
-rw-r--r-- | media-sound/pulsemixer/pulsemixer-1.5.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild b/media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild index 114d7ce451a3..fbca22552e0e 100644 --- a/media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild +++ b/media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild index a4059e5a370c..da8bb8c38bf1 100644 --- a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild +++ b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 |