diff options
author | 2003-04-19 23:39:00 +0000 | |
---|---|---|
committer | 2003-04-19 23:39:00 +0000 | |
commit | 24646fe68357a61cced56b3009935a19eb1547a0 (patch) | |
tree | 255d10ce47697100c8881938c9712575951c8db6 /net-mail/amavis | |
parent | Added arch's, of course, masked for now. (diff) | |
download | historical-24646fe68357a61cced56b3009935a19eb1547a0.tar.gz historical-24646fe68357a61cced56b3009935a19eb1547a0.tar.bz2 historical-24646fe68357a61cced56b3009935a19eb1547a0.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/_/}" |