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

Collapse All | Expand All

(-)/usr/portage/gnome-extra/evolution-data-server/evolution-data-server-1.3.7.ebuild (-12 / +15 lines)
Lines 9-15 Link Here
9
9
10
LICENSE="GPL-2 Sleepycat"
10
LICENSE="GPL-2 Sleepycat"
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
12
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
13
IUSE="doc ipv6 kerberos krb4 ldap mozilla nntp ssl static"
13
IUSE="doc ipv6 kerberos krb4 ldap mozilla nntp ssl static"
14
14
15
RDEPEND=">=dev-libs/glib-2.4
15
RDEPEND=">=dev-libs/glib-2.4
Lines 24-34 Link Here
24
	>=net-libs/libsoup-2.2.2
24
	>=net-libs/libsoup-2.2.2
25
	sys-libs/zlib
25
	sys-libs/zlib
26
	ldap? ( >=net-nds/openldap-2.0 )
26
	ldap? ( >=net-nds/openldap-2.0 )
27
	ssl? (
27
        ssl? (
28
		mozilla? ( www-client/mozilla )
28
                || (
29
		!mozilla? (
29
                        mozilla? ( www-client/mozilla )
30
			>=dev-libs/nspr-4.4
30
                        firefox? ( www-client/mozilla-firefox )
31
			>=dev-libs/nss-3.9 ) )
31
                        ( >=dev-libs/nspr-4.4.1 >=dev-libs/nss-3.9.2 )
32
                )
33
        )
34
32
	kerberos? ( virtual/krb5 )
35
	kerberos? ( virtual/krb5 )
33
	krb4? ( virtual/krb5 )"
36
	krb4? ( virtual/krb5 )"
34
37
Lines 54-65 Link Here
54
	# Openssl support doesn't work and has been disabled in cvs
57
	# Openssl support doesn't work and has been disabled in cvs
55
58
56
	if use ssl ; then
59
	if use ssl ; then
57
		if  use mozilla ; then
60
                if  use mozilla || use firefox; then
58
			NSS_LIB=/usr/$(get_libdir)/mozilla
61
                        NSS_LIB=${MOZILLA_FIVE_HOME}
59
			NSPR_LIB=/usr/$(get_libdir)/mozilla
62
                        NSPR_LIB=${MOZILLA_FIVE_HOME}
60
			NSS_INC=/usr/$(get_libdir)/mozilla/include/nss
63
                        NSS_INC=${MOZILLA_FIVE_HOME}/include/nss
61
			NSPR_INC=/usr/$(get_libdir)/mozilla/include/nspr
64
                        NSPR_INC=${MOZILLA_FIVE_HOME}/include/nspr
62
		else
65
                else
63
			NSS_LIB=/usr/$(get_libdir)/nss
66
			NSS_LIB=/usr/$(get_libdir)/nss
64
			NSPR_LIB=/usr/$(get_libdir)/nspr
67
			NSPR_LIB=/usr/$(get_libdir)/nspr
65
			NSS_INC=/usr/include/nss
68
			NSS_INC=/usr/include/nss

Return to bug 89193