Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 412579 | Differences between
and this patch

Collapse All | Expand All

(-)wget-1.13.4-r1.ebuild_orig (-2 / +7 lines)
Lines 13-19 Link Here
13
LICENSE="GPL-3"
13
LICENSE="GPL-3"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
16
IUSE="debug gnutls idn ipv6 nls ntlm +ssl static"
16
IUSE="debug gnutls idn ipv6 nls ntlm +ssl static libproxy"
17
17
18
LIB_DEPEND="idn? ( net-dns/libidn[static-libs(+)] )
18
LIB_DEPEND="idn? ( net-dns/libidn[static-libs(+)] )
19
	ssl? (
19
	ssl? (
Lines 25-31 Link Here
25
	app-arch/xz-utils
25
	app-arch/xz-utils
26
	dev-util/pkgconfig
26
	dev-util/pkgconfig
27
	static? ( ${LIB_DEPEND} )
27
	static? ( ${LIB_DEPEND} )
28
	nls? ( sys-devel/gettext )"
28
	nls? ( sys-devel/gettext )
29
	libproxy? ( net-libs/libproxy )"
29
30
30
REQUIRED_USE="ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
31
REQUIRED_USE="ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
31
32
Lines 33-38 Link Here
33
34
34
src_prepare() {
35
src_prepare() {
35
	epatch "${FILESDIR}"/${P}-openssl-pkg-config.patch
36
	epatch "${FILESDIR}"/${P}-openssl-pkg-config.patch
37
	if use libproxy; then
38
		epatch "${FILESDIR}"/${PN}-libproxy.patch
39
	fi
36
	eautoreconf
40
	eautoreconf
37
}
41
}
38
42
Lines 59-64 Link Here
59
		$(use_enable ssl digest) \
63
		$(use_enable ssl digest) \
60
		$(use_enable idn iri) \
64
		$(use_enable idn iri) \
61
		$(use_enable ipv6) \
65
		$(use_enable ipv6) \
66
		$(use_enable libproxy) \
62
		$(use_enable nls) \
67
		$(use_enable nls) \
63
		$(use_enable ntlm) \
68
		$(use_enable ntlm) \
64
		$(use_enable debug)
69
		$(use_enable debug)

Return to bug 412579