Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/curl/
Date: Sun, 31 Oct 2021 18:18:56
Message-Id: 1635704306.ab75f12ea0299ef5f935d9db39491bb8b0c471d7.sam@gentoo
1 commit: ab75f12ea0299ef5f935d9db39491bb8b0c471d7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 18:18:26 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 18:18:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab75f12e
7
8 net-misc/curl: needs Perl for tool_hugehelp.c
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-misc/curl/curl-7.79.1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/net-misc/curl/curl-7.79.1.ebuild b/net-misc/curl/curl-7.79.1.ebuild
16 index 3fdd9c82791..9a26258ec6b 100644
17 --- a/net-misc/curl/curl-7.79.1.ebuild
18 +++ b/net-misc/curl/curl-7.79.1.ebuild
19 @@ -80,7 +80,8 @@ RDEPEND="ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] )
20 # fbopenssl $(use_with spnego)
21
22 DEPEND="${RDEPEND}"
23 -BDEPEND="virtual/pkgconfig
24 +BDEPEND="dev-lang/perl
25 + virtual/pkgconfig
26 test? (
27 sys-apps/diffutils
28 dev-lang/perl