Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/
Date: Wed, 05 Aug 2020 17:46:06
Message-Id: 1596649534.22bbf1eb929f7d1cbe5a1534fb5ac89787dbca68.sam@gentoo
1 commit: 22bbf1eb929f7d1cbe5a1534fb5ac89787dbca68
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 5 17:45:34 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 5 17:45:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22bbf1eb
7
8 media-sound/pulsemixer: Keyword 1.5.1 arm, #734592
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-sound/pulsemixer/pulsemixer-1.5.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
16 index 1e6840e0606..55f1eba0f93 100644
17 --- a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
18 +++ b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
19 @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]]; then
20 EGIT_REPO_URI="https://github.com/GeorgeFilipkin/${PN}"
21 else
22 SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm64 ~x86"
24 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
25 fi
26
27 LICENSE="MIT"