From ccd2557e6d5ce6f03ab292cc5356ed779b6dc070 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 16 May 2025 14:58:09 +0300 Subject: [PATCH] sys-power/nut: Stabilize 2.8.3 x86, #955225 Signed-off-by: Arthur Zamarin --- sys-power/nut/nut-2.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/nut/nut-2.8.3.ebuild b/sys-power/nut/nut-2.8.3.ebuild index ff7d001306afc..0a9e82c14cac4 100644 --- a/sys-power/nut/nut-2.8.3.ebuild +++ b/sys-power/nut/nut-2.8.3.ebuild @@ -17,7 +17,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}"