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/amsynth/
Date: Sat, 19 Jun 2021 23:51:54
Message-Id: 1624146651.b6bcc2732d85e8bd66c11a76cf5b1f96de2a8c2b.sam@gentoo
1 commit: b6bcc2732d85e8bd66c11a76cf5b1f96de2a8c2b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 19 23:50:51 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 19 23:50:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6bcc273
7
8 media-sound/amsynth: Stabilize 1.12.2 x86, #796704
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-sound/amsynth/amsynth-1.12.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/amsynth/amsynth-1.12.2.ebuild b/media-sound/amsynth/amsynth-1.12.2.ebuild
16 index db4ff5cf719..43b44f1114b 100644
17 --- a/media-sound/amsynth/amsynth-1.12.2.ebuild
18 +++ b/media-sound/amsynth/amsynth-1.12.2.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/release-${PV}/${P}.tar
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 -KEYWORDS="amd64 ~ppc ~x86"
24 +KEYWORDS="amd64 ~ppc x86"
25 IUSE="alsa dssi gtk jack lash lv2 nsm oss vst"
26
27 REQUIRED_USE="dssi? ( gtk ) lv2? ( gtk )"