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/qsampler/
Date: Sat, 29 May 2021 15:23:16
Message-Id: 1622301651.fd29c3fba414884546e2e6ab43804aadbe56569e.sam@gentoo
1 commit: fd29c3fba414884546e2e6ab43804aadbe56569e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 29 15:20:51 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 29 15:20:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd29c3fb
7
8 media-sound/qsampler: Stabilize 0.9.2 amd64, #792774
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-sound/qsampler/qsampler-0.9.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/qsampler/qsampler-0.9.2.ebuild b/media-sound/qsampler/qsampler-0.9.2.ebuild
16 index d948252e61b..b1939a88974 100644
17 --- a/media-sound/qsampler/qsampler-0.9.2.ebuild
18 +++ b/media-sound/qsampler/qsampler-0.9.2.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]]; then
20 inherit git-r3
21 else
22 SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
23 - KEYWORDS="~amd64 ~x86"
24 + KEYWORDS="amd64 ~x86"
25 fi
26
27 DESCRIPTION="Graphical frontend to the LinuxSampler engine"