summaryrefslogtreecommitdiff
path: root/kde-apps/kwrite
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/kwrite')
-rw-r--r--kde-apps/kwrite/kwrite-9999.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/kde-apps/kwrite/kwrite-9999.ebuild b/kde-apps/kwrite/kwrite-9999.ebuild
index 67934e75f11..c9f5eb56182 100644
--- a/kde-apps/kwrite/kwrite-9999.ebuild
+++ b/kde-apps/kwrite/kwrite-9999.ebuild
@@ -35,6 +35,9 @@ src_prepare() {
# these tests are run in kde-apps/kate-lib
cmake_run_in apps/lib cmake_comment_add_subdirectory autotests
+
+ # Don't build kio plugin
+ cmake_run_in apps/lib cmake_comment_add_subdirectory io
}
src_configure() {
@@ -54,4 +57,5 @@ src_install() {
# provided by kde-apps/kate-lib
rm -v "${ED}"/usr/$(get_libdir)/libkateprivate.so.* || die
+ rm -v "${ED}"/usr/bin/exec_inspect.sh || die
}