diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2001-05-29 00:21:12 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2001-05-29 00:21:12 +0000 |
commit | 2b348aa227f7a1240be19b32a3a60c160a0eb89b (patch) | |
tree | 3ac886b6cf9715d42924e5c937c2d06a0f9a811c /gnome-apps | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-2b348aa227f7a1240be19b32a3a60c160a0eb89b.tar.gz gentoo-2-2b348aa227f7a1240be19b32a3a60c160a0eb89b.tar.bz2 gentoo-2-2b348aa227f7a1240be19b32a3a60c160a0eb89b.zip |
Added a depend for libxml2 to evolution and updated the gal depend to 0.7.
Regenerated some digest files for the others.
Diffstat (limited to 'gnome-apps')
-rw-r--r-- | gnome-apps/evolution/evolution-0.10.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnome-apps/evolution/evolution-0.10.ebuild b/gnome-apps/evolution/evolution-0.10.ebuild index 3d53d0bc5bbc..538eee9cda0a 100644 --- a/gnome-apps/evolution/evolution-0.10.ebuild +++ b/gnome-apps/evolution/evolution-0.10.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/evolution/evolution-0.10.ebuild,v 1.2 2001/05/27 02:58:36 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-apps/evolution/evolution-0.10.ebuild,v 1.3 2001/05/29 00:21:12 blutgens Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,8 +11,9 @@ HOMEPAGE="http://www.helixcode.com" DEPEND=">=gnome-base/gnome-core-1.2.4 >=gnome-base/libunicode-0.4-r1 - >=gnome-base/gal-0.5 + >=gnome-base/gal-0.7 >=gnome-base/gtkhtml-0.8.3 + >=gnome-libs/libxml2-2.3.5 ldap? ( >=net-nds/openldap-1.2 )" src_compile() { |