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/easyeffects/
Date: Tue, 07 Dec 2021 00:36:10
Message-Id: 1638837337.a66db0236c53bd0628cc50d809ea53659032093f.sam@gentoo
1 commit: a66db0236c53bd0628cc50d809ea53659032093f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 7 00:35:37 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 7 00:35:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66db023
7
8 media-sound/easyeffects: Keyword 6.1.5 arm, #807265
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-sound/easyeffects/easyeffects-6.1.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/easyeffects/easyeffects-6.1.5.ebuild b/media-sound/easyeffects/easyeffects-6.1.5.ebuild
16 index 600dcea72c95..e2384d6fb9ab 100644
17 --- a/media-sound/easyeffects/easyeffects-6.1.5.ebuild
18 +++ b/media-sound/easyeffects/easyeffects-6.1.5.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
20 EGIT_REPO_URI="https://github.com/wwmm/easyeffects"
21 else
22 SRC_URI="https://github.com/wwmm/easyeffects/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
24 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
25 fi
26
27 LICENSE="GPL-3"