diff options
author | Preston A. Elder <prez@gentoo.org> | 2003-04-19 23:39:00 +0000 |
---|---|---|
committer | Preston A. Elder <prez@gentoo.org> | 2003-04-19 23:39:00 +0000 |
commit | a49e7de339362b2d969586eb2f698a0c2963e8de (patch) | |
tree | 2baf00e43a447700a63d026b8878caa45cb8f471 /net-mail/amavis | |
parent | Added arch's, of course, masked for now. (diff) | |
download | gentoo-2-a49e7de339362b2d969586eb2f698a0c2963e8de.tar.gz gentoo-2-a49e7de339362b2d969586eb2f698a0c2963e8de.tar.bz2 gentoo-2-a49e7de339362b2d969586eb2f698a0c2963e8de.zip |
Renamed virtual/virus -> virtual/antivirus
Diffstat (limited to 'net-mail/amavis')
-rw-r--r-- | net-mail/amavis/amavis-0.3.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/amavis/amavis-0.3.12.ebuild b/net-mail/amavis/amavis-0.3.12.ebuild index dc84ab3bf52b..26a4462f05fb 100644 --- a/net-mail/amavis/amavis-0.3.12.ebuild +++ b/net-mail/amavis/amavis-0.3.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/amavis/amavis-0.3.12.ebuild,v 1.1 2003/04/19 23:24:03 prez Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/amavis/amavis-0.3.12.ebuild,v 1.2 2003/04/19 23:39:00 prez Exp $ DESCRIPTION="A perl module which integrates virus scanning software with your MTA" HOMEPAGE="http://www.amavis.org" @@ -34,7 +34,7 @@ DEPEND="dev-lang/perl dev-perl/libnet virtual/mta virtual/mda - virtual/virus" + virtual/antivirus" S="${WORKDIR}/${P/_/}" |