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 6F5DB158015 for ; Mon, 18 Dec 2023 13:37:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 962CA2BC017; Mon, 18 Dec 2023 13:37:00 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FD182BC017 for ; Mon, 18 Dec 2023 13:37:00 +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 26463335D0A for ; Mon, 18 Dec 2023 13:36:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53C5FACA for ; Mon, 18 Dec 2023 13:36:57 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1702906615.6a3920e13c3222d2fe7907d94a1a5b94423f8b60.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/nut/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/nut/nut-2.8.0-r2.ebuild X-VCS-Directories: sys-power/nut/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6a3920e13c3222d2fe7907d94a1a5b94423f8b60 X-VCS-Branch: master Date: Mon, 18 Dec 2023 13:36:57 +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: d4a84ad3-eb63-4efb-a5b1-591840fef5fd X-Archives-Hash: 8bae30d02ee24dd2adc29768c5c5f0c2 commit: 6a3920e13c3222d2fe7907d94a1a5b94423f8b60 Author: Joonas Niilola gentoo org> AuthorDate: Mon Dec 18 13:36:35 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Dec 18 13:36:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a3920e1 sys-power/nut: Stabilize 2.8.0-r2 x86, #920226 Signed-off-by: Joonas Niilola gentoo.org> sys-power/nut/nut-2.8.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/nut/nut-2.8.0-r2.ebuild b/sys-power/nut/nut-2.8.0-r2.ebuild index 8bc7d5fc8647..4e661fae5ce2 100644 --- a/sys-power/nut/nut-2.8.0-r2.ebuild +++ b/sys-power/nut/nut-2.8.0-r2.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://networkupstools.org/source/${PV%.*}/${MY_P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv x86" fi S="${WORKDIR}/${MY_P}"