Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/minuet/
Date: Sun, 10 Mar 2019 23:42:05
Message-Id: 1552261305.f96d94a5cf86c81ce48aa29b6a7786e2f26e6475.asturm@gentoo
1 commit: f96d94a5cf86c81ce48aa29b6a7786e2f26e6475
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 10 23:41:45 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 10 23:41:45 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f96d94a5
7
8 kde-apps/minuet: Add missing media-sound/fluidsynth slot op
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-apps/minuet/minuet-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/kde-apps/minuet/minuet-9999.ebuild b/kde-apps/minuet/minuet-9999.ebuild
17 index 9207259430..93a012ff69 100644
18 --- a/kde-apps/minuet/minuet-9999.ebuild
19 +++ b/kde-apps/minuet/minuet-9999.ebuild
20 @@ -22,6 +22,6 @@ DEPEND="
21 $(add_qt_dep qtgui)
22 $(add_qt_dep qtsvg)
23 $(add_qt_dep qtquickcontrols2)
24 - media-sound/fluidsynth
25 + media-sound/fluidsynth:=
26 "
27 RDEPEND="${DEPEND}"