From 40e36a921cdf4a206d1a9ecb6216a4c49cef32ed Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 25 Dec 2022 20:42:23 +0100 Subject: [PATCH] dev-perl/IP-Country-DB_File: fix tests Closes: https://bugs.gentoo.org/888209 Signed-off-by: Conrad Kostecki --- ...B_File-3.03.ebuild => IP-Country-DB_File-3.03-r1.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename dev-perl/IP-Country-DB_File/{IP-Country-DB_File-3.03.ebuild => IP-Country-DB_File-3.03-r1.ebuild} (84%) diff --git a/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.03.ebuild b/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.03-r1.ebuild similarity index 84% rename from dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.03.ebuild rename to dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.03-r1.ebuild index 91460af3fb9dc..f9313e94690e2 100644 --- a/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.03.ebuild +++ b/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.03-r1.ebuild @@ -15,4 +15,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc RDEPEND="dev-perl/IP-Country" DEPEND="${RDEPEND}" -BDEPEND="test? ( virtual/perl-Test-Harness )" +BDEPEND="test? ( + virtual/perl-DB_File + virtual/perl-Test-Harness + ) +"