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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C2761382C5 for ; Wed, 23 Jun 2021 20:15:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CB1DE0916; Wed, 23 Jun 2021 20:15:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55D7EE0916 for ; Wed, 23 Jun 2021 20:15:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D580335C77 for ; Wed, 23 Jun 2021 20:15:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D384B7A0 for ; Wed, 23 Jun 2021 20:15:02 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1624479291.d5dc1196e74a0a53ff3c392f80456857b7d7089b.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Handle-Util/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/IO-Handle-Util/IO-Handle-Util-0.20.0.ebuild X-VCS-Directories: dev-perl/IO-Handle-Util/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: d5dc1196e74a0a53ff3c392f80456857b7d7089b X-VCS-Branch: master Date: Wed, 23 Jun 2021 20:15:02 +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: a139826d-d58f-414d-860e-d7663d60505f X-Archives-Hash: 4e31ce7d22de9cc31522e54ecd63346a commit: d5dc1196e74a0a53ff3c392f80456857b7d7089b Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Jun 23 20:14:40 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Jun 23 20:14:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5dc1196 dev-perl/IO-Handle-Util: Add MBT to BDEPEND Closes: https://bugs.gentoo.org/797463 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/IO-Handle-Util/IO-Handle-Util-0.20.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/IO-Handle-Util/IO-Handle-Util-0.20.0.ebuild b/dev-perl/IO-Handle-Util/IO-Handle-Util-0.20.0.ebuild index 6c485ac4086..f661aee3b32 100644 --- a/dev-perl/IO-Handle-Util/IO-Handle-Util-0.20.0.ebuild +++ b/dev-perl/IO-Handle-Util/IO-Handle-Util-0.20.0.ebuild @@ -19,7 +19,7 @@ RDEPEND=" virtual/perl-parent " BDEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker + >=dev-perl/Module-Build-Tiny-0.34.0 test? ( virtual/perl-File-Spec >=virtual/perl-Test-Simple-1.1.10