commit: a59d23b0a77c42afefa26ebe6e2766b0bd9bb24a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 4 21:07:40 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 4 21:54:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a59d23b0
games-puzzle/ksokoban: Frameworks merged to master
Upstream commit b718901c332b439d19a7120f552f7d4005985b8d
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
games-puzzle/ksokoban/ksokoban-9999.ebuild | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/games-puzzle/ksokoban/ksokoban-9999.ebuild
b/games-puzzle/ksokoban/ksokoban-9999.ebuild
index 632e47c6c56..3e46de627ea 100644
--- a/games-puzzle/ksokoban/ksokoban-9999.ebuild
+++ b/games-puzzle/ksokoban/ksokoban-9999.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-EGIT_BRANCH="port-to-kf5"
KDE_HANDBOOK="optional"
inherit kde5
@@ -14,16 +13,16 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-DEPEND="
- $(add_frameworks_dep kactivities)
+RDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ $(add_frameworks_dep kiconthemes)
+"