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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 044EF15814C for ; Sat, 21 Oct 2023 11:08:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E0C42BC02D; Sat, 21 Oct 2023 11:08:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 311CB2BC025 for ; Sat, 21 Oct 2023 11:08:54 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46406335CB4 for ; Sat, 21 Oct 2023 11:08:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D00012AD for ; Sat, 21 Oct 2023 11:08:50 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1697737081.944502e4b4321036c04ce7d68dbfa84e280a5657.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 944502e4b4321036c04ce7d68dbfa84e280a5657 X-VCS-Branch: master Date: Sat, 21 Oct 2023 11:08:50 +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: afaeb6e2-b9c3-410b-9b7c-568d6f281c1d X-Archives-Hash: 4f9e23dffe6447859d48df40df199565 commit: 944502e4b4321036c04ce7d68dbfa84e280a5657 Author: Pascal Jäger leimstift de> AuthorDate: Thu Oct 19 17:36:29 2023 +0000 Commit: David Roman gmail com> 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() {