Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wget/
Date: Sun, 16 Jan 2022 17:37:10
Message-Id: 1642354624.95c89a8efeb1e65a7fa6c6fc1b18189c35c25420.floppym@gentoo
1 commit: 95c89a8efeb1e65a7fa6c6fc1b18189c35c25420
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 16 17:31:53 2022 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 16 17:37:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c89a8e
7
8 net-misc/wget: update dependencies
9
10 Move test deps to BDEPEND.
11 Add BDEPEND="dev-lang/perl sys-apps/texinfo" for docs building.
12
13 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
14
15 net-misc/wget/wget-1.21.2.ebuild | 13 +++++++------
16 1 file changed, 7 insertions(+), 6 deletions(-)
17
18 diff --git a/net-misc/wget/wget-1.21.2.ebuild b/net-misc/wget/wget-1.21.2.ebuild
19 index 5ccba5ae93b2..257c15bde5ce 100644
20 --- a/net-misc/wget/wget-1.21.2.ebuild
21 +++ b/net-misc/wget/wget-1.21.2.ebuild
22 @@ -35,19 +35,20 @@ RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
23 DEPEND="
24 ${RDEPEND}
25 static? ( ${LIB_DEPEND} )
26 +"
27 +BDEPEND="
28 + app-arch/xz-utils
29 + dev-lang/perl
30 + sys-apps/texinfo
31 + virtual/pkgconfig
32 + nls? ( sys-devel/gettext )
33 test? (
34 ${PYTHON_DEPS}
35 - dev-lang/perl
36 dev-perl/HTTP-Daemon
37 dev-perl/HTTP-Message
38 dev-perl/IO-Socket-SSL
39 )
40 "
41 -BDEPEND="
42 - app-arch/xz-utils
43 - virtual/pkgconfig
44 - nls? ( sys-devel/gettext )
45 -"
46
47 DOCS=( AUTHORS MAILING-LIST NEWS README )