summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-misc/wacomtablet/wacomtablet-9999.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/kde-misc/wacomtablet/wacomtablet-9999.ebuild b/kde-misc/wacomtablet/wacomtablet-9999.ebuild
index c32116a1297..322cc6c4073 100644
--- a/kde-misc/wacomtablet/wacomtablet-9999.ebuild
+++ b/kde-misc/wacomtablet/wacomtablet-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"
VIRTUALX_REQUIRED="test"
@@ -14,7 +14,8 @@ LICENSE="GPL-2"
KEYWORDS=""
IUSE=""
-CDEPEND="
+BDEPEND="sys-devel/gettext"
+RDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
@@ -36,11 +37,7 @@ CDEPEND="
x11-libs/libXi
x11-libs/libxcb
"
-DEPEND="${CDEPEND}
- sys-devel/gettext
+DEPEND="${RDEPEND}
x11-base/xorg-proto
x11-libs/libX11
"
-RDEPEND="${CDEPEND}
- !kde-misc/wacomtablet:4
-"