aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kemoticons/kemoticons-9999.ebuild')
-rw-r--r--kde-frameworks/kemoticons/kemoticons-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-frameworks/kemoticons/kemoticons-9999.ebuild b/kde-frameworks/kemoticons/kemoticons-9999.ebuild
index cfefbcd19b..c4818fb314 100644
--- a/kde-frameworks/kemoticons/kemoticons-9999.ebuild
+++ b/kde-frameworks/kemoticons/kemoticons-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
VIRTUALX_REQUIRED="test"
inherit kde5
@@ -11,7 +11,7 @@ LICENSE="LGPL-2.1+"
KEYWORDS=""
IUSE=""
-RDEPEND="
+DEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
@@ -20,7 +20,7 @@ RDEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtxml)
"
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
# requires running kde environment
RESTRICT+=" test"