diff options
author | 2002-03-06 18:55:22 +0000 | |
---|---|---|
committer | 2002-03-06 18:55:22 +0000 | |
commit | 0630e35e86283e37894a93aa49bf5e28a6da528d (patch) | |
tree | 210bfaf068600312542bd42e3b737414d737b33d /net-mail/spruce | |
parent | Fixed bug #980 (diff) | |
download | historical-0630e35e86283e37894a93aa49bf5e28a6da528d.tar.gz historical-0630e35e86283e37894a93aa49bf5e28a6da528d.tar.bz2 historical-0630e35e86283e37894a93aa49bf5e28a6da528d.zip |
Dependency audit and fixes of bad syntaxes
Diffstat (limited to 'net-mail/spruce')
-rw-r--r-- | net-mail/spruce/spruce-0.7.6-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/spruce/spruce-0.7.6-r2.ebuild b/net-mail/spruce/spruce-0.7.6-r2.ebuild index b7a0c855e2ee..3a65624ee576 100644 --- a/net-mail/spruce/spruce-0.7.6-r2.ebuild +++ b/net-mail/spruce/spruce-0.7.6-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author Joe Bormolini <lordjoe@bigfoot.com> # Maintainer: Desktop Team <desktop@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/spruce/spruce-0.7.6-r2.ebuild,v 1.1 2001/11/10 00:03:58 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/spruce/spruce-0.7.6-r2.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="Gtk email client" @@ -13,7 +13,7 @@ RDEPEND=">=x11-libs/gtk+-1.2.10-r4 gnome-base/libglade ssl? ( >=dev-libs/openssl-0.9.6 ) gpg? ( app-crypt/gnupg ) - gnome? ( gnome-base/gnome-print-0.29-r1 )" + gnome? ( >=gnome-base/gnome-print-0.29-r1 )" DEPEND="$RDEPEND nls? ( sys-devel/gettext )" |