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

Collapse All | Expand All

(-)/usr/portage/net-misc/curl/curl-7.19.7.ebuild (-2 / +6 lines)
Lines 16-24 Link Here
16
LICENSE="MIT"
16
LICENSE="MIT"
17
SLOT="0"
17
SLOT="0"
18
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
18
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
19
IUSE="openssl ipv6 ldap ares gnutls libssh2 nss idn kerberos test"
19
IUSE="ssl openssl ipv6 ldap ares gnutls libssh2 nss idn kerberos test"
20
20
21
RDEPEND="gnutls? ( net-libs/gnutls app-misc/ca-certificates )
21
RDEPEND="ssl? ( !gnutls? ( !nss? ( !openssl? ( net-libs/gnutls app-misc/ca-certificates ) ) ) )
22
	gnutls? ( net-libs/gnutls app-misc/ca-certificates )
22
	nss? ( !gnutls? ( dev-libs/nss app-misc/ca-certificates ) )
23
	nss? ( !gnutls? ( dev-libs/nss app-misc/ca-certificates ) )
23
	openssl? ( !gnutls? ( !nss? ( dev-libs/openssl app-misc/ca-certificates ) ) )
24
	openssl? ( !gnutls? ( !nss? ( dev-libs/openssl app-misc/ca-certificates ) ) )
24
	ldap? ( net-nds/openldap )
25
	ldap? ( net-nds/openldap )
Lines 76-81 Link Here
76
	elif use openssl; then
77
	elif use openssl; then
77
		myconf="${myconf} --without-gnutls --without-nss --with-ssl"
78
		myconf="${myconf} --without-gnutls --without-nss --with-ssl"
78
		myconf="${myconf} --without-ca-bundle --with-ca-path=/etc/ssl/certs"
79
		myconf="${myconf} --without-ca-bundle --with-ca-path=/etc/ssl/certs"
80
	elif use ssl; then
81
		myconf="${myconf} --without-ssl --with-gnutls --without-nss"
82
		myconf="${myconf} --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt"
79
	else
83
	else
80
		myconf="${myconf} --without-gnutls --without-nss --without-ssl"
84
		myconf="${myconf} --without-gnutls --without-nss --without-ssl"
81
	fi
85
	fi

Return to bug 297096