diff options
Diffstat (limited to 'kde-plasma/plasma-workspace')
-rw-r--r-- | kde-plasma/plasma-workspace/plasma-workspace-5.91.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.91.0.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.91.0.ebuild index adfbf4904c23..db469471ec24 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.91.0.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.91.0.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 } |