diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-02 20:15:54 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-02 20:48:13 +0100 |
commit | f5ede884ff03fdbb7dc1702f70347b1993f85006 (patch) | |
tree | 414d4f32bf5d972a6fbdd72d016d7b6ffb487e2e /kde-plasma/plasma-workspace | |
parent | sci-libs/jiwer: add 3.0.3, drop 3.0.1-r1 (diff) | |
download | gentoo-f5ede884ff03fdbb7dc1702f70347b1993f85006.tar.gz gentoo-f5ede884ff03fdbb7dc1702f70347b1993f85006.tar.bz2 gentoo-f5ede884ff03fdbb7dc1702f70347b1993f85006.zip |
kde-plasma/plasma-workspace: Fix IUSE systemd
Thanks-to: Stefan Schmid
Closes: https://bugs.gentoo.org/921224
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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 } |