diff options
author | 2022-03-03 22:20:24 +0100 | |
---|---|---|
committer | 2022-03-03 22:20:24 +0100 | |
commit | cf83778a5413ddd22850902719ea355547de5d52 (patch) | |
tree | b9acc8381ca69236691876e88c3c358edd98f66a /sys-power/nut | |
parent | sys-cluster/torque: destabilise for ppc (diff) | |
download | gentoo-cf83778a5413ddd22850902719ea355547de5d52.tar.gz gentoo-cf83778a5413ddd22850902719ea355547de5d52.tar.bz2 gentoo-cf83778a5413ddd22850902719ea355547de5d52.zip |
sys-power/nut: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-power/nut')
-rw-r--r-- | sys-power/nut/nut-2.7.4-r8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/nut/nut-2.7.4-r8.ebuild b/sys-power/nut/nut-2.7.4-r8.ebuild index c0ba578b14e9..7dd1503984cd 100644 --- a/sys-power/nut/nut-2.7.4-r8.ebuild +++ b/sys-power/nut/nut-2.7.4-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ HOMEPAGE="https://www.networkupstools.org/" SRC_URI="https://networkupstools.org/source/${PV%.*}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 ~riscv x86" +KEYWORDS="amd64 arm ~ppc ppc64 ~riscv x86" IUSE="cgi ipmi snmp +usb selinux split-usr ssl tcpd xml zeroconf" |