diff options
author | Tom Martin <slarti@gentoo.org> | 2004-08-06 12:02:58 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2004-08-06 12:02:58 +0000 |
commit | f886e06439ff1458d30eef01d599649ea704bb05 (patch) | |
tree | 86239bfa66e18a90dd6fbcc44287f53763883c63 /mail-filter/clamassassin | |
parent | Typo in ebuild, use $() instead of ``. (Manifest recommit) (diff) | |
download | gentoo-2-f886e06439ff1458d30eef01d599649ea704bb05.tar.gz gentoo-2-f886e06439ff1458d30eef01d599649ea704bb05.tar.bz2 gentoo-2-f886e06439ff1458d30eef01d599649ea704bb05.zip |
subjectrewrite -> subject-rewrite
Diffstat (limited to 'mail-filter/clamassassin')
-rw-r--r-- | mail-filter/clamassassin/ChangeLog | 4 | ||||
-rw-r--r-- | mail-filter/clamassassin/clamassassin-1.2.0.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail-filter/clamassassin/ChangeLog b/mail-filter/clamassassin/ChangeLog index b0e0819666db..193d3318c6c2 100644 --- a/mail-filter/clamassassin/ChangeLog +++ b/mail-filter/clamassassin/ChangeLog @@ -1,9 +1,9 @@ # 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.2 2004/08/06 11:56:30 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamassassin/ChangeLog,v 1.3 2004/08/06 12:02:58 slarti Exp $ 06 Aug 2004; Tom Martin <slarti@gentoo.org> clamassassin-1.2.0.ebuild: - Use $() instead of ``, replace use_enable subject_rewrite with subjectrewrite. + Use $() instead of ``, replace use_enable subject_rewrite with subject-rewrite. *clamassassin-1.2.0 (05 Aug 2004) diff --git a/mail-filter/clamassassin/clamassassin-1.2.0.ebuild b/mail-filter/clamassassin/clamassassin-1.2.0.ebuild index f13050f141b5..d58f6950da61 100644 --- a/mail-filter/clamassassin/clamassassin-1.2.0.ebuild +++ b/mail-filter/clamassassin/clamassassin-1.2.0.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.ebuild,v 1.2 2004/08/06 11:56:30 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamassassin/clamassassin-1.2.0.ebuild,v 1.3 2004/08/06 12:02:58 slarti Exp $ DESCRIPTION="clamassassin is a simple script for virus scanning (through clamav) an e-mail message as a filter (like spamassassin)" @@ -9,7 +9,7 @@ SRC_URI="http://drivel.com/clamassassin/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~amd64" -IUSE="subjectrewrite" +IUSE="subject-rewrite" DEPEND=">=app-antivirus/clamav-0.71 sys-apps/debianutils sys-apps/which @@ -18,7 +18,7 @@ DEPEND=">=app-antivirus/clamav-0.71 # dependency? src_compile() { - econf $(use_enable subjectrewrite) || die + econf $(use_enable subject-rewrite) || die } src_install() { |