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

(-)net-misc/curl/curl-7.14.0.ebuild (-1 / +2 lines)
Lines 21-27 Link Here
21
LICENSE="MIT X11"
21
LICENSE="MIT X11"
22
SLOT="0"
22
SLOT="0"
23
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc ~x86"
23
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc ~x86"
24
IUSE="ssl ipv6 ldap ares gnutls"
24
IUSE="ssl ipv6 ldap ares gnutls idn"
25
25
26
DEPEND="ssl? ( gnutls? ( net-libs/gnutls ) )
26
DEPEND="ssl? ( gnutls? ( net-libs/gnutls ) )
27
	ssl? ( !gnutls? ( >=dev-libs/openssl-0.9.6a ) )
27
	ssl? ( !gnutls? ( >=dev-libs/openssl-0.9.6a ) )
Lines 44-49 Link Here
44
src_compile() {
44
src_compile() {
45
45
46
	myconf="$(use_enable ldap)
46
	myconf="$(use_enable ldap)
47
		$(use_with idn libidn)
47
		--enable-http
48
		--enable-http
48
		--enable-ftp
49
		--enable-ftp
49
		--enable-gopher
50
		--enable-gopher

Return to bug 103745