summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-board/atlantik/atlantik-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-board/atlantik/atlantik-9999.ebuild b/games-board/atlantik/atlantik-9999.ebuild
index 414cb510147..874a6ae660e 100644
--- a/games-board/atlantik/atlantik-9999.ebuild
+++ b/games-board/atlantik/atlantik-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="optional"
inherit kde5
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS=""
IUSE=""
-RDEPEND="
+DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
@@ -32,4 +32,4 @@ RDEPEND="
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
"
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"