diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2005-03-27 15:24:20 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2005-03-27 15:24:20 +0000 |
commit | 2cc128ca56ce3f178e12b61b25de9551652718b4 (patch) | |
tree | 3628686b51472d42d3c087ea73bd073ec6b8205f /mail-client | |
parent | Added experimental version, moved stable one to stable on ppc. (Manifest reco... (diff) | |
download | gentoo-2-2cc128ca56ce3f178e12b61b25de9551652718b4.tar.gz gentoo-2-2cc128ca56ce3f178e12b61b25de9551652718b4.tar.bz2 gentoo-2-2cc128ca56ce3f178e12b61b25de9551652718b4.zip |
Typo on the gmime dep.
(Portage version: 2.0.51.19)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/balsa/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/balsa/balsa-2.2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/balsa/ChangeLog b/mail-client/balsa/ChangeLog index dbea999ef727..b40838b4ebad 100644 --- a/mail-client/balsa/ChangeLog +++ b/mail-client/balsa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/balsa # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.19 2005/03/27 12:53:11 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.20 2005/03/27 15:24:20 allanonjl Exp $ + + 27 Mar 2005; John N. Laliberte <allanonjl@gentoo.org> balsa-2.2.6.ebuild: + Typo on the gmime dep. 27 Mar 2005; John N. Laliberte <allanonjl@gentoo.org> balsa-2.2.6.ebuild: Updated deps to require >=gmime-2.1.9-r1. Fixes bug #86750. diff --git a/mail-client/balsa/balsa-2.2.6.ebuild b/mail-client/balsa/balsa-2.2.6.ebuild index e0e7b87125a9..71fcbe8b7077 100644 --- a/mail-client/balsa/balsa-2.2.6.ebuild +++ b/mail-client/balsa/balsa-2.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.2.6.ebuild,v 1.3 2005/03/27 12:53:11 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.2.6.ebuild,v 1.4 2005/03/27 15:24:20 allanonjl Exp $ inherit gnome2 eutils @@ -17,7 +17,7 @@ RDEPEND="net-mail/mailbase >=gnome-base/libgnomeui-2 >=gnome-base/libgnomeprintui-2.1.4 >=net-libs/libesmtp-1.0-r1 - >=dev-libs/gmime-2.1.9-r1 + =dev-libs/gmime-2.1.9-r1 sys-devel/libtool virtual/aspell-dict ssl? ( dev-libs/openssl ) |