diff options
author | 2002-08-20 15:18:08 +0000 | |
---|---|---|
committer | 2002-08-20 15:18:08 +0000 | |
commit | b178093fb92e9e1ed9c3ff5a938399b7ee0aad5f (patch) | |
tree | b0cd0674f0a0a4ea1ff2652a6218d192f2ebe493 /net-mail | |
parent | Added ${CHROOT} to the /etc/bin/named.conf check (diff) | |
download | gentoo-2-b178093fb92e9e1ed9c3ff5a938399b7ee0aad5f.tar.gz gentoo-2-b178093fb92e9e1ed9c3ff5a938399b7ee0aad5f.tar.bz2 gentoo-2-b178093fb92e9e1ed9c3ff5a938399b7ee0aad5f.zip |
fixed dep problem for scrollkepper - doc?()
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/evolution/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/evolution/evolution-1.0.8-r1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-mail/evolution/ChangeLog b/net-mail/evolution/ChangeLog index edccc234afd5..1b3b0d872c62 100644 --- a/net-mail/evolution/ChangeLog +++ b/net-mail/evolution/ChangeLog @@ -1,9 +1,14 @@ # 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.22 2002/07/20 19:56:25 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/ChangeLog,v 1.23 2002/08/20 15:18:08 gerk Exp $ *evolution-1.0.8-r1 (20 Jul 2002) + 20 Aug 2002; Mark Guertin <gerk@gentoo.org> evolution-1.0.8-r1.ebuild : + Put scrollkepper within doc?() in DEPEND to prevent it from trying to pull + All the doc stuff, even with USE="-doc" (also a nasty bug in docbook-sgml-utils + is stopping people from using because of this) + 20 Jul 2002; Martin Schlemmer <azarah@gentoo.org> : Fix $D being hardcoded into the binary in some cases (ccache ??). diff --git a/net-mail/evolution/evolution-1.0.8-r1.ebuild b/net-mail/evolution/evolution-1.0.8-r1.ebuild index ddec7226c13d..755bdc0d72e2 100644 --- a/net-mail/evolution/evolution-1.0.8-r1.ebuild +++ b/net-mail/evolution/evolution-1.0.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.0.8-r1.ebuild,v 1.3 2002/08/15 14:49:06 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.0.8-r1.ebuild,v 1.4 2002/08/20 15:18:08 gerk Exp $ #provide Xmake and Xemake @@ -31,8 +31,8 @@ RDEPEND=">=gnome-extra/bonobo-conf-0.14 >=dev-libs/libxml-1.8.16 =gnome-base/gnome-vfs-1.0* >=gnome-base/gnome-print-0.34 - >=app-text/scrollkeeper-0.3.10-r1 >=dev-util/gob-1.0.12 + doc? ( >=app-text/scrollkeeper-0.3.10-r1 ) ssl? ( >=net-www/mozilla-0.9.9 ) ldap? ( >=net-nds/openldap-2.0 ) mozilla? ( >=net-www/mozilla-0.9.9 ) |