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

(-)evolution-2.6.2-r1.ebuild (-1 / +7 lines)
Lines 45-51 RDEPEND=">=x11-themes/gnome-icon-theme-1 Link Here
45
		>=app-pda/gnome-pilot-2
45
		>=app-pda/gnome-pilot-2
46
		>=app-pda/gnome-pilot-conduits-2 )
46
		>=app-pda/gnome-pilot-conduits-2 )
47
	spell? ( >=app-text/gnome-spell-1.0.5 )
47
	spell? ( >=app-text/gnome-spell-1.0.5 )
48
	crypt? ( >=app-crypt/gnupg-1.2.2 )
48
 	crypt? ( || ( =app-crypt/gnupg-1.4* >=app-crypt/gnupg-2.0.1-r2  ) )
49
	ssl? ( >=dev-libs/nspr-4.6.1
49
	ssl? ( >=dev-libs/nspr-4.6.1
50
		   >=dev-libs/nss-3.11 )
50
		   >=dev-libs/nss-3.11 )
51
	ldap? ( >=net-nds/openldap-2 )
51
	ldap? ( >=net-nds/openldap-2 )
Lines 87-92 pkg_setup() { Link Here
87
		$(use_with ldap openldap)        \
87
		$(use_with ldap openldap)        \
88
		$(use_with kerberos krb5 /usr)"
88
		$(use_with kerberos krb5 /usr)"
89
89
90
	if use crypt && has_version '>=app-crypt/gnupg-2.0.1-r2'; then
91
		if ! built_with_use app-crypt/pinentry gtk || ! built_with_use app-crypt/pinentry qt3; then
92
			die "You must build app-crypt/pinentry with GTK or QT support"
93
		fi
94
	fi
95
90
	if use krb4 && ! built_with_use virtual/krb5 krb4; then
96
	if use krb4 && ! built_with_use virtual/krb5 krb4; then
91
		ewarn
97
		ewarn
92
		ewarn "In order to add kerberos 4 support, you have to emerge"
98
		ewarn "In order to add kerberos 4 support, you have to emerge"
(-)evolution-2.8.1.1.ebuild (-1 / +7 lines)
Lines 42-48 RDEPEND=">=x11-themes/gnome-icon-theme-1 Link Here
42
		>=app-pda/gnome-pilot-2
42
		>=app-pda/gnome-pilot-2
43
		>=app-pda/gnome-pilot-conduits-2 )
43
		>=app-pda/gnome-pilot-conduits-2 )
44
	spell? ( >=app-text/gnome-spell-1.0.5 )
44
	spell? ( >=app-text/gnome-spell-1.0.5 )
45
	crypt? ( >=app-crypt/gnupg-1.2.2 )
45
	crypt? ( || ( =app-crypt/gnupg-1.4* >=app-crypt/gnupg-2.0.1-r2  ) )
46
	ssl? (
46
	ssl? (
47
		>=dev-libs/nspr-4.6.1
47
		>=dev-libs/nspr-4.6.1
48
		>=dev-libs/nss-3.11 )
48
		>=dev-libs/nss-3.11 )
Lines 85-90 pkg_setup() { Link Here
85
		$(use_with ldap openldap)        \
85
		$(use_with ldap openldap)        \
86
		$(use_with kerberos krb5 /usr)"
86
		$(use_with kerberos krb5 /usr)"
87
87
88
	if use crypt && has_version '>=app-crypt/gnupg-2.0.1-r2'; then
89
		if ! built_with_use app-crypt/pinentry gtk || ! built_with_use app-crypt/pinentry qt3; then
90
			die "You must build app-crypt/pinentry with GTK or QT support"
91
		fi
92
	fi
93
88
	if use krb4 && ! built_with_use virtual/krb5 krb4; then
94
	if use krb4 && ! built_with_use virtual/krb5 krb4; then
89
		ewarn
95
		ewarn
90
		ewarn "In order to add kerberos 4 support, you have to emerge"
96
		ewarn "In order to add kerberos 4 support, you have to emerge"
(-)evolution-2.8.2.1.ebuild (-1 / +7 lines)
Lines 42-48 RDEPEND=">=x11-themes/gnome-icon-theme-1 Link Here
42
		>=app-pda/gnome-pilot-2
42
		>=app-pda/gnome-pilot-2
43
		>=app-pda/gnome-pilot-conduits-2 )
43
		>=app-pda/gnome-pilot-conduits-2 )
44
	spell? ( >=app-text/gnome-spell-1.0.5 )
44
	spell? ( >=app-text/gnome-spell-1.0.5 )
45
	crypt? ( >=app-crypt/gnupg-1.2.2 )
45
	crypt? ( || ( =app-crypt/gnupg-1.4* >=app-crypt/gnupg-2.0.1-r2  ) )
46
	ssl? (
46
	ssl? (
47
		>=dev-libs/nspr-4.6.1
47
		>=dev-libs/nspr-4.6.1
48
		>=dev-libs/nss-3.11 )
48
		>=dev-libs/nss-3.11 )
Lines 85-90 pkg_setup() { Link Here
85
		$(use_with ldap openldap)        \
85
		$(use_with ldap openldap)        \
86
		$(use_with kerberos krb5 /usr)"
86
		$(use_with kerberos krb5 /usr)"
87
87
88
	if use crypt && has_version '>=app-crypt/gnupg-2.0.1-r2'; then
89
		if ! built_with_use app-crypt/pinentry gtk || ! built_with_use app-crypt/pinentry qt3; then
90
			die "You must build app-crypt/pinentry with GTK or QT support"
91
		fi
92
	fi
93
88
	if use krb4 && ! built_with_use virtual/krb5 krb4; then
94
	if use krb4 && ! built_with_use virtual/krb5 krb4; then
89
		ewarn
95
		ewarn
90
		ewarn "In order to add kerberos 4 support, you have to emerge"
96
		ewarn "In order to add kerberos 4 support, you have to emerge"

Return to bug 160302