Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 33940
Collapse All | Expand All

(-)wget-1.9.1-r1.ebuild (-1 / +2 lines)
Lines 4-10 Link Here
4
4
5
inherit gnuconfig
5
inherit gnuconfig
6
6
7
IUSE="ssl nls static debug socks5"
7
IUSE="ssl nls static ipv6 debug socks5"
8
8
9
NPVER=20031022
9
NPVER=20031022
10
DESCRIPTION="Network utility to retrieve files from the WWW"
10
DESCRIPTION="Network utility to retrieve files from the WWW"
Lines 39-44 Link Here
39
39
40
	econf \
40
	econf \
41
		--sysconfdir=/etc/wget \
41
		--sysconfdir=/etc/wget \
42
		`use_enable ipv6` \
42
		`use_enable nls` \
43
		`use_enable nls` \
43
		`use_enable debug` \
44
		`use_enable debug` \
44
		`use_with socks5 socks` \
45
		`use_with socks5 socks` \

Return to bug 33940