commit:     a54d83defaf0a95e4470350f4f008e6b99bd45cc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  2 19:15:54 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  2 19:46:59 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a54d83de

kde-plasma/plasma-workspace: Fix IUSE systemd

Thanks-to: Stefan Schmid
Closes: https://bugs.gentoo.org/921224
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
index 5ad54e4ae3..81af89c0e5 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
@@ -186,7 +186,7 @@ src_prepare() {
        fi
 
        # TODO: try to get a build switch upstreamed
-       if use systemd; then
+       if ! use systemd; then
                sed -e "s/^pkg_check_modules.*SYSTEMD/#&/" -i CMakeLists.txt || 
die
        fi
 }

Reply via email to