diff options
Diffstat (limited to 'kde-frameworks/ktexteditor/ktexteditor-9999.ebuild')
| -rw-r--r-- | kde-frameworks/ktexteditor/ktexteditor-9999.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/kde-frameworks/ktexteditor/ktexteditor-9999.ebuild b/kde-frameworks/ktexteditor/ktexteditor-9999.ebuild index 2e3dda4108d..c79fc8067b5 100644 --- a/kde-frameworks/ktexteditor/ktexteditor-9999.ebuild +++ b/kde-frameworks/ktexteditor/ktexteditor-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,10 @@ LICENSE="LGPL-2+" KEYWORDS="" IUSE="editorconfig git" -RDEPEND=" +BDEPEND=" + test? ( $(add_frameworks_dep kservice) ) +" +DEPEND=" $(add_frameworks_dep karchive) $(add_frameworks_dep kauth) $(add_frameworks_dep kcodecs) @@ -39,9 +42,7 @@ RDEPEND=" editorconfig? ( app-text/editorconfig-core-c ) git? ( dev-libs/libgit2:= ) " -DEPEND="${RDEPEND} - test? ( $(add_frameworks_dep kservice) ) -" +RDEPEND="${DEPEND}" RESTRICT+=" test" |
