diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:20:16 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:20:16 +0100 |
commit | a155f68fd09f49f2fd866052ad98414af9623027 (patch) | |
tree | 97990887fe869d4c01efc3c82901b71a7c2993a5 /sys-cluster/keepalived | |
parent | sys-cluster/ipvsadm: destabilise for ppc (diff) | |
download | gentoo-a155f68fd09f49f2fd866052ad98414af9623027.tar.gz gentoo-a155f68fd09f49f2fd866052ad98414af9623027.tar.bz2 gentoo-a155f68fd09f49f2fd866052ad98414af9623027.zip |
sys-cluster/keepalived: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-cluster/keepalived')
-rw-r--r-- | sys-cluster/keepalived/keepalived-2.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/keepalived/keepalived-2.2.4.ebuild b/sys-cluster/keepalived/keepalived-2.2.4.ebuild index b35a3175c926..ae169adf481b 100644 --- a/sys-cluster/keepalived/keepalived-2.2.4.ebuild +++ b/sys-cluster/keepalived/keepalived-2.2.4.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=8 @@ -11,7 +11,7 @@ SRC_URI="https://www.keepalived.org/software/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc x86" IUSE="+bfd dbus json regex snmp systemd" RDEPEND=" |