summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-05-05 15:48:42 +0000
committerSven Wegener <swegener@gentoo.org>2005-05-05 15:48:42 +0000
commit7e080a81a11e3d38129d50358f5dade2ed6f693f (patch)
treede2cc3f26b84fe2f3e2990c371b8363be9270742 /mail-client/balsa
parentDevised new method of getting drupal modules (diff)
downloadgentoo-2-7e080a81a11e3d38129d50358f5dade2ed6f693f.tar.gz
gentoo-2-7e080a81a11e3d38129d50358f5dade2ed6f693f.tar.bz2
gentoo-2-7e080a81a11e3d38129d50358f5dade2ed6f693f.zip
Added missing parentheses to *DEPEND.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'mail-client/balsa')
-rw-r--r--mail-client/balsa/ChangeLog5
-rw-r--r--mail-client/balsa/balsa-2.2.6.ebuild14
2 files changed, 12 insertions, 7 deletions
diff --git a/mail-client/balsa/ChangeLog b/mail-client/balsa/ChangeLog
index f68fbf6382c3..69cb07c15856 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.24 2005/04/24 22:43:44 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.25 2005/05/05 15:48:42 swegener Exp $
+
+ 05 May 2005; Sven Wegener <swegener@gentoo.org> balsa-2.2.6.ebuild:
+ Added missing parentheses to *DEPEND.
24 Apr 2005; John N. Laliberte <allanonjl@gentoo.org> balsa-2.2.6.ebuild:
Fix to RDEPEND to allow gtkhtml 2 or 3.
diff --git a/mail-client/balsa/balsa-2.2.6.ebuild b/mail-client/balsa/balsa-2.2.6.ebuild
index 083da15738aa..4c7ae91b34b5 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.10 2005/04/25 12:25:23 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.2.6.ebuild,v 1.11 2005/05/05 15:48:42 swegener Exp $
inherit gnome2 eutils
@@ -27,11 +27,13 @@ RDEPEND=">=gnome-base/libgnome-2.0
virtual/aspell-dict
ssl? ( dev-libs/openssl )
pcre? ( >=dev-libs/libpcre-3.4 )
- gtkhtml? || (
- =gnome-extra/libgtkhtml-3.2*
- =gnome-extra/libgtkhtml-3.0*
- =gnome-extra/libgtkhtml-2*
- )
+ gtkhtml? (
+ || (
+ =gnome-extra/libgtkhtml-3.2*
+ =gnome-extra/libgtkhtml-3.0*
+ =gnome-extra/libgtkhtml-2*
+ )
+ )
ldap? ( net-nds/openldap )
kerberos? ( app-crypt/mit-krb5 )
sqlite? ( >=dev-db/sqlite-2.8 )