diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-11-05 20:09:17 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-11-05 20:09:17 +0000 |
commit | 4ef75c69d69e622379ba5758195fb4130e74e5c8 (patch) | |
tree | e4e2addffe6f4d0237e92fe0ecf89ff871f7c162 /app-antivirus | |
parent | rev bump. Change the mythtv user to be loginable. Added my MythFrontend autos... (diff) | |
download | gentoo-2-4ef75c69d69e622379ba5758195fb4130e74e5c8.tar.gz gentoo-2-4ef75c69d69e622379ba5758195fb4130e74e5c8.tar.bz2 gentoo-2-4ef75c69d69e622379ba5758195fb4130e74e5c8.zip |
Depend on either libmilter or sendmail also in 0.90 RC ebuilds. Bug #152541 by Milan Holzäpfel <public at mjh.name>.
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 7 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.90_rc1.ebuild | 4 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.90_rc2.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index 3937b794c33e..d7029235dd51 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,11 @@ # 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.177 2006/11/05 20:06:14 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.178 2006/11/05 20:09:17 ticho Exp $ + + 05 Nov 2006; Andrej Kacian <ticho@gentoo.org> clamav-0.90_rc1.ebuild, + clamav-0.90_rc2.ebuild: + Depend on either libmilter or sendmail also in 0.90 RC ebuilds. Bug #152541 + by Milan Holzäpfel <public at mjh.name>. *clamav-0.88.6 (05 Nov 2006) 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" diff --git a/app-antivirus/clamav/clamav-0.90_rc2.ebuild b/app-antivirus/clamav/clamav-0.90_rc2.ebuild index 229c1132d954..1f52b2787e34 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.1 2006/10/31 01:07:21 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.90_rc2.ebuild,v 1.2 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" |