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/kmix/
Date: Wed, 11 Sep 2019 08:10:01
Message-Id: 1568188240.368ebf467bee9db70037631db3b0361e34c58fed.asturm@gentoo
1 commit: 368ebf467bee9db70037631db3b0361e34c58fed
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 11 07:50:40 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 11 07:50:40 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=368ebf46
7
8 kde-apps/kmix: Drop unused DEPEND
9
10 Upstream commit 6b59a9a86568c4d2af1be7f32d1fcc23d48af2cd
11
12 Package-Manager: Portage-2.3.75, Repoman-2.3.17
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-apps/kmix/kmix-9999.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild
19 index 721a17f093..d53e31335a 100644
20 --- a/kde-apps/kmix/kmix-9999.ebuild
21 +++ b/kde-apps/kmix/kmix-9999.ebuild
22 @@ -7,7 +7,7 @@ KDE_HANDBOOK="forceoptional"
23 KDE_TEST="false"
24 inherit kde5
25
26 -DESCRIPTION="Plasma mixer gui"
27 +DESCRIPTION="Volume control gui based on KDE Frameworks"
28 HOMEPAGE="https://kde.org/applications/multimedia/kmix/"
29 KEYWORDS=""
30 IUSE="alsa plasma pulseaudio"
31 @@ -19,7 +19,6 @@ DEPEND="
32 $(add_frameworks_dep kdbusaddons)
33 $(add_frameworks_dep kglobalaccel)
34 $(add_frameworks_dep ki18n)
35 - $(add_frameworks_dep kiconthemes)
36 $(add_frameworks_dep knotifications)
37 $(add_frameworks_dep kwidgetsaddons)
38 $(add_frameworks_dep kwindowsystem)