Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lmms/
Date: Fri, 15 Nov 2019 00:36:49
Message-Id: 1573778156.eecc965adcef237c0a93f5e8b210e987164105e7.asturm@gentoo
1 commit: eecc965adcef237c0a93f5e8b210e987164105e7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 14 21:46:33 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 15 00:35:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eecc965a
7
8 media-sound/lmms: Fix metadata.xml typo
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/lmms/metadata.xml | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-sound/lmms/metadata.xml b/media-sound/lmms/metadata.xml
17 index 018a1358bd4..597ac163f21 100644
18 --- a/media-sound/lmms/metadata.xml
19 +++ b/media-sound/lmms/metadata.xml
20 @@ -16,7 +16,7 @@
21 <use>
22 <flag name="libgig">Enables GIG player plugin.</flag>
23 <flag name="fluidsynth">Enables Fluidsynth MIDI software synthesis plugin.</flag>
24 - <flag name="soundio">Enalbes libsoundio support.</flag>
25 + <flag name="soundio">Enables libsoundio support.</flag>
26 <flag name="stk">Enables STK Mallet plugin.</flag>
27 <flag name="vst">Enables the VeSTige plugin to run VST plugins through Wine.</flag>
28 </use>