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.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/pulsemixer/pulsemixer-9999.ebuild b/media-sound/pulsemixer/pulsemixer-9999.ebuild
index 69fcc89df9db..a4059e5a370c 100644
--- a/media-sound/pulsemixer/pulsemixer-9999.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-9999.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
@@ -16,7 +16,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 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
fi
LICENSE="MIT"