summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-09-22 19:41:17 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-09-22 19:41:17 +0000
commit2e11ad8e219456e0bd39df67992563065e411293 (patch)
tree8c62243512fdded7efe3429b14e3c98faf254e2b /mail-client/balsa
parentuclibctoolize (Manifest recommit) (diff)
downloadgentoo-2-2e11ad8e219456e0bd39df67992563065e411293.tar.gz
gentoo-2-2e11ad8e219456e0bd39df67992563065e411293.tar.bz2
gentoo-2-2e11ad8e219456e0bd39df67992563065e411293.zip
Fix RDEPEND on gpgme to accept any 0.3.14 revision. Closes #64969.
Diffstat (limited to 'mail-client/balsa')
-rw-r--r--mail-client/balsa/ChangeLog6
-rw-r--r--mail-client/balsa/balsa-2.0.14.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/balsa/ChangeLog b/mail-client/balsa/ChangeLog
index 71f6528c9f1d..aabaf8c208db 100644
--- a/mail-client/balsa/ChangeLog
+++ b/mail-client/balsa/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/balsa
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.9 2004/09/15 21:03:00 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.10 2004/09/22 19:41:17 ticho Exp $
+
+ 22 Sep 2004; Andrej Kacian <ticho@gentoo.org> balsa-2.0.14.ebuild:
+ Changed =app-crypt/gpgme-0.3.14 RDEPEND to ~app-crypt/gpgme-0.3.14. Closes
+ #64969, reported by Antonio <netbix@tiscali.it>
16 Sep 2004; Daniel Black <dragonheart@gentoo.org> balsa-2.0.14.ebuild:
Fixed gpgme dependancy in accordance with bug #63501
diff --git a/mail-client/balsa/balsa-2.0.14.ebuild b/mail-client/balsa/balsa-2.0.14.ebuild
index 4d7c595a62d7..7f2250d87b54 100644
--- a/mail-client/balsa/balsa-2.0.14.ebuild
+++ b/mail-client/balsa/balsa-2.0.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.0.14.ebuild,v 1.5 2004/09/15 21:03:00 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.0.14.ebuild,v 1.6 2004/09/22 19:41:17 ticho Exp $
inherit gnome2 eutils
@@ -28,7 +28,7 @@ RDEPEND="net-mail/mailbase
perl? ( >=dev-libs/libpcre-3.4 )
gtkhtml? ( =gnome-extra/libgtkhtml-2* )
ldap? ( net-nds/openldap )
- crypt? ( =app-crypt/gpgme-0.3.14 )"
+ crypt? ( ~app-crypt/gpgme-0.3.14 )"
DEPEND="dev-util/pkgconfig
${RDEPEND}"