summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2004-03-23 15:14:44 +0000
committerJon Portnoy <avenj@gentoo.org>2004-03-23 15:14:44 +0000
commitd385b0d0df9baddd4b402a7d3fd0ac2ef9c77fcd (patch)
tree290f72ca895cd9684e39c8a5750f1ff30c73ac71 /net-mail/evolution
parentFixed breakage in USE due to screwy amd64? () : constructs (Manifest recommit) (diff)
downloadgentoo-2-d385b0d0df9baddd4b402a7d3fd0ac2ef9c77fcd.tar.gz
gentoo-2-d385b0d0df9baddd4b402a7d3fd0ac2ef9c77fcd.tar.bz2
gentoo-2-d385b0d0df9baddd4b402a7d3fd0ac2ef9c77fcd.zip
Fixed AMD64 deps for kerberos
Diffstat (limited to 'net-mail/evolution')
-rw-r--r--net-mail/evolution/ChangeLog7
-rw-r--r--net-mail/evolution/evolution-1.4.5.ebuild4
-rw-r--r--net-mail/evolution/evolution-1.4.6.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/net-mail/evolution/ChangeLog b/net-mail/evolution/ChangeLog
index 97806073223f..da3caebddf06 100644
--- a/net-mail/evolution/ChangeLog
+++ b/net-mail/evolution/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/evolution
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/ChangeLog,v 1.93 2004/03/23 10:22:30 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/ChangeLog,v 1.94 2004/03/23 15:14:44 avenj Exp $
+
+ 24 Mar 2004; Jon Portnoy <avenj@gentoo.org> evolution-1.4.5.ebuild,
+ evolution-1.4.6.ebuild :
+ Fixed screwy AMD64 deps in 1.4.5 and modified both ebuilds to recognize
+ kerberos properly on AMD64.
23 Mar 2004; Alastair Tse <liquidx@gentoo.org> evolution-1.4.6.ebuild:
fix amd64 dep and also fix configure flag passing in src_compile for amd64
diff --git a/net-mail/evolution/evolution-1.4.5.ebuild b/net-mail/evolution/evolution-1.4.5.ebuild
index dc43f8857a14..b197e5f2b58f 100644
--- a/net-mail/evolution/evolution-1.4.5.ebuild
+++ b/net-mail/evolution/evolution-1.4.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.4.5.ebuild,v 1.15 2004/03/07 21:44:00 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.4.5.ebuild,v 1.16 2004/03/23 15:14:44 avenj Exp $
# kde before gnome2, otherwise kde_src_install will override gnome2_src_install
use kde && inherit kde
@@ -47,7 +47,7 @@ RDEPEND=">=gnome-extra/libgtkhtml-3.0.9
) )
ssl? ( !mozilla? ( >=dev-libs/openssl-0.9.5 ) )
ldap? ( >=net-nds/openldap-2.0 )
- amd64? ( ) : ( kerberos? ( >=app-crypt/mit-krb5-1.2.5 ) )
+ kerberos? ( >=app-crypt/mit-krb5-1.2.5 )
doc? ( >=app-text/scrollkeeper-0.3.10-r1 )"
DEPEND="${RDEPEND}
diff --git a/net-mail/evolution/evolution-1.4.6.ebuild b/net-mail/evolution/evolution-1.4.6.ebuild
index 08130095821f..7ad76683d1e4 100644
--- a/net-mail/evolution/evolution-1.4.6.ebuild
+++ b/net-mail/evolution/evolution-1.4.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.4.6.ebuild,v 1.2 2004/03/23 10:22:30 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.4.6.ebuild,v 1.3 2004/03/23 15:14:44 avenj Exp $
# kde before gnome2, otherwise kde_src_install will override gnome2_src_install
use kde && inherit kde
@@ -47,7 +47,7 @@ RDEPEND=">=gnome-extra/libgtkhtml-3.0.10
) )
ssl? ( !mozilla? ( >=dev-libs/openssl-0.9.5 ) )
ldap? ( >=net-nds/openldap-2.0 )
- !amd64? ( kerberos? ( >=app-crypt/mit-krb5-1.2.5 ) )
+ kerberos? ( >=app-crypt/mit-krb5-1.2.5 )
doc? ( >=app-text/scrollkeeper-0.3.10-r1 )"
DEPEND="${RDEPEND}