diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-04 20:25:24 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-04 20:28:16 +0200 |
commit | 36dfd4484e23c5031eaead59f1ea95028e39d86f (patch) | |
tree | c11226b7a5ba77fafec19afe5704706944c24e03 /dev-perl/Geo-IP | |
parent | dev-perl/Geography-Countries: EAPI=7 bump (diff) | |
download | gentoo-36dfd4484e23c5031eaead59f1ea95028e39d86f.tar.gz gentoo-36dfd4484e23c5031eaead59f1ea95028e39d86f.tar.bz2 gentoo-36dfd4484e23c5031eaead59f1ea95028e39d86f.zip |
dev-perl/Geo-IP: EAPI=7 bump
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
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)" |