From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B219158089 for ; Thu, 19 Oct 2023 17:38:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BFFC2BC0CB; Thu, 19 Oct 2023 17:38:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E37F2BC0CB for ; Thu, 19 Oct 2023 17:38:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 402BB335CB7 for ; Thu, 19 Oct 2023 17:38:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B6DA1292 for ; Thu, 19 Oct 2023 17:38:26 +0000 (UTC) From: "Pascal Jäger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pascal Jäger" Message-ID: <1697737081.944502e4b4321036c04ce7d68dbfa84e280a5657.pascal.jaeger@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-panel/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/nwg-panel/nwg-panel-0.9.14.ebuild X-VCS-Directories: gui-apps/nwg-panel/ X-VCS-Committer: pascal.jaeger X-VCS-Committer-Name: Pascal Jäger X-VCS-Revision: 944502e4b4321036c04ce7d68dbfa84e280a5657 X-VCS-Branch: dev Date: Thu, 19 Oct 2023 17:38:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f4404ec7-5a9c-44df-b803-bc9e4113dcd9 X-Archives-Hash: ecff5d04695cc1e7c4d9533bfd756720 commit: 944502e4b4321036c04ce7d68dbfa84e280a5657 Author: Pascal Jäger leimstift de> AuthorDate: Thu Oct 19 17:36:29 2023 +0000 Commit: Pascal Jäger leimstift 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 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() {