commit: e974ca36538c8b46b62b99f554bbee39fa633f3b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jun 25 11:40:23 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jun 25 11:42:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e974ca36
dev-perl/IP-Country: fix MissingVersionedVirtualPerlDependency (Test only dep.) Signed-off-by: Sam James <sam <AT> gentoo.org> dev-perl/IP-Country/IP-Country-2.280.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-perl/IP-Country/IP-Country-2.280.0.ebuild b/dev-perl/IP-Country/IP-Country-2.280.0.ebuild index 4bd7b924b8db..4a7a0c6b557b 100644 --- a/dev-perl/IP-Country/IP-Country-2.280.0.ebuild +++ b/dev-perl/IP-Country/IP-Country-2.280.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,6 @@ DIST_VERSION=2.28 inherit perl-module DESCRIPTION="Lookup country from IP address or hostname" + SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" - -BDEPEND="test? ( virtual/perl-Test-Harness )"
