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: Sun, 06 Feb 2022 07:40:08
Message-Id: 1644133191.01ef6cc925cbd7902578f4ac313202d28e8a491e.sam@gentoo
1 commit: 01ef6cc925cbd7902578f4ac313202d28e8a491e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 6 07:39:23 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 6 07:39:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ef6cc9
7
8 media-sound/easyeffects: Keyword 6.2.3 arm64, #807265
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-sound/easyeffects/easyeffects-6.2.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/easyeffects/easyeffects-6.2.3.ebuild b/media-sound/easyeffects/easyeffects-6.2.3.ebuild
16 index 5a49e98687bf..4ac538e41f4a 100644
17 --- a/media-sound/easyeffects/easyeffects-6.2.3.ebuild
18 +++ b/media-sound/easyeffects/easyeffects-6.2.3.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 ~arm ~ppc64"
24 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
25 fi
26
27 LICENSE="GPL-3"