summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2005-08-10 14:56:59 +0000
committerSimon Stelling <blubb@gentoo.org>2005-08-10 14:56:59 +0000
commitdebc5ece98f9bbaf4d4a65a001985dafe3d97ab3 (patch)
tree4c7c3b78025493c42b6b59133beaf5a1d73dc204 /app-antivirus/vlnx/vlnx-432e-r2.ebuild
parentFixing insecure temp file generation of fftw-wisdom-to-conf, see bug #101771 (diff)
downloadhistorical-debc5ece98f9bbaf4d4a65a001985dafe3d97ab3.tar.gz
historical-debc5ece98f9bbaf4d4a65a001985dafe3d97ab3.tar.bz2
historical-debc5ece98f9bbaf4d4a65a001985dafe3d97ab3.zip
~amd64
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-antivirus/vlnx/vlnx-432e-r2.ebuild')
-rw-r--r--app-antivirus/vlnx/vlnx-432e-r2.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-antivirus/vlnx/vlnx-432e-r2.ebuild b/app-antivirus/vlnx/vlnx-432e-r2.ebuild
index 1b8fe89f6496..54d7207bc267 100644
--- a/app-antivirus/vlnx/vlnx-432e-r2.ebuild
+++ b/app-antivirus/vlnx/vlnx-432e-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/vlnx/vlnx-432e-r2.ebuild,v 1.5 2005/01/30 13:24:58 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/vlnx/vlnx-432e-r2.ebuild,v 1.6 2005/08/10 14:56:59 blubb Exp $
MY_P="${P/-/}"
S="${WORKDIR}"
@@ -12,11 +12,13 @@ HOMEPAGE="http://www.mcafeeb2b.com/"
SLOT="0"
LICENSE="VirusScan"
-KEYWORDS="x86"
+KEYWORDS="~amd64 x86"
IUSE=""
DEPEND=""
-RDEPEND="sys-libs/lib-compat
+RDEPEND=" || ( sys-libs/lib-compat
+ app-emulation/emul-linux-x86-compat )
+ amd64? ( app-emulation/emul-linux-x86-baselibs )
net-misc/wget
dev-lang/perl
app-arch/unzip"