diff options
author | Olivier Crête <tester@gentoo.org> | 2005-06-14 01:46:19 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2005-06-14 01:46:19 +0000 |
commit | d4e7627d079a9db4b012a69c987a0e643e8e421d (patch) | |
tree | 5d2871afc7b7b62b77f303d86d25275a34c98385 /net-analyzer | |
parent | fixed homepage and src_uri for #89353 (diff) | |
download | gentoo-2-d4e7627d079a9db4b012a69c987a0e643e8e421d.tar.gz gentoo-2-d4e7627d079a9db4b012a69c987a0e643e8e421d.tar.bz2 gentoo-2-d4e7627d079a9db4b012a69c987a0e643e8e421d.zip |
oops, forgot to add the amd64 keyword a few days ago
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nessus/nessus-2.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nessus/nessus-2.2.4.ebuild b/net-analyzer/nessus/nessus-2.2.4.ebuild index 842b44bbfeaf..e187ad3a1f6d 100644 --- a/net-analyzer/nessus/nessus-2.2.4.ebuild +++ b/net-analyzer/nessus/nessus-2.2.4.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/net-analyzer/nessus/nessus-2.2.4.ebuild,v 1.6 2005/06/02 15:49:47 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/nessus-2.2.4.ebuild,v 1.7 2005/06/14 01:46:19 tester Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A remote security scanner for Linux" @@ -11,7 +11,7 @@ DEPEND="~net-analyzer/nessus-libraries-${PV} ~net-analyzer/nessus-plugins-${PV}" SLOT="0" LICENSE="GPL-2" -KEYWORDS="alpha ~amd64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" IUSE="" pkg_postrm() { |