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 7A4551581D3 for ; Sun, 2 Jun 2024 15:03:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6A4EE2B53; Sun, 2 Jun 2024 15:03:27 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFCB3E2B53 for ; Sun, 2 Jun 2024 15:03:27 +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 05AE733BE3B for ; Sun, 2 Jun 2024 15:03:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 529B01B02 for ; Sun, 2 Jun 2024 15:03:25 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1717340601.e2c99eaf625e0013ce4523cdc35a32fdc51aaa49.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/needrestart/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/needrestart/needrestart-3.6-r1.ebuild app-admin/needrestart/needrestart-9999.ebuild X-VCS-Directories: app-admin/needrestart/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: e2c99eaf625e0013ce4523cdc35a32fdc51aaa49 X-VCS-Branch: master Date: Sun, 2 Jun 2024 15:03:25 +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: 30eb7b5f-93fe-4aa1-81f3-7972cc1d78ee X-Archives-Hash: d3cb112a872234108061381eeca95085 commit: e2c99eaf625e0013ce4523cdc35a32fdc51aaa49 Author: Craig Andrews gentoo org> AuthorDate: Sun Jun 2 15:01:43 2024 +0000 Commit: Craig Andrews gentoo org> CommitDate: Sun Jun 2 15:03:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c99eaf app-admin/needrestart: make sys-apps/init-system-helpers optional Closes: https://bugs.gentoo.org/933375 Signed-off-by: Craig Andrews gentoo.org> .../{needrestart-9999.ebuild => needrestart-3.6-r1.ebuild} | 6 +++--- app-admin/needrestart/needrestart-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-admin/needrestart/needrestart-9999.ebuild b/app-admin/needrestart/needrestart-3.6-r1.ebuild similarity index 89% copy from app-admin/needrestart/needrestart-9999.ebuild copy to app-admin/needrestart/needrestart-3.6-r1.ebuild index c773506fddc2..d530994f324f 100644 --- a/app-admin/needrestart/needrestart-9999.ebuild +++ b/app-admin/needrestart/needrestart-3.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ fi DESCRIPTION="Restart daemons after library updates" HOMEPAGE="https://fiasko-nw.net/~thomas/tag/needrestart.html https://github.com/liske/needrestart" - +IUSE="systemd" SLOT="0" LICENSE="GPL-2+" @@ -27,7 +27,7 @@ RDEPEND=" dev-perl/Proc-ProcessTable dev-perl/Sort-Naturally dev-perl/TermReadKey - sys-apps/init-system-helpers + !systemd? ( sys-apps/init-system-helpers ) amd64? ( sys-apps/iucode_tool ) x86? ( sys-apps/iucode_tool ) " diff --git a/app-admin/needrestart/needrestart-9999.ebuild b/app-admin/needrestart/needrestart-9999.ebuild index c773506fddc2..d530994f324f 100644 --- a/app-admin/needrestart/needrestart-9999.ebuild +++ b/app-admin/needrestart/needrestart-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ fi DESCRIPTION="Restart daemons after library updates" HOMEPAGE="https://fiasko-nw.net/~thomas/tag/needrestart.html https://github.com/liske/needrestart" - +IUSE="systemd" SLOT="0" LICENSE="GPL-2+" @@ -27,7 +27,7 @@ RDEPEND=" dev-perl/Proc-ProcessTable dev-perl/Sort-Naturally dev-perl/TermReadKey - sys-apps/init-system-helpers + !systemd? ( sys-apps/init-system-helpers ) amd64? ( sys-apps/iucode_tool ) x86? ( sys-apps/iucode_tool ) "