summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2022-01-16 12:31:53 -0500
committerMike Gilbert <floppym@gentoo.org>2022-01-16 12:37:04 -0500
commit95c89a8efeb1e65a7fa6c6fc1b18189c35c25420 (patch)
treed622adbf37349700170db13064e0e2e8d0f46e44 /net-misc
parentdev-go/go-text: treeclean (diff)
downloadgentoo-95c89a8efeb1e65a7fa6c6fc1b18189c35c25420.tar.gz
gentoo-95c89a8efeb1e65a7fa6c6fc1b18189c35c25420.tar.bz2
gentoo-95c89a8efeb1e65a7fa6c6fc1b18189c35c25420.zip
net-misc/wget: update dependencies
Move test deps to BDEPEND. Add BDEPEND="dev-lang/perl sys-apps/texinfo" for docs building. Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/wget/wget-1.21.2.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/net-misc/wget/wget-1.21.2.ebuild b/net-misc/wget/wget-1.21.2.ebuild
index 5ccba5ae93b2..257c15bde5ce 100644
--- a/net-misc/wget/wget-1.21.2.ebuild
+++ b/net-misc/wget/wget-1.21.2.ebuild
@@ -35,19 +35,20 @@ RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
DEPEND="
${RDEPEND}
static? ( ${LIB_DEPEND} )
+"
+BDEPEND="
+ app-arch/xz-utils
+ dev-lang/perl
+ sys-apps/texinfo
+ virtual/pkgconfig
+ nls? ( sys-devel/gettext )
test? (
${PYTHON_DEPS}
- dev-lang/perl
dev-perl/HTTP-Daemon
dev-perl/HTTP-Message
dev-perl/IO-Socket-SSL
)
"
-BDEPEND="
- app-arch/xz-utils
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
-"
DOCS=( AUTHORS MAILING-LIST NEWS README )