diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-07-16 14:56:37 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-07-16 14:56:37 +0000 |
commit | 5a0eb024b798b614a7e24be17c6be1bc27b29b78 (patch) | |
tree | 60c330240be6d5937a0053961242a50b1b35dc73 /net-analyzer/nikto/nikto-1.36.ebuild | |
parent | Fix HOMEPAGE, thanks to Erik Musick <lnxg33k at gmail dot com>, bug 185454 (diff) | |
download | gentoo-2-5a0eb024b798b614a7e24be17c6be1bc27b29b78.tar.gz gentoo-2-5a0eb024b798b614a7e24be17c6be1bc27b29b78.tar.bz2 gentoo-2-5a0eb024b798b614a7e24be17c6be1bc27b29b78.zip |
sparc stable
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'net-analyzer/nikto/nikto-1.36.ebuild')
-rw-r--r-- | net-analyzer/nikto/nikto-1.36.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nikto/nikto-1.36.ebuild b/net-analyzer/nikto/nikto-1.36.ebuild index c70b24f95c09..47f247799f36 100644 --- a/net-analyzer/nikto/nikto-1.36.ebuild +++ b/net-analyzer/nikto/nikto-1.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.36.ebuild,v 1.2 2007/07/09 16:44:19 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.36.ebuild,v 1.3 2007/07/16 14:56:37 mcummings 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="~amd64 ~ppc ~sparc x86" +KEYWORDS="~amd64 ~ppc sparc x86" RDEPEND="dev-lang/perl >=net-analyzer/nmap-3.00 ssl? ( dev-libs/openssl )" |