app-admin/systemdgenie: EAPI-7 bump
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 28 Mar 2019 22:08:14 +0000 (23:08 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 30 Mar 2019 09:58:21 +0000 (10:58 +0100)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
app-admin/systemdgenie/systemdgenie-0.99.0.ebuild

index 3d6e2edbee3d3993881851679c2e1ab07331bc4b..39e93608049bab082920ec5e5ecb3a82d38acef0 100644 (file)
@@ -1,7 +1,7 @@
-# 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
 
@@ -15,7 +15,8 @@ HOMEPAGE="https://cgit.kde.org/systemdgenie.git"
 LICENSE="GPL-2+"
 IUSE=""
 
-RDEPEND="
+BDEPEND="sys-devel/gettext"
+DEPEND="
        $(add_frameworks_dep kauth)
        $(add_frameworks_dep kconfigwidgets)
        $(add_frameworks_dep kcoreaddons)
@@ -26,8 +27,6 @@ RDEPEND="
        $(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}"