From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4435E158020 for ; Sun, 25 Dec 2022 19:45:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82FCBE079E; Sun, 25 Dec 2022 19:45:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6AC2BE079E for ; Sun, 25 Dec 2022 19:45:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CDBD341104 for ; Sun, 25 Dec 2022 19:45:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E73CD6F2 for ; Sun, 25 Dec 2022 19:45:00 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1671997458.40e36a921cdf4a206d1a9ecb6216a4c49cef32ed.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IP-Country-DB_File/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.03-r1.ebuild dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.03.ebuild X-VCS-Directories: dev-perl/IP-Country-DB_File/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 40e36a921cdf4a206d1a9ecb6216a4c49cef32ed X-VCS-Branch: master Date: Sun, 25 Dec 2022 19:45:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ff0e66de-72b9-4042-aea1-eb66103d9188 X-Archives-Hash: 6f8161d9900dbacd8e25e3f58918b48a commit: 40e36a921cdf4a206d1a9ecb6216a4c49cef32ed Author: Conrad Kostecki gentoo org> AuthorDate: Sun Dec 25 19:42:23 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Dec 25 19:44:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e36a92 dev-perl/IP-Country-DB_File: fix tests Closes: https://bugs.gentoo.org/888209 Signed-off-by: Conrad Kostecki gentoo.org> ...ountry-DB_File-3.03.ebuild => IP-Country-DB_File-3.03-r1.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 91460af3fb9d..f9313e94690e 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 + ) +"