summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Martin <slarti@gentoo.org>2004-09-25 20:30:19 +0000
committerTom Martin <slarti@gentoo.org>2004-09-25 20:30:19 +0000
commit3260a81c0e372c687f148780f73074dbbce87101 (patch)
tree34e1e363be7cb6ad204192d239d8ad27f5b6f096 /mail-filter/clamassassin/clamassassin-1.2.0-r1.ebuild
parentStable on amd64. (Manifest recommit) (diff)
downloadgentoo-2-3260a81c0e372c687f148780f73074dbbce87101.tar.gz
gentoo-2-3260a81c0e372c687f148780f73074dbbce87101.tar.bz2
gentoo-2-3260a81c0e372c687f148780f73074dbbce87101.zip
Marked stable on amd64, changed DEPEND on virtual/mda to mail-filter/procmail.
Diffstat (limited to 'mail-filter/clamassassin/clamassassin-1.2.0-r1.ebuild')
-rw-r--r--mail-filter/clamassassin/clamassassin-1.2.0-r1.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/mail-filter/clamassassin/clamassassin-1.2.0-r1.ebuild b/mail-filter/clamassassin/clamassassin-1.2.0-r1.ebuild
index 3e549ef38bab..9613978f8c4e 100644
--- a/mail-filter/clamassassin/clamassassin-1.2.0-r1.ebuild
+++ b/mail-filter/clamassassin/clamassassin-1.2.0-r1.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.0-r1.ebuild,v 1.2 2004/08/28 20:07:14 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamassassin/clamassassin-1.2.0-r1.ebuild,v 1.3 2004/09/25 20:30:19 slarti Exp $
DESCRIPTION="clamassassin is a simple script for virus scanning (through clamav) an e-mail message as a
filter (like spamassassin)"
@@ -8,14 +8,12 @@ HOMEPAGE="http://drivel.com/clamassassin/"
SRC_URI="http://drivel.com/clamassassin/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc"
+KEYWORDS="amd64 ~x86 ~ppc"
IUSE="subject-rewrite"
DEPEND=">=app-antivirus/clamav-0.71
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