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/step/
Date: Sat, 20 Oct 2018 09:25:59
Message-Id: 1540027054.f9c030849c89b8f32810978ebf99121466e41d62.asturm@gentoo
1 commit: f9c030849c89b8f32810978ebf99121466e41d62
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 20 09:16:53 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 20 09:17:34 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f9c03084
7
8 kde-apps/step: Drop unused DEPEND, kdelibs4support--
9
10 Upstream commit 6122f5d6889766f19515f00fb6387cc36ec0e7be
11
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13 Package-Manager: Portage-2.3.51, Repoman-2.3.11
14
15 kde-apps/step/step-9999.ebuild | 5 ++---
16 1 file changed, 2 insertions(+), 3 deletions(-)
17
18 diff --git a/kde-apps/step/step-9999.ebuild b/kde-apps/step/step-9999.ebuild
19 index 553f7a9bf8..b6dfaa61e6 100644
20 --- a/kde-apps/step/step-9999.ebuild
21 +++ b/kde-apps/step/step-9999.ebuild
22 @@ -1,9 +1,9 @@
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
29 -KDE_HANDBOOK="forceoptional" # not optional until !kdelibs4support
30 +KDE_HANDBOOK="optional"
31 KDE_TEST="forceoptional"
32 inherit kde5
33
34 @@ -18,7 +18,6 @@ RDEPEND="
35 $(add_frameworks_dep kconfigwidgets)
36 $(add_frameworks_dep kcoreaddons)
37 $(add_frameworks_dep kcrash)
38 - $(add_frameworks_dep kdelibs4support)
39 $(add_frameworks_dep khtml)
40 $(add_frameworks_dep ki18n)
41 $(add_frameworks_dep kiconthemes)