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/clamav | |
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/clamav')
-rw-r--r-- | net-mail/clamav/clamav-0.54-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/clamav/clamav-0.54-r1.ebuild b/net-mail/clamav/clamav-0.54-r1.ebuild index f3049455b538..7599980f5f68 100644 --- a/net-mail/clamav/clamav-0.54-r1.ebuild +++ b/net-mail/clamav/clamav-0.54-r1.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/clamav/clamav-0.54-r1.ebuild,v 1.3 2003/04/19 23:29:26 prez Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/clamav/clamav-0.54-r1.ebuild,v 1.4 2003/04/19 23:39:00 prez Exp $ DESCRIPTION="Clam Anti-Virus Scanner" HOMEPAGE="http://clamav.elektrapro.com" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~hppa ~sparc ~sparc64 ~ppc ~arm ~mips" IUSE="" -PROVIDES="virtual/virus" +PROVIDES="virtual/antivirus" DEPEND="virtual/glibc" S=${WORKDIR}/${P} |