diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:20:15 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:20:15 +0100 |
commit | 818f99a22a671cb7b00cfe48e4160c662c9a1948 (patch) | |
tree | bae5d912845cd40022b265b173af4396bcdadfdb /sys-cluster/ipvsadm | |
parent | sys-cluster/glusterfs: destabilise for ppc (diff) | |
download | gentoo-818f99a22a671cb7b00cfe48e4160c662c9a1948.tar.gz gentoo-818f99a22a671cb7b00cfe48e4160c662c9a1948.tar.bz2 gentoo-818f99a22a671cb7b00cfe48e4160c662c9a1948.zip |
sys-cluster/ipvsadm: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-cluster/ipvsadm')
-rw-r--r-- | sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild index f5c2ee7c8f15..6cdcb9bf7853 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.27-r1.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=6 @@ -11,7 +11,7 @@ SRC_URI="https://kernel.org/pub/linux/utils/kernel/ipvsadm/ipvsadm-${PV}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 ~s390 sparc x86" +KEYWORDS="amd64 ~ia64 ~ppc ppc64 ~s390 sparc x86" IUSE="static-libs" RDEPEND=">=sys-libs/ncurses-5.2:* |