summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Martin <slarti@gentoo.org>2004-09-20 19:30:00 +0000
committerTom Martin <slarti@gentoo.org>2004-09-20 19:30:00 +0000
commit4ef573e81943cc66b4fdc25af39dfeefe0d82e48 (patch)
tree405bee1d561d56c353e96fc2c93fbec31dd309a3 /mail-filter/clamassassin
parentStable on sparc (Manifest recommit) (diff)
downloadgentoo-2-4ef573e81943cc66b4fdc25af39dfeefe0d82e48.tar.gz
gentoo-2-4ef573e81943cc66b4fdc25af39dfeefe0d82e48.tar.bz2
gentoo-2-4ef573e81943cc66b4fdc25af39dfeefe0d82e48.zip
DEPEND on mail-filter/procmail rather than virtual/mda, #64609
Diffstat (limited to 'mail-filter/clamassassin')
-rw-r--r--mail-filter/clamassassin/ChangeLog6
-rw-r--r--mail-filter/clamassassin/clamassassin-1.2.1.ebuild6
2 files changed, 7 insertions, 5 deletions
diff --git a/mail-filter/clamassassin/ChangeLog b/mail-filter/clamassassin/ChangeLog
index 5530117885a6..6b9b37466c29 100644
--- a/mail-filter/clamassassin/ChangeLog
+++ b/mail-filter/clamassassin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/clamassassin
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamassassin/ChangeLog,v 1.6 2004/08/31 16:10:11 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamassassin/ChangeLog,v 1.7 2004/09/20 19:30:00 slarti Exp $
+
+ 20 Sep 2004; Tom Martin <slarti@gentoo.org> clamassassin-1.2.1.ebuild:
+ DEPEND on mail-filter/procmail rather than virtual/mda, bug 64609. Thanks to
+ Kenny Bentley <seriousmoose@yahoo.com> for reporting.
*clamassassin-1.2.1 (31 Aug 2004)
diff --git a/mail-filter/clamassassin/clamassassin-1.2.1.ebuild b/mail-filter/clamassassin/clamassassin-1.2.1.ebuild
index b12ee7deb4c7..bbe25e2bd18f 100644
--- a/mail-filter/clamassassin/clamassassin-1.2.1.ebuild
+++ b/mail-filter/clamassassin/clamassassin-1.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamassassin/clamassassin-1.2.1.ebuild,v 1.1 2004/08/31 16:10:11 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamassassin/clamassassin-1.2.1.ebuild,v 1.2 2004/09/20 19:30:00 slarti Exp $
DESCRIPTION="clamassassin is a simple script for virus scanning (through clamav) an e-mail message as a
filter (like spamassassin)"
@@ -13,9 +13,7 @@ IUSE="subject-rewrite"
DEPEND=">=app-antivirus/clamav-0.75.1
sys-apps/debianutils
sys-apps/which
- virtual/mda" # This is because clamassassin needs formail which is
- # both in procmail and maildrop. Is this the right
- # dependency?
+ mail-filter/procmail"
src_compile() {
econf $(use_enable subject-rewrite) || die