diff options
Diffstat (limited to 'app-antivirus/clamav/clamav-0.90_rc1.ebuild')
-rw-r--r-- | app-antivirus/clamav/clamav-0.90_rc1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-antivirus/clamav/clamav-0.90_rc1.ebuild b/app-antivirus/clamav/clamav-0.90_rc1.ebuild index 8c102e5a36ce..5c5b9e11ab02 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.2 2006/10/16 11:02:09 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.90_rc1.ebuild,v 1.3 2006/11/05 20:09:17 ticho 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-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" |