commit: 3ab34a279f59ab770e4298fd4ed34f75e0755821
Author: John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 19:33:09 2022 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 19:56:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab34a27
media-sound/pulsemixer: sync live
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
media-sound/pulsemixer/pulsemixer-9999.ebuild | 5 +++--
1 file 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"