summaryrefslogtreecommitdiff
path: root/kde-frameworks/kcrash/kcrash-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kcrash/kcrash-9999.ebuild')
-rw-r--r--kde-frameworks/kcrash/kcrash-9999.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/kde-frameworks/kcrash/kcrash-9999.ebuild b/kde-frameworks/kcrash/kcrash-9999.ebuild
index c3ef99d4964..4b67a59c6eb 100644
--- a/kde-frameworks/kcrash/kcrash-9999.ebuild
+++ b/kde-frameworks/kcrash/kcrash-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
@@ -14,6 +14,10 @@ IUSE="nls"
# requires running kde environment
RESTRICT+=" test"
+BDEPEND="
+ nls? ( $(add_qt_dep linguist-tools) )
+ test? ( $(add_qt_dep qtwidgets) )
+"
RDEPEND="
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kwindowsystem)
@@ -23,6 +27,4 @@ RDEPEND="
"
DEPEND="${RDEPEND}
x11-base/xorg-proto
- nls? ( $(add_qt_dep linguist-tools) )
- test? ( $(add_qt_dep qtwidgets) )
"