Gentoo Archives: gentoo-commits

From: John Helmert III <ajak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/
Date: Sun, 30 Jan 2022 01:47:16
Message-Id: 1643507182.50238b8237a2dd79a2b5e12203b195c8ad225c73.ajak@gentoo
1 commit: 50238b8237a2dd79a2b5e12203b195c8ad225c73
2 Author: John Helmert III <ajak <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 30 01:44:32 2022 +0000
4 Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 30 01:46:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50238b82
7
8 media-sound/pulsemixer: sync live
9
10 Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
11
12 media-sound/pulsemixer/pulsemixer-9999.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/media-sound/pulsemixer/pulsemixer-9999.ebuild b/media-sound/pulsemixer/pulsemixer-9999.ebuild
16 index 69fcc89df9db..a4059e5a370c 100644
17 --- a/media-sound/pulsemixer/pulsemixer-9999.ebuild
18 +++ b/media-sound/pulsemixer/pulsemixer-9999.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 -PYTHON_COMPAT=( python3_{7..9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29 PYTHON_REQ_USE="ncurses"
30
31 inherit distutils-r1
32 @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]]; then
33 EGIT_REPO_URI="https://github.com/GeorgeFilipkin/${PN}"
34 else
35 SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
36 - KEYWORDS="~amd64 ~x86"
37 + KEYWORDS="amd64 ~arm ~arm64 x86"
38 fi
39
40 LICENSE="MIT"