diff options
author | John Helmert III <ajak@gentoo.org> | 2022-01-29 19:44:32 -0600 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2022-01-29 19:46:22 -0600 |
commit | 50238b8237a2dd79a2b5e12203b195c8ad225c73 (patch) | |
tree | f9f24d72a14d86084a29909165377a061c6c588c /media-sound | |
parent | media-sound/pulsemixer: update EAPI 7 -> 8, add python3_10 (diff) | |
download | gentoo-50238b8237a2dd79a2b5e12203b195c8ad225c73.tar.gz gentoo-50238b8237a2dd79a2b5e12203b195c8ad225c73.tar.bz2 gentoo-50238b8237a2dd79a2b5e12203b195c8ad225c73.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 | 8 |
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" |