summaryrefslogtreecommitdiff
path: root/kde-frameworks/kcmutils/kcmutils-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kcmutils/kcmutils-9999.ebuild')
-rw-r--r--kde-frameworks/kcmutils/kcmutils-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-frameworks/kcmutils/kcmutils-9999.ebuild b/kde-frameworks/kcmutils/kcmutils-9999.ebuild
index e467764d463..b4ab301567a 100644
--- a/kde-frameworks/kcmutils/kcmutils-9999.ebuild
+++ b/kde-frameworks/kcmutils/kcmutils-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
FRAMEWORK_TEST="false"
inherit kde5
@@ -11,7 +11,7 @@ LICENSE="LGPL-2"
KEYWORDS=""
IUSE=""
-RDEPEND="
+DEPEND="
$(add_frameworks_dep kauth)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
@@ -28,4 +28,4 @@ RDEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
"
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"