summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-04 22:07:40 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-04 22:54:48 +0100
commita59d23b0a77c42afefa26ebe6e2766b0bd9bb24a (patch)
tree11b0e0b04e9ee30eacca88760da65859fdbf9f9d /games-puzzle
parentapp-admin/terraform: new package (diff)
downloadgentoo-a59d23b0a77c42afefa26ebe6e2766b0bd9bb24a.tar.gz
gentoo-a59d23b0a77c42afefa26ebe6e2766b0bd9bb24a.tar.bz2
gentoo-a59d23b0a77c42afefa26ebe6e2766b0bd9bb24a.zip
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@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/ksokoban/ksokoban-9999.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/games-puzzle/ksokoban/ksokoban-9999.ebuild b/games-puzzle/ksokoban/ksokoban-9999.ebuild
index 632e47c6c561..3e46de627eaf 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)
+"