Skip to content

Commit

Permalink
kde-plasma/plasma-workspace: Fix IUSE systemd
Browse files Browse the repository at this point in the history
Thanks-to: Stefan Schmid
Closes: https://bugs.gentoo.org/921224
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jan 2, 2024
1 parent 674cb30 commit a54d83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit a54d83d

Please sign in to comment.