diff options
Diffstat (limited to 'dev-perl/Geo-IP')
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.510.0-r1.ebuild (renamed from dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild b/dev-perl/Geo-IP/Geo-IP-1.510.0-r1.ebuild index e742c4b5e111..2985be70e374 100644 --- a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild +++ b/dev-perl/Geo-IP/Geo-IP-1.510.0-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -MODULE_AUTHOR=MAXMIND -MODULE_VERSION=1.51 -inherit perl-module multilib +DIST_AUTHOR=MAXMIND +DIST_VERSION=1.51 +inherit perl-module DESCRIPTION="Look up country by IP Address" @@ -15,8 +15,7 @@ IUSE="" DEPEND="dev-libs/geoip" RDEPEND="${DEPEND}" - -SRC_TEST=do +BDEPEND="${DEPEND}" src_configure() { myconf="LIBS=-L/usr/$(get_libdir)" |