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:53
Message-Id: 1624146586.b7c47987961a34019693d7eec1a386cf263a2394.sam@gentoo
1 commit: b7c47987961a34019693d7eec1a386cf263a2394
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 19 23:49:46 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 19 23:49:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c47987
7
8 media-sound/amsynth: Stabilize 1.12.2 amd64, #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 872703207ac..db4ff5cf719 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 )"