summaryrefslogtreecommitdiff
path: root/media-sound/pulsemixer/pulsemixer-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/pulsemixer/pulsemixer-9999.ebuild')
-rw-r--r--media-sound/pulsemixer/pulsemixer-9999.ebuild5
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"