kde-misc/systemd-kcm: EAPI-7 bump
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 28 Mar 2019 22:14:38 +0000 (23:14 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 30 Mar 2019 09:58:22 +0000 (10:58 +0100)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
kde-misc/systemd-kcm/systemd-kcm-1.2.1.ebuild

index b5c491e0a3e9c57e6f14deb0321803a5296b08ee..7fbb9af43b7b474078386b0ceee87d94ab3c5f6a 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit kde5
 
@@ -13,7 +13,8 @@ IUSE=""
 LICENSE="GPL-2+"
 KEYWORDS="amd64 ~x86"
 
-CDEPEND="
+BDEPEND="sys-devel/gettext"
+DEPEND="
        $(add_frameworks_dep kauth)
        $(add_frameworks_dep kconfigwidgets)
        $(add_frameworks_dep kcoreaddons)
@@ -24,12 +25,9 @@ CDEPEND="
        $(add_qt_dep qtdbus)
        $(add_qt_dep qtgui)
        $(add_qt_dep qtwidgets)
-       sys-apps/systemd
+       sys-apps/systemd:=
 "
-DEPEND="${CDEPEND}
-       sys-devel/gettext
-"
-RDEPEND="${CDEPEND}
+RDEPEND="${DEPEND}
        !kde-misc/kcmsystemd:4
        !kde-misc/systemd-kcm:4
 "