commit: 9c3f7f2e989dce5a5e4582b10dfd5289ff66dc4b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 19 20:09:55 2026 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 19 20:09:55 2026 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9c3f7f2e
kde-apps/kwrite: Consolidate cmake_comment_add_subdirectory calls
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kwrite/kwrite-25.12.49.9999.ebuild | 8 ++------
kde-apps/kwrite/kwrite-9999.ebuild | 8 ++------
2 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/kde-apps/kwrite/kwrite-25.12.49.9999.ebuild
b/kde-apps/kwrite/kwrite-25.12.49.9999.ebuild
index 810783a5b6..9a133567cb 100644
--- a/kde-apps/kwrite/kwrite-25.12.49.9999.ebuild
+++ b/kde-apps/kwrite/kwrite-25.12.49.9999.ebuild
@@ -32,12 +32,8 @@ RDEPEND="${DEPEND}
src_prepare() {
ecm_src_prepare
ecm_punt_po_install
-
- # these tests are run in kde-apps/kate-lib
- cmake_comment_add_subdirectory -f apps/lib autotests
-
- # Don't build kio plugin
- cmake_comment_add_subdirectory -f apps/lib io
+ # these tests are run in kde-apps/kate-lib; don't build kio plugin
+ cmake_comment_add_subdirectory -f apps/lib autotests io
}
src_configure() {
diff --git a/kde-apps/kwrite/kwrite-9999.ebuild
b/kde-apps/kwrite/kwrite-9999.ebuild
index 810783a5b6..9a133567cb 100644
--- a/kde-apps/kwrite/kwrite-9999.ebuild
+++ b/kde-apps/kwrite/kwrite-9999.ebuild
@@ -32,12 +32,8 @@ RDEPEND="${DEPEND}
src_prepare() {
ecm_src_prepare
ecm_punt_po_install
-
- # these tests are run in kde-apps/kate-lib
- cmake_comment_add_subdirectory -f apps/lib autotests
-
- # Don't build kio plugin
- cmake_comment_add_subdirectory -f apps/lib io
+ # these tests are run in kde-apps/kate-lib; don't build kio plugin
+ cmake_comment_add_subdirectory -f apps/lib autotests io
}
src_configure() {