summaryrefslogtreecommitdiff
path: root/kde-plasma
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-plasma
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-plasma')
-rw-r--r--kde-plasma/kscreenlocker/kscreenlocker-6.5.49.9999.ebuild2
-rw-r--r--kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild2
-rw-r--r--kde-plasma/plasma-workspace/plasma-workspace-6.5.49.9999.ebuild2
-rw-r--r--kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild2
4 files changed, 4 insertions, 4 deletions
diff --git a/kde-plasma/kscreenlocker/kscreenlocker-6.5.49.9999.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-6.5.49.9999.ebuild
index a41104d2376..2c16ff672d4 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-6.5.49.9999.ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-6.5.49.9999.ebuild
@@ -60,7 +60,7 @@ BDEPEND="
src_prepare() {
ecm_src_prepare
- use test || cmake_run_in greeter cmake_comment_add_subdirectory autotests
+ use test || cmake_comment_add_subdirectory -f greeter autotests
}
src_test() {
diff --git a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
index c91ed963883..5252497070e 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
@@ -60,7 +60,7 @@ BDEPEND="
src_prepare() {
ecm_src_prepare
- use test || cmake_run_in greeter cmake_comment_add_subdirectory autotests
+ use test || cmake_comment_add_subdirectory -f greeter autotests
}
src_test() {
diff --git a/kde-plasma/plasma-workspace/plasma-workspace-6.5.49.9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-6.5.49.9999.ebuild
index 2a03555de22..37b65de5d55 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-6.5.49.9999.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-6.5.49.9999.ebuild
@@ -174,7 +174,7 @@ src_prepare() {
fi
if ! use policykit; then
- cmake_run_in kcms cmake_comment_add_subdirectory users
+ cmake_comment_add_subdirectory -f kcms users
fi
if ! use fontconfig; then
diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
index c5c7ecd4863..3150c1d9f29 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
@@ -168,7 +168,7 @@ src_prepare() {
cmake_comment_add_subdirectory login-sessions
if ! use policykit; then
- cmake_run_in kcms cmake_comment_add_subdirectory users
+ cmake_comment_add_subdirectory -f kcms users
fi
if ! use fontconfig; then