From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id DE3C71584AD for ; Fri, 02 May 2025 06:15:50 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A949E342FE8 for ; Fri, 02 May 2025 06:15:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3135311036D; Fri, 02 May 2025 06:15:46 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 2602411036D for ; Fri, 02 May 2025 06:15:46 +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 D39D1340C15 for ; Fri, 02 May 2025 06:15:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F9B02667 for ; Fri, 02 May 2025 06:15:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1746166522.ac930e9f49d5307c9cb2189e9a3f35fc9dfe458e.sam@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.9.ebuild X-VCS-Directories: app-admin/needrestart/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ac930e9f49d5307c9cb2189e9a3f35fc9dfe458e X-VCS-Branch: master Date: Fri, 02 May 2025 06:15:44 +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: 20652273-6346-44c9-bd65-a4e57bb4be78 X-Archives-Hash: eb8eaff12c10b5ff454b2ad6c714f2d8 commit: ac930e9f49d5307c9cb2189e9a3f35fc9dfe458e Author: Sam James gentoo org> AuthorDate: Fri May 2 06:15:22 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 2 06:15:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac930e9f app-admin/needrestart: Stabilize 3.9 x86, #955216 Signed-off-by: Sam James gentoo.org> app-admin/needrestart/needrestart-3.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/needrestart/needrestart-3.9.ebuild b/app-admin/needrestart/needrestart-3.9.ebuild index 83ce4fd230bd..088bbe3ae2ff 100644 --- a/app-admin/needrestart/needrestart-3.9.ebuild +++ b/app-admin/needrestart/needrestart-3.9.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm arm64 ~x86" + KEYWORDS="~amd64 ~arm arm64 x86" fi DESCRIPTION="Restart daemons after library updates"