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/libnasl | |
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/libnasl')
-rw-r--r-- | net-analyzer/libnasl/libnasl-2.0.10a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/libnasl/libnasl-2.0.10a.ebuild b/net-analyzer/libnasl/libnasl-2.0.10a.ebuild index d5f5437a3abe..2f42f2497622 100644 --- a/net-analyzer/libnasl/libnasl-2.0.10a.ebuild +++ b/net-analyzer/libnasl/libnasl-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/libnasl/libnasl-2.0.10a.ebuild,v 1.1 2004/02/09 14:24:21 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.0.10a.ebuild,v 1.2 2004/04/01 14:41:17 jhuebel Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" DEPEND="=net-analyzer/nessus-libraries-${PV}" |