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

(-)file_not_specified_in_diff (-3 / +5 lines)
Line  Link Here
0
-- wget-1.12.ebuild
0
++ wget-1.12.ebuild
Lines 11-19 Link Here
11
LICENSE="GPL-3"
11
LICENSE="GPL-3"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
14
IUSE="debug ipv6 nls ssl static"
14
IUSE="debug idn ipv6 nls ssl static"
15
15
16
RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )"
16
RDEPEND="idn? ( net-dns/libidn )
17
	ssl? ( >=dev-libs/openssl-0.9.6b )"
17
DEPEND="${RDEPEND}
18
DEPEND="${RDEPEND}
18
	nls? ( sys-devel/gettext )"
19
	nls? ( sys-devel/gettext )"
19
20
Lines 24-29 Link Here
24
	use static && append-ldflags -static
25
	use static && append-ldflags -static
25
	econf \
26
	econf \
26
		$(use_with ssl) $(use_enable ssl opie) $(use_enable ssl digest) \
27
		$(use_with ssl) $(use_enable ssl opie) $(use_enable ssl digest) \
28
		$(use_enable idn iri) \
27
		$(use_enable ipv6) \
29
		$(use_enable ipv6) \
28
		$(use_enable nls) \
30
		$(use_enable nls) \
29
		$(use_enable debug) \
31
		$(use_enable debug) \

Return to bug 286058