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: Thu, 01 Sep 2022 19:14:03
Message-Id: 1662059487.41a2447276e5d13c1a5c9604ba07450ab6a5ea92.sam@gentoo
1 commit: 41a2447276e5d13c1a5c9604ba07450ab6a5ea92
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 19:11:27 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 19:11:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a24472
7
8 media-sound/easyeffects: Stabilize 6.2.8 amd64, #867868
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-sound/easyeffects/easyeffects-6.2.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/easyeffects/easyeffects-6.2.8.ebuild b/media-sound/easyeffects/easyeffects-6.2.8.ebuild
16 index 7df1501d43c1..a21e92d422f6 100644
17 --- a/media-sound/easyeffects/easyeffects-6.2.8.ebuild
18 +++ b/media-sound/easyeffects/easyeffects-6.2.8.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 ~arm64 ~ppc64 ~x86"
24 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
25 fi
26
27 LICENSE="GPL-3"