diff options
author | 2004-04-01 14:41:20 +0000 | |
---|---|---|
committer | 2004-04-01 14:41:20 +0000 | |
commit | 620b01085df378b512910ebc603fd90883ec0e37 (patch) | |
tree | 45e638c66deb2909cd9d2174a86619495e1b5d35 /net-analyzer/nessus-plugins | |
parent | patch for AMD64 SMP crash, submitted by Brian Silverthorn <bcs26@cornell.edu> (diff) | |
download | historical-620b01085df378b512910ebc603fd90883ec0e37.tar.gz historical-620b01085df378b512910ebc603fd90883ec0e37.tar.bz2 historical-620b01085df378b512910ebc603fd90883ec0e37.zip |
added ~amd64 to keywords
Diffstat (limited to 'net-analyzer/nessus-plugins')
-rw-r--r-- | net-analyzer/nessus-plugins/nessus-plugins-2.0.10a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nessus-plugins/nessus-plugins-2.0.10a.ebuild b/net-analyzer/nessus-plugins/nessus-plugins-2.0.10a.ebuild index 8dc8191940d6..dbc6e313177c 100644 --- a/net-analyzer/nessus-plugins/nessus-plugins-2.0.10a.ebuild +++ b/net-analyzer/nessus-plugins/nessus-plugins-2.0.10a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-plugins/nessus-plugins-2.0.10a.ebuild,v 1.1 2004/02/09 14:29:25 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-plugins/nessus-plugins-2.0.10a.ebuild,v 1.2 2004/04/01 14:41:20 jhuebel Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A remote security scanner for Linux (nessus-plugins)" @@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz" DEPEND=">=net-analyzer/nessus-core-${PV}" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" src_compile() { econf || die "configure failed" |