diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-11-05 21:44:06 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-11-05 21:44:06 +0000 |
commit | 180ce5cc14faa6eae7bb25d773c83e42740a034f (patch) | |
tree | b7e8fa81e29d7bff8d4624e3f965d51f3c33a661 /app-antivirus | |
parent | Add auto* deps. Thanks to Matthias Schwarzott <zzam@gentoo.org> in bug #154138. (diff) | |
download | gentoo-2-180ce5cc14faa6eae7bb25d773c83e42740a034f.tar.gz gentoo-2-180ce5cc14faa6eae7bb25d773c83e42740a034f.tar.bz2 gentoo-2-180ce5cc14faa6eae7bb25d773c83e42740a034f.zip |
Fix missing ( ) for milter? in DEPEND.
(Portage version: 4917-svn)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 6 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.88.6.ebuild | 4 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.90_rc1.ebuild | 4 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.90_rc2.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index d7029235dd51..7e6c76e850dd 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-antivirus/clamav # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.178 2006/11/05 20:09:17 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.179 2006/11/05 21:44:06 zmedico Exp $ + + 05 Nov 2006; Zac Medico <zmedico@gentoo.org> clamav-0.88.6.ebuild, + clamav-0.90_rc1.ebuild, clamav-0.90_rc2.ebuild: + Fix missing ( ) for milter? in DEPEND. 05 Nov 2006; Andrej Kacian <ticho@gentoo.org> clamav-0.90_rc1.ebuild, clamav-0.90_rc2.ebuild: diff --git a/app-antivirus/clamav/clamav-0.88.6.ebuild b/app-antivirus/clamav/clamav-0.88.6.ebuild index 424e483ed84f..2cdcc25f74c1 100644 --- a/app-antivirus/clamav/clamav-0.88.6.ebuild +++ b/app-antivirus/clamav/clamav-0.88.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.88.6.ebuild,v 1.1 2006/11/05 20:06:14 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.88.6.ebuild,v 1.2 2006/11/05 21:44:06 zmedico Exp $ inherit eutils flag-o-matic fixheadtails @@ -15,7 +15,7 @@ IUSE="crypt milter selinux mailwrapper" DEPEND="virtual/libc crypt? ( >=dev-libs/gmp-4.1.2 ) - milter? || ( mail-filter/libmilter mail-mta/sendmail ) + milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) ) >=sys-libs/zlib-1.2.1-r3 >=net-misc/curl-7.10.0 >=sys-apps/sed-4" diff --git a/app-antivirus/clamav/clamav-0.90_rc1.ebuild b/app-antivirus/clamav/clamav-0.90_rc1.ebuild index 5c5b9e11ab02..4fbb98f33284 100644 --- a/app-antivirus/clamav/clamav-0.90_rc1.ebuild +++ b/app-antivirus/clamav/clamav-0.90_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.90_rc1.ebuild,v 1.3 2006/11/05 20:09:17 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.90_rc1.ebuild,v 1.4 2006/11/05 21:44:06 zmedico Exp $ inherit eutils flag-o-matic fixheadtails @@ -16,7 +16,7 @@ IUSE="crypt milter selinux mailwrapper" DEPEND="virtual/libc crypt? ( >=dev-libs/gmp-4.1.2 ) - milter? || ( mail-filter/libmilter mail-mta/sendmail ) + milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) ) >=sys-libs/zlib-1.2.1-r3 >=net-misc/curl-7.10.0 >=sys-apps/sed-4" diff --git a/app-antivirus/clamav/clamav-0.90_rc2.ebuild b/app-antivirus/clamav/clamav-0.90_rc2.ebuild index 1f52b2787e34..2bd122a09cec 100644 --- a/app-antivirus/clamav/clamav-0.90_rc2.ebuild +++ b/app-antivirus/clamav/clamav-0.90_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.90_rc2.ebuild,v 1.2 2006/11/05 20:09:17 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.90_rc2.ebuild,v 1.3 2006/11/05 21:44:06 zmedico Exp $ inherit eutils flag-o-matic fixheadtails @@ -16,7 +16,7 @@ IUSE="crypt milter selinux mailwrapper" DEPEND="virtual/libc crypt? ( >=dev-libs/gmp-4.1.2 ) - milter? || ( mail-filter/libmilter mail-mta/sendmail ) + milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) ) >=sys-libs/zlib-1.2.1-r3 >=net-misc/curl-7.10.0 >=sys-apps/sed-4" |