Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/easyeffects/
Date: Sat, 22 Jan 2022 06:03:10
Message-Id: 1642831360.55ed1852e943cf19ff1768c7b6abc199b3ea811f.arthurzam@gentoo
1 commit: 55ed1852e943cf19ff1768c7b6abc199b3ea811f
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 22 06:02:40 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 22 06:02:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ed1852
7
8 media-sound/easyeffects: Keyword 6.2.1 ppc64, #807265
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 media-sound/easyeffects/easyeffects-6.2.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/easyeffects/easyeffects-6.2.1.ebuild b/media-sound/easyeffects/easyeffects-6.2.1.ebuild
16 index d5850143500c..c7f50ff049df 100644
17 --- a/media-sound/easyeffects/easyeffects-6.2.1.ebuild
18 +++ b/media-sound/easyeffects/easyeffects-6.2.1.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"
24 + KEYWORDS="~amd64 ~ppc64"
25 fi
26
27 LICENSE="GPL-3"