diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-03-06 18:55:22 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-03-06 18:55:22 +0000 |
commit | 149c8eb93ca9757fec52edd96f7540fdd8e508c4 (patch) | |
tree | 53ada6127917af426f55bcc99b4cb37379e49d09 /net-mail/sylpheed-claws | |
parent | Fixed bug #980 (diff) | |
download | gentoo-2-149c8eb93ca9757fec52edd96f7540fdd8e508c4.tar.gz gentoo-2-149c8eb93ca9757fec52edd96f7540fdd8e508c4.tar.bz2 gentoo-2-149c8eb93ca9757fec52edd96f7540fdd8e508c4.zip |
Dependency audit and fixes of bad syntaxes
Diffstat (limited to 'net-mail/sylpheed-claws')
-rw-r--r-- | net-mail/sylpheed-claws/sylpheed-claws-0.7.1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/sylpheed-claws/sylpheed-claws-0.7.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.7.1.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.7.1.ebuild index 7d65e9c789be..6d6c3047a10f 100644 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.7.1.ebuild +++ b/net-mail/sylpheed-claws/sylpheed-claws-0.7.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Desktop Team <desktop@gentoo.org> # Author: Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.7.1.ebuild,v 1.2 2002/02/22 15:24:26 tod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.7.1.ebuild,v 1.3 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/sylpheed-${PV}claws DESCRIPTION="Bleeding edge version of Sylpheed" @@ -17,7 +17,7 @@ DEPEND=">=x11-libs/gtk+-1.2.6 xface? ( >=media-libs/compface-1.4 ) jpilot? ( >=app-misc/jpilot-0.99 ) imlib? ( >=media-libs/imlib-1.9.10 ) - gpgme? ( >=app-crypt/gpgme/0.2.3 ) + gpgme? ( >=app-crypt/gpgme-0.2.3 ) " RDEPEND="$DEPEND" diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.7.2.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.7.2.ebuild index 536f3a5c052e..6ba56c0795ac 100644 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.7.2.ebuild +++ b/net-mail/sylpheed-claws/sylpheed-claws-0.7.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Desktop Team <desktop@gentoo.org> # Author: Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.7.2.ebuild,v 1.1 2002/02/22 15:24:26 tod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.7.2.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/sylpheed-${PV}claws DESCRIPTION="Bleeding edge version of Sylpheed" @@ -17,7 +17,7 @@ DEPEND=">=x11-libs/gtk+-1.2.6 xface? ( >=media-libs/compface-1.4 ) jpilot? ( >=app-misc/jpilot-0.99 ) imlib? ( >=media-libs/imlib-1.9.10 ) - gpgme? ( >=app-crypt/gpgme/0.2.3 ) + gpgme? ( >=app-crypt/gpgme-0.2.3 ) " RDEPEND="$DEPEND" |