Net-Address-IP-Local: make repoman happy

This commit is contained in:
Anton Bolshakov 2021-09-15 21:11:43 +08:00
parent 710cf36d9e
commit eec0b6e8a2
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -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
@ -6,7 +6,8 @@ EAPI=7
inherit perl-module
DESCRIPTION="A class for discovering the local system's IP address"
SRC_URI="https://cpan.metacpan.org/authors/id/J/JM/JMEHNLE/net-address-ip-local/${P}.tar.gz"
#SRC_URI="https://cpan.metacpan.org/authors/id/J/JM/JMEHNLE/net-address-ip-local/${P}.tar.gz"
SRC_URI="mirror://cpan/authors/id/J/JM/JMEHNLE/net-address-ip-local/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@ -18,6 +19,5 @@ SRC_TEST="do"
RDEPEND="dev-perl/Error
dev-perl/IO-Socket-INET6"
#version"
DEPEND="${RDEPEND}
dev-perl/Module-Build"
DEPEND="${RDEPEND}"
BDEPEND="dev-perl/Module-Build"