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/clamav | |
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/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} |