diff options
Diffstat (limited to 'app-antivirus/f-prot/f-prot-4.6.4.ebuild')
-rw-r--r-- | app-antivirus/f-prot/f-prot-4.6.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-antivirus/f-prot/f-prot-4.6.4.ebuild b/app-antivirus/f-prot/f-prot-4.6.4.ebuild index d5155d3ecd9d..6120ab62a69a 100644 --- a/app-antivirus/f-prot/f-prot-4.6.4.ebuild +++ b/app-antivirus/f-prot/f-prot-4.6.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.6.4.ebuild,v 1.1 2006/01/05 04:31:38 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.6.4.ebuild,v 1.2 2006/10/26 23:50:50 blubb Exp $ inherit eutils -IUSE="emul-linux-x86" +IUSE="" MY_P="fp-linux-ws-${PV}" S=${WORKDIR}/${PN} @@ -17,7 +17,7 @@ DEPEND="" RDEPEND=">=app-arch/unzip-5.42-r1 dev-lang/perl dev-perl/libwww-perl - emul-linux-x86? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )" + amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )" PROVIDE="virtual/antivirus" SLOT="0" |