diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-02-01 17:17:39 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-02-01 18:03:59 +0000 |
commit | 6bdf52ab94545c780a7564a65afbf2c8001fe4d5 (patch) | |
tree | 238ceaa74fc9f42f576be36220814714ea0fbb3d /net-misc | |
parent | sys-apps/sysvinit: stable 2.98-r1 for hppa/sparc, bug #768039 (diff) | |
download | gentoo-6bdf52ab94545c780a7564a65afbf2c8001fe4d5.tar.gz gentoo-6bdf52ab94545c780a7564a65afbf2c8001fe4d5.tar.bz2 gentoo-6bdf52ab94545c780a7564a65afbf2c8001fe4d5.zip |
net-misc/ipv6calc: stable 2.2.0 for sparc, bug #763981
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/ipv6calc/ipv6calc-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild b/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild index e08d33c2a5b3..d436e8250327 100644 --- a/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild +++ b/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -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="geoip libressl test" RESTRICT="!test? ( test )" |