summaryrefslogtreecommitdiff
path: root/kde-apps/kwrite
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-11-09 10:48:12 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-11-11 16:59:53 +0100
commit2a406ad371552961d404b79ee49d43c0e6810035 (patch)
tree97437cf1d8e227076a5bca738c71f18a08e83a60 /kde-apps/kwrite
parent05e860b77eb752ec90b106ee0ceebe92ddb3e38a (diff)
downloadkde-2a406ad371552961d404b79ee49d43c0e6810035.tar.gz
kde-2a406ad371552961d404b79ee49d43c0e6810035.tar.bz2
kde-2a406ad371552961d404b79ee49d43c0e6810035.zip
*/*: Make use of cmake_comment_add_subdirectory -f (instead of cmake_run_in)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kwrite')
-rw-r--r--kde-apps/kwrite/kwrite-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-apps/kwrite/kwrite-9999.ebuild b/kde-apps/kwrite/kwrite-9999.ebuild
index 566d35eeae3..15384982439 100644
--- a/kde-apps/kwrite/kwrite-9999.ebuild
+++ b/kde-apps/kwrite/kwrite-9999.ebuild
@@ -34,10 +34,10 @@ src_prepare() {
ecm_punt_po_install
# these tests are run in kde-apps/kate-lib
- cmake_run_in apps/lib cmake_comment_add_subdirectory autotests
+ cmake_comment_add_subdirectory -f apps/lib autotests
# Don't build kio plugin
- cmake_run_in apps/lib cmake_comment_add_subdirectory io
+ cmake_comment_add_subdirectory -f apps/lib io
}
src_configure() {