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 C142B138359 for ; Fri, 17 Jul 2020 08:30:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E06AEE0A97; Fri, 17 Jul 2020 08:30:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BDD0DE0A97 for ; Fri, 17 Jul 2020 08:30:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8034E34F2B1 for ; Fri, 17 Jul 2020 08:30:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2649426 for ; Fri, 17 Jul 2020 08:29:58 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1594974498.8d782dc3643567497f1927ae8c26d445d4c19c93.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Danga-Socket/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild X-VCS-Directories: dev-perl/Danga-Socket/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 8d782dc3643567497f1927ae8c26d445d4c19c93 X-VCS-Branch: master Date: Fri, 17 Jul 2020 08:29:58 +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: cc9b8825-4fed-48d7-8737-671c1c34a5f0 X-Archives-Hash: 9dda3458ae5e2adb6d1742010b08c0ab commit: 8d782dc3643567497f1927ae8c26d445d4c19c93 Author: Kent Fredric gentoo org> AuthorDate: Fri Jul 17 08:28:18 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Jul 17 08:28:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d782dc3 dev-perl/Danga-Socket: Add missing Test-TCP dep re bug #733030 Closes: https://bugs.gentoo.org/733030 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild b/dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild index 4a775955f35..01e4557423e 100644 --- a/dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild +++ b/dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild @@ -23,6 +23,7 @@ RDEPEND=" BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( + dev-perl/Test-TCP virtual/perl-Test-Simple ) "