summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2005-12-29 23:16:03 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2005-12-29 23:16:03 +0000
commit4b5e4654b488a8ea52e6791029ca2e0ed09f76ca (patch)
treee1686a1bc7f00e222e4cb058c6c992bba42acd84 /gnome-extra/evolution-exchange/evolution-exchange-2.4.2.ebuild
parentAdding new local use flags for antlr (diff)
downloadgentoo-2-4b5e4654b488a8ea52e6791029ca2e0ed09f76ca.tar.gz
gentoo-2-4b5e4654b488a8ea52e6791029ca2e0ed09f76ca.tar.bz2
gentoo-2-4b5e4654b488a8ea52e6791029ca2e0ed09f76ca.zip
Fix check to ensure both ldap and kerberos, not either. Bug #117041
(Portage version: 2.1_pre2)
Diffstat (limited to 'gnome-extra/evolution-exchange/evolution-exchange-2.4.2.ebuild')
-rw-r--r--gnome-extra/evolution-exchange/evolution-exchange-2.4.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-extra/evolution-exchange/evolution-exchange-2.4.2.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-2.4.2.ebuild
index f40e0529ca01..9137cfed0035 100644
--- a/gnome-extra/evolution-exchange/evolution-exchange-2.4.2.ebuild
+++ b/gnome-extra/evolution-exchange/evolution-exchange-2.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.4.2.ebuild,v 1.1 2005/12/05 01:19:13 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.4.2.ebuild,v 1.2 2005/12/29 23:16:03 dang Exp $
inherit gnome2 eutils
@@ -34,7 +34,7 @@ USE_DESTDIR="1"
pkg_setup() {
G2CONF="${G2CONF} $(use_with debug e2k-debug) --with-krb5=/usr"
- if ! built_with_use gnome-extra/evolution-data-server ldap && ! built_with_use gnome-extra/evolution-data-server kerberos; then
+ if ! built_with_use gnome-extra/evolution-data-server ldap || ! built_with_use gnome-extra/evolution-data-server kerberos; then
eerror "Please re-emerge gnome-extra/evolution-data-server with"
eerror "the use flags ldap and kerberos."
die