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/dolphin-plugins/
Date: Mon, 08 Oct 2018 18:28:22
Message-Id: 1539023281.aff1fb821b50530b382862234897d2e28ab73c84.asturm@gentoo
1 commit: aff1fb821b50530b382862234897d2e28ab73c84
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 8 18:28:01 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 8 18:28:01 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=aff1fb82
7
8 kde-apps/dolphin-plugins: Update DEPENDs
9
10 Upstream commit 6c8cfb363006bc7d63a7544d1b2f00fefd215c9f
11
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13 Package-Manager: Portage-2.3.50, Repoman-2.3.11
14
15 kde-apps/dolphin-plugins/dolphin-plugins-18.08.49.9999.ebuild | 5 ++---
16 1 file changed, 2 insertions(+), 3 deletions(-)
17
18 diff --git a/kde-apps/dolphin-plugins/dolphin-plugins-18.08.49.9999.ebuild b/kde-apps/dolphin-plugins/dolphin-plugins-18.08.49.9999.ebuild
19 index 7458ba7c3d..62e31c9a5e 100644
20 --- a/kde-apps/dolphin-plugins/dolphin-plugins-18.08.49.9999.ebuild
21 +++ b/kde-apps/dolphin-plugins/dolphin-plugins-18.08.49.9999.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -18,6 +18,7 @@ COMMON_DEPEND="
29 $(add_frameworks_dep kdelibs4support)
30 $(add_frameworks_dep ki18n)
31 $(add_frameworks_dep kio)
32 + $(add_frameworks_dep ktextwidgets)
33 $(add_frameworks_dep kxmlgui)
34 $(add_kdeapps_dep dolphin)
35 $(add_qt_dep qtgui)
36 @@ -26,14 +27,12 @@ COMMON_DEPEND="
37 git? (
38 $(add_frameworks_dep kcompletion)
39 $(add_frameworks_dep kconfig)
40 - $(add_frameworks_dep ktextwidgets)
41 )
42 mercurial? (
43 $(add_frameworks_dep kcompletion)
44 $(add_frameworks_dep kconfig)
45 $(add_frameworks_dep kservice)
46 $(add_frameworks_dep ktexteditor)
47 - $(add_frameworks_dep ktextwidgets)
48 $(add_frameworks_dep kwidgetsaddons)
49 )
50 "