From 968d75a79fed3a416d8db6b73d27ff0f7fdc25e5 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Wed, 19 Nov 2025 23:03:17 +0200 Subject: [PATCH] sys-power/nut: Stabilize 2.8.4 ppc64, #965499 Signed-off-by: Arthur Zamarin --- sys-power/nut/nut-2.8.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/nut/nut-2.8.4.ebuild b/sys-power/nut/nut-2.8.4.ebuild index 5f831d967ef24..6f91390919fe2 100644 --- a/sys-power/nut/nut-2.8.4.ebuild +++ b/sys-power/nut/nut-2.8.4.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}"