commit: 944502e4b4321036c04ce7d68dbfa84e280a5657 Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de> AuthorDate: Thu Oct 19 17:36:29 2023 +0000 Commit: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de> CommitDate: Thu Oct 19 17:38:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=944502e4
gui-apps/nwg-panel: remove systemd use flag Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de> gui-apps/nwg-panel/nwg-panel-0.9.14.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gui-apps/nwg-panel/nwg-panel-0.9.14.ebuild b/gui-apps/nwg-panel/nwg-panel-0.9.14.ebuild index 2174621ad2..4397671dd7 100644 --- a/gui-apps/nwg-panel/nwg-panel-0.9.14.ebuild +++ b/gui-apps/nwg-panel/nwg-panel-0.9.14.ebuild @@ -19,7 +19,6 @@ fi DESCRIPTION="GTK3-based panel for sway and Hyprland Wayland compositors" HOMEPAGE="https://github.com/nwg-piotr/nwg-panel" LICENSE="MIT" -IUSE="systemd" SLOT="0" @@ -42,9 +41,7 @@ python_install_all() { doicon nwg-panel.svg doicon nwg-processes.svg doicon nwg-shell.svg - if use systemd; then - systemd_dounit nwg-panel.service - fi + systemd_dounit nwg-panel.service } pkg_postinst() {