summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2005-05-31 18:33:57 +0000
committerTorsten Veller <tove@gentoo.org>2005-05-31 18:33:57 +0000
commit16414d76b4f0b311a5bbe3742de916e48c1aaf4f (patch)
tree05ff14b632279e1ffe2acf28045817a95516f0c7 /mail-filter
parentversion bump (bug #94641) (diff)
downloadgentoo-2-16414d76b4f0b311a5bbe3742de916e48c1aaf4f.tar.gz
gentoo-2-16414d76b4f0b311a5bbe3742de916e48c1aaf4f.tar.bz2
gentoo-2-16414d76b4f0b311a5bbe3742de916e48c1aaf4f.zip
Add missing parentheses.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/bogofilter/bogofilter-0.94.13.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/mail-filter/bogofilter/bogofilter-0.94.13.ebuild b/mail-filter/bogofilter/bogofilter-0.94.13.ebuild
index 0574fc74be9f..52ee6662d2d6 100644
--- a/mail-filter/bogofilter/bogofilter-0.94.13.ebuild
+++ b/mail-filter/bogofilter/bogofilter-0.94.13.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-filter/bogofilter/bogofilter-0.94.13.ebuild,v 1.1 2005/05/31 12:02:11 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/bogofilter-0.94.13.ebuild,v 1.2 2005/05/31 18:33:57 tove Exp $
inherit eutils
@@ -15,9 +15,11 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc iconv gsl berkdb sqlite"
DEPEND="virtual/libc
- iconv? || (
- sys-libs/glibc
- dev-libs/libiconv
+ iconv? (
+ || (
+ sys-libs/glibc
+ dev-libs/libiconv
+ )
)
|| (
berkdb? ( >=sys-libs/db-3.2 )