aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-19 16:34:55 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-26 21:28:40 +0100
commite26873a596bbc69c3ed3c4c4bae70e378725eb36 (patch)
tree6d2d1eb443488222f9344786844eacc9511749bf /sci-calculators
parentgames-board/atlantik: EAPI-7 bump (diff)
downloadkde-e26873a596bbc69c3ed3c4c4bae70e378725eb36.tar.gz
kde-e26873a596bbc69c3ed3c4c4bae70e378725eb36.tar.bz2
kde-e26873a596bbc69c3ed3c4c4bae70e378725eb36.zip
sci-calculators/keurocalc: EAPI-7 bump
Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/keurocalc/keurocalc-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-calculators/keurocalc/keurocalc-9999.ebuild b/sci-calculators/keurocalc/keurocalc-9999.ebuild
index eded164b77..839fd56507 100644
--- a/sci-calculators/keurocalc/keurocalc-9999.ebuild
+++ b/sci-calculators/keurocalc/keurocalc-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
KDE_HANDBOOK="forceoptional"
inherit kde5
@@ -13,7 +13,7 @@ LICENSE="GPL-2+ FDL-1.2"
KEYWORDS=""
IUSE=""
-RDEPEND="
+DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
@@ -26,4 +26,4 @@ RDEPEND="
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
"
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"