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 C2475138359 for ; Fri, 21 Aug 2020 06:58:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01127E0B5D; Fri, 21 Aug 2020 06:58:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DF8C7E0B5D for ; Fri, 21 Aug 2020 06:58:41 +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 EE753340C1C for ; Fri, 21 Aug 2020 06:58:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A07B12FC for ; Fri, 21 Aug 2020 06:58:39 +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: <1597993098.b2a08e9b0decf1a862ee26c87f2c43e4564cce06.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/FCGI/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/FCGI/FCGI-0.790.0.ebuild X-VCS-Directories: dev-perl/FCGI/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b2a08e9b0decf1a862ee26c87f2c43e4564cce06 X-VCS-Branch: master Date: Fri, 21 Aug 2020 06:58:39 +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: 9a1856da-28a2-4cf0-b94e-f2e7c0c21f07 X-Archives-Hash: 9516de6c52cf0f832fe979858e778c17 commit: b2a08e9b0decf1a862ee26c87f2c43e4564cce06 Author: Kent Fredric gentoo org> AuthorDate: Fri Aug 21 05:34:57 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Aug 21 06:58:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a08e9b dev-perl/FCGI: Fix BDEPEND vs DEPEND Ugggh. Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/FCGI/FCGI-0.790.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/FCGI/FCGI-0.790.0.ebuild b/dev-perl/FCGI/FCGI-0.790.0.ebuild index 24bb0550fa1..5e5ce48875e 100644 --- a/dev-perl/FCGI/FCGI-0.790.0.ebuild +++ b/dev-perl/FCGI/FCGI-0.790.0.ebuild @@ -17,7 +17,7 @@ IUSE="" RDEPEND=" virtual/perl-XSLoader " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker " src_compile() {