summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2002-12-02 16:08:28 +0000
committerMarinus Schraal <foser@gentoo.org>2002-12-02 16:08:28 +0000
commit547be10213fe855af39adf188c9122c8ebf0ea8a (patch)
tree424149642863d2fdddb25bb6b95aa5e64f2ad842 /net-mail/evolution
parentVersion 2.0 arrives. (diff)
downloadhistorical-547be10213fe855af39adf188c9122c8ebf0ea8a.tar.gz
historical-547be10213fe855af39adf188c9122c8ebf0ea8a.tar.bz2
historical-547be10213fe855af39adf188c9122c8ebf0ea8a.zip
pda dep fix
Diffstat (limited to 'net-mail/evolution')
-rw-r--r--net-mail/evolution/ChangeLog5
-rw-r--r--net-mail/evolution/evolution-1.2.0.ebuild9
2 files changed, 11 insertions, 3 deletions
diff --git a/net-mail/evolution/ChangeLog b/net-mail/evolution/ChangeLog
index 628018e74a6e..e908be408218 100644
--- a/net-mail/evolution/ChangeLog
+++ b/net-mail/evolution/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/evolution
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/ChangeLog,v 1.31 2002/11/29 09:25:51 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/ChangeLog,v 1.32 2002/12/02 16:08:28 foser Exp $
+
+ 02 Dec 2002; foser <foser@gentoo.org> evolution-1.2.0.ebuild :
+ Updated pda deps (bug #10307)
29 Nov 2002; Martin Schlemmer <azarah@gentoo.org> evolution-1.2.0.ebuild :
Update DEPEND to include the required versions needed.
diff --git a/net-mail/evolution/evolution-1.2.0.ebuild b/net-mail/evolution/evolution-1.2.0.ebuild
index 8c4423ebda80..c4caa0efad8f 100644
--- a/net-mail/evolution/evolution-1.2.0.ebuild
+++ b/net-mail/evolution/evolution-1.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.2.0.ebuild,v 1.2 2002/11/29 09:25:51 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.2.0.ebuild,v 1.3 2002/12/02 16:08:28 foser Exp $
IUSE="ssl nls mozilla ldap doc spell pda ipv6"
@@ -40,8 +40,13 @@ RDEPEND="app-text/scrollkeeper
ssl? ( >=dev-libs/openssl-0.9.5 )
ldap? ( >=net-nds/openldap-2.0 )
mozilla? ( >=net-www/mozilla-0.9.9 )
- pda? ( >=gnome-extra/gnome-pilot-0.1.61-r2 )
+ pda? ( >=gnome-extra/gnome-pilot-0.1.61-r2
+ >=dev-libs/pilot-link-0.11.5 )
spell? ( >=app-text/gnome-spell-0.5 )"
+
+# the pilot-link dep is normally covered by gnome-pilot, but evo
+# requires an higher version then gnome-pilot (bug #10307)
+
# ssl? ( mozilla? ( >=net-www/mozilla-0.9.9 ) )
# ssl? ( !mozilla? ( >=dev-libs/openssl-0.9.5 ) )
# This is how the deps should be, but portage cannot handle it