diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-04 19:58:15 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-04 20:28:13 +0200 |
commit | fe75405612910698f89be6853cb4b9e8fb23a54a (patch) | |
tree | 3881379f60f48fa7e00a41d993c2927a61e9f748 /dev-perl/Geography-Countries | |
parent | dev-perl/Gearman: Version bump 2.004.015 (diff) | |
download | gentoo-fe75405612910698f89be6853cb4b9e8fb23a54a.tar.gz gentoo-fe75405612910698f89be6853cb4b9e8fb23a54a.tar.bz2 gentoo-fe75405612910698f89be6853cb4b9e8fb23a54a.zip |
dev-perl/Geography-Countries: 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/Geography-Countries')
-rw-r--r-- | dev-perl/Geography-Countries/Geography-Countries-2009041301.0.0-r2.ebuild (renamed from dev-perl/Geography-Countries/Geography-Countries-2009041301.0.0-r1.ebuild) | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-perl/Geography-Countries/Geography-Countries-2009041301.0.0-r1.ebuild b/dev-perl/Geography-Countries/Geography-Countries-2009041301.0.0-r2.ebuild index 0950d54e1b73..ff1c249e66c9 100644 --- a/dev-perl/Geography-Countries/Geography-Countries-2009041301.0.0-r1.ebuild +++ b/dev-perl/Geography-Countries/Geography-Countries-2009041301.0.0-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -MODULE_AUTHOR=ABIGAIL -MODULE_VERSION=2009041301 +DIST_AUTHOR=ABIGAIL +DIST_VERSION=2009041301 inherit perl-module DESCRIPTION="2-letter, 3-letter, and numerical codes for countries" @@ -12,6 +12,3 @@ DESCRIPTION="2-letter, 3-letter, and numerical codes for countries" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -SRC_TEST="do" |