diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2024-11-08 14:07:53 +0200 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-11-08 14:09:47 +0200 |
commit | 3683e96a2ef5c9967c6af05b6adb07007fb2f4ab (patch) | |
tree | 2d81f4673fa933148da97b1ccae392ec5c9f4360 /net-misc | |
parent | net-vpn/ocserv: Stabilize 1.3.0-r1 arm64, #937242 (diff) | |
download | gentoo-3683e96a2ef5c9967c6af05b6adb07007fb2f4ab.tar.gz gentoo-3683e96a2ef5c9967c6af05b6adb07007fb2f4ab.tar.bz2 gentoo-3683e96a2ef5c9967c6af05b6adb07007fb2f4ab.zip |
net-misc/ipcalc: Stabilize 0.42_p2 arm64, #937242
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/ipcalc/ipcalc-0.42_p2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/ipcalc/ipcalc-0.42_p2.ebuild b/net-misc/ipcalc/ipcalc-0.42_p2.ebuild index cc898140fa64..3a567ed5a9b8 100644 --- a/net-misc/ipcalc/ipcalc-0.42_p2.ebuild +++ b/net-misc/ipcalc/ipcalc-0.42_p2.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=7 @@ -13,7 +13,7 @@ S="${WORKDIR}"/${PN}-0.5 LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" RDEPEND=">=dev-lang/perl-5.6.0" |