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: Sun, 08 May 2022 04:11:00
Message-Id: 1651983032.be8d8bc1a3aeea5ade1ab22de25a9cc930ac1dc4.sam@gentoo
1 commit: be8d8bc1a3aeea5ade1ab22de25a9cc930ac1dc4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 8 04:10:32 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun May 8 04:10:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8d8bc1
7
8 media-sound/qsampler: Stabilize 0.9.6 amd64, #842696
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-sound/qsampler/qsampler-0.9.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/qsampler/qsampler-0.9.6.ebuild b/media-sound/qsampler/qsampler-0.9.6.ebuild
16 index f286d8199e11..04342be82314 100644
17 --- a/media-sound/qsampler/qsampler-0.9.6.ebuild
18 +++ b/media-sound/qsampler/qsampler-0.9.6.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"