summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-02-06 06:16:45 +0000
committerSam James <sam@gentoo.org>2024-02-06 06:16:45 +0000
commitd3cf0d9dacbec940b88a06820216769e0b37cc92 (patch)
tree4d2c819a9d3f774cea21f7e88dffbe6cc832da3d /sys-power
parentsys-apps/iproute2: Stabilize 6.6.0-r3 amd64, #923860 (diff)
downloadgentoo-d3cf0d9dacbec940b88a06820216769e0b37cc92.tar.gz
gentoo-d3cf0d9dacbec940b88a06820216769e0b37cc92.tar.bz2
gentoo-d3cf0d9dacbec940b88a06820216769e0b37cc92.zip
sys-power/nut: Stabilize 2.8.0-r3 x86, #923861
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r--sys-power/nut/nut-2.8.0-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/nut/nut-2.8.0-r3.ebuild b/sys-power/nut/nut-2.8.0-r3.ebuild
index 20eea7107c63..873c0d530443 100644
--- a/sys-power/nut/nut-2.8.0-r3.ebuild
+++ b/sys-power/nut/nut-2.8.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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}"