diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-17 18:27:59 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-17 18:27:59 +0200 |
commit | 8c4fadb36ff65a7bdc77863143708442057b042e (patch) | |
tree | b8e3f45284ed33ee4bbda9bcafcab4a6629bbd33 /net-misc/ipv6calc/ipv6calc-4.0.1-r1.ebuild | |
parent | dev-libs/xapian: Stabilize 1.4.21-r1 arm64, #901899 (diff) | |
download | gentoo-8c4fadb36ff65a7bdc77863143708442057b042e.tar.gz gentoo-8c4fadb36ff65a7bdc77863143708442057b042e.tar.bz2 gentoo-8c4fadb36ff65a7bdc77863143708442057b042e.zip |
net-misc/ipv6calc: Stabilize 4.0.1-r1 ppc, #901913
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc/ipv6calc/ipv6calc-4.0.1-r1.ebuild')
-rw-r--r-- | net-misc/ipv6calc/ipv6calc-4.0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/ipv6calc/ipv6calc-4.0.1-r1.ebuild b/net-misc/ipv6calc/ipv6calc-4.0.1-r1.ebuild index e784349e1260..1579f357d75e 100644 --- a/net-misc/ipv6calc/ipv6calc-4.0.1-r1.ebuild +++ b/net-misc/ipv6calc/ipv6calc-4.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -9,7 +9,7 @@ SRC_URI="https://github.com/pbiering/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~hppa ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="cgi geoip test" RESTRICT="!test? ( test )" |