diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-08-13 02:29:40 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-08-13 02:29:40 +0000 |
commit | 29e7720c2a369af7691306f7e2065820aa7870d9 (patch) | |
tree | a4936b8d0ddee838244a788d9004cca41264c44a /net-analyzer/nikto | |
parent | Stable on mips. (diff) | |
download | gentoo-2-29e7720c2a369af7691306f7e2065820aa7870d9.tar.gz gentoo-2-29e7720c2a369af7691306f7e2065820aa7870d9.tar.bz2 gentoo-2-29e7720c2a369af7691306f7e2065820aa7870d9.zip |
Added ~amd64 Keywords. Closes bug #102302.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-analyzer/nikto')
-rw-r--r-- | net-analyzer/nikto/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/nikto/nikto-1.35.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/nikto/ChangeLog b/net-analyzer/nikto/ChangeLog index fc234200b82a..30664cdca268 100644 --- a/net-analyzer/nikto/ChangeLog +++ b/net-analyzer/nikto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nikto # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.14 2005/05/30 14:24:07 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.15 2005/08/13 02:29:40 metalgod Exp $ + + 13 Aug 2005; Luis Medinas <metalgod@gentoo.org> nikto-1.35.ebuild: + Added ~amd64 Keywords. Closes bug #102302. *nikto-1.35 (30 May 2005) diff --git a/net-analyzer/nikto/nikto-1.35.ebuild b/net-analyzer/nikto/nikto-1.35.ebuild index 9bbe4b69bfe9..24a27a8eadf2 100644 --- a/net-analyzer/nikto/nikto-1.35.ebuild +++ b/net-analyzer/nikto/nikto-1.35.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/nikto/nikto-1.35.ebuild,v 1.1 2005/05/30 14:24:07 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.35.ebuild,v 1.2 2005/08/13 02:29:40 metalgod Exp $ DESCRIPTION="Web Server vulnerability scanner." HOMEPAGE="http://www.cirt.net/code/nikto.shtml" @@ -8,7 +8,7 @@ SRC_URI="http://www.cirt.net/source/nikto/ARCHIVE/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" RDEPEND="dev-lang/perl >=net-analyzer/nmap-3.00 ssl? ( dev-libs/openssl )" |