Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/curl/
Date: Mon, 30 Sep 2019 21:55:24
Message-Id: 1569880505.38ad64a4a98fe79d5d7567e7077262f27d9e1e36.chewi@gentoo
1 commit: 38ad64a4a98fe79d5d7567e7077262f27d9e1e36
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 12 21:09:13 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 30 21:55:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ad64a4
7
8 net-misc/curl: Move some dependencies into BDEPEND for EAPI 7
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 net-misc/curl/curl-7.66.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/curl/curl-7.66.0.ebuild b/net-misc/curl/curl-7.66.0.ebuild
17 index 66454bf5359..5eb77bc7795 100644
18 --- a/net-misc/curl/curl-7.66.0.ebuild
19 +++ b/net-misc/curl/curl-7.66.0.ebuild
20 @@ -61,8 +61,8 @@ RDEPEND="ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] )
21 # ssl providers to be added:
22 # fbopenssl $(use_with spnego)
23
24 -DEPEND="${RDEPEND}
25 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
26 +DEPEND="${RDEPEND}"
27 +BDEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
28 test? (
29 sys-apps/diffutils
30 dev-lang/perl