diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-08-10 14:56:59 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-08-10 14:56:59 +0000 |
commit | 96fdcd12a836251d22cf758027f4d77d6f2a2eb4 (patch) | |
tree | b95a85ab3d5bea4da43d07c0b0e1405c407afb4a /app-antivirus | |
parent | Fixing insecure temp file generation of fftw-wisdom-to-conf, see bug #101771 (diff) | |
download | gentoo-2-96fdcd12a836251d22cf758027f4d77d6f2a2eb4.tar.gz gentoo-2-96fdcd12a836251d22cf758027f4d77d6f2a2eb4.tar.bz2 gentoo-2-96fdcd12a836251d22cf758027f4d77d6f2a2eb4.zip |
~amd64
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/vlnx/ChangeLog | 5 | ||||
-rw-r--r-- | app-antivirus/vlnx/vlnx-432e-r2.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-antivirus/vlnx/ChangeLog b/app-antivirus/vlnx/ChangeLog index c68302c5c2c7..4c3f8fb7c386 100644 --- a/app-antivirus/vlnx/ChangeLog +++ b/app-antivirus/vlnx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-antivirus/vlnx # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/vlnx/ChangeLog,v 1.10 2005/01/30 13:24:58 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/vlnx/ChangeLog,v 1.11 2005/08/10 14:56:59 blubb Exp $ + + 10 Aug 2005; Simon Stelling <blubb@gentoo.org> vlnx-432e-r2.ebuild: + added ~amd64 keyword 30 Jan 2005; Andrej Kacian <ticho@gentoo.org> vlnx-432e-r2.ebuild: Added a RDEPEND on libcompat. Closes #66858, reported by Arnaud Launay 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" |