diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-12-29 23:12:32 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-12-29 23:12:32 +0100 |
commit | 930378dce0d72f1deb6bc5c822f67320f876f2c7 (patch) | |
tree | 5517f0bb8f0988fdac51753e288c48f40364d115 /dev-perl/IP-Country | |
parent | dev-cpp/asio: Stabilize 1.24.0 x86, #888902 (diff) | |
download | gentoo-930378dce0d72f1deb6bc5c822f67320f876f2c7.tar.gz gentoo-930378dce0d72f1deb6bc5c822f67320f876f2c7.tar.bz2 gentoo-930378dce0d72f1deb6bc5c822f67320f876f2c7.zip |
dev-perl/IP-Country: fix version
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/IP-Country')
-rw-r--r-- | dev-perl/IP-Country/IP-Country-2.280.0.ebuild (renamed from dev-perl/IP-Country/IP-Country-2.28.ebuild) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-perl/IP-Country/IP-Country-2.28.ebuild b/dev-perl/IP-Country/IP-Country-2.280.0.ebuild index e0803eaac8c7..80efa8bd6c15 100644 --- a/dev-perl/IP-Country/IP-Country-2.28.ebuild +++ b/dev-perl/IP-Country/IP-Country-2.280.0.ebuild @@ -4,13 +4,11 @@ EAPI=8 DIST_AUTHOR=NWETTERS - +DIST_VERSION=2.28 inherit perl-module DESCRIPTION="Lookup country from IP address or hostname" - SLOT="0" -LICENSE="|| ( Artistic GPL-1+ )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" BDEPEND="test? ( virtual/perl-Test-Harness )" |