diff options
author | John Helmert III <ajak@gentoo.org> | 2022-10-21 14:33:09 -0500 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2022-10-21 14:56:35 -0500 |
commit | 3ab34a279f59ab770e4298fd4ed34f75e0755821 (patch) | |
tree | 5542375c41fb608cd204ace06ece433f2af65d2b /media-sound | |
parent | media-sound/pulsemixer: add python3_11 (diff) | |
download | gentoo-3ab34a279f59ab770e4298fd4ed34f75e0755821.tar.gz gentoo-3ab34a279f59ab770e4298fd4ed34f75e0755821.tar.bz2 gentoo-3ab34a279f59ab770e4298fd4ed34f75e0755821.zip |
media-sound/pulsemixer: sync live
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/pulsemixer/pulsemixer-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/pulsemixer/pulsemixer-9999.ebuild b/media-sound/pulsemixer/pulsemixer-9999.ebuild index a4059e5a370c..fbca22552e0e 100644 --- a/media-sound/pulsemixer/pulsemixer-9999.ebuild +++ b/media-sound/pulsemixer/pulsemixer-9999.ebuild @@ -3,7 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 @@ -16,7 +17,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/GeorgeFilipkin/${PN}" else SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi LICENSE="MIT" |