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 C3B9D158086 for ; Sun, 31 Oct 2021 18:18:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2484CE095D; Sun, 31 Oct 2021 18:18:56 +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 09673E095D for ; Sun, 31 Oct 2021 18:18:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 1A05834347D for ; Sun, 31 Oct 2021 18:18:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8A7B10C for ; Sun, 31 Oct 2021 18:18:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635704306.ab75f12ea0299ef5f935d9db39491bb8b0c471d7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/curl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/curl/curl-7.79.1.ebuild X-VCS-Directories: net-misc/curl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ab75f12ea0299ef5f935d9db39491bb8b0c471d7 X-VCS-Branch: master Date: Sun, 31 Oct 2021 18:18:53 +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: ec3c4762-2692-44c5-86c5-6ecdbd8145de X-Archives-Hash: bbd86add3522d3eca0d5ca34a1e12eef commit: ab75f12ea0299ef5f935d9db39491bb8b0c471d7 Author: Sam James gentoo org> AuthorDate: Sun Oct 31 18:18:26 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 31 18:18:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab75f12e net-misc/curl: needs Perl for tool_hugehelp.c Signed-off-by: Sam James gentoo.org> net-misc/curl/curl-7.79.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-misc/curl/curl-7.79.1.ebuild b/net-misc/curl/curl-7.79.1.ebuild index 3fdd9c82791..9a26258ec6b 100644 --- a/net-misc/curl/curl-7.79.1.ebuild +++ b/net-misc/curl/curl-7.79.1.ebuild @@ -80,7 +80,8 @@ RDEPEND="ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) # fbopenssl $(use_with spnego) DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig +BDEPEND="dev-lang/perl + virtual/pkgconfig test? ( sys-apps/diffutils dev-lang/perl