diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-09-01 09:52:31 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-09-01 09:52:31 +0200 |
commit | 7642160879aef4957c93c15ad14e7660e31b7bd9 (patch) | |
tree | 7e470a26ec024059679c16f79df0fd4ce139804b /sys-cluster/ipvsadm | |
parent | mail-client/thunderbird: security cleanup (diff) | |
download | gentoo-7642160879aef4957c93c15ad14e7660e31b7bd9.tar.gz gentoo-7642160879aef4957c93c15ad14e7660e31b7bd9.tar.bz2 gentoo-7642160879aef4957c93c15ad14e7660e31b7bd9.zip |
sys-cluster/ipvsadm: Stabilize 1.31-r1 ppc64, #867565
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-cluster/ipvsadm')
-rw-r--r-- | sys-cluster/ipvsadm/ipvsadm-1.31-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/ipvsadm/ipvsadm-1.31-r1.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.31-r1.ebuild index 22b2dc5d4897..3cd7289231c3 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.31-r1.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.31-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=8 @@ -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=" |