Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit kde5
LICENSE="GPL-2+"
IUSE=""
-RDEPEND="
+BDEPEND="sys-devel/gettext"
+DEPEND="
$(add_frameworks_dep kauth)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
- sys-apps/systemd
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
+ sys-apps/systemd:=
"
+RDEPEND="${DEPEND}"