diff options
author | John Helmert III <ajak@gentoo.org> | 2022-01-29 19:43:43 -0600 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2022-01-29 19:46:19 -0600 |
commit | ed30e50bab38dbdaf68a7093fd08616c969a58ab (patch) | |
tree | c208866e12eaa3629d9be9baf9120a45fbb117ce /media-sound/pulsemixer/pulsemixer-1.5.1.ebuild | |
parent | dev-libs/expat: 2.4.4 (diff) | |
download | gentoo-ed30e50bab38dbdaf68a7093fd08616c969a58ab.tar.gz gentoo-ed30e50bab38dbdaf68a7093fd08616c969a58ab.tar.bz2 gentoo-ed30e50bab38dbdaf68a7093fd08616c969a58ab.zip |
media-sound/pulsemixer: update EAPI 7 -> 8, add python3_10
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'media-sound/pulsemixer/pulsemixer-1.5.1.ebuild')
-rw-r--r-- | media-sound/pulsemixer/pulsemixer-1.5.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild index 59fab70d4f78..a4059e5a370c 100644 --- a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild +++ b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 |