diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-09-04 17:13:16 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-09-04 17:13:16 +0000 |
commit | ea1dfe2480903ab7a4f67dfe3d39385688153da4 (patch) | |
tree | 8c4bec3d79a23f5b099250ef194755a7850e4903 /net-analyzer/nikto | |
parent | fix depend syntax 58347 (Manifest recommit) (diff) | |
download | gentoo-2-ea1dfe2480903ab7a4f67dfe3d39385688153da4.tar.gz gentoo-2-ea1dfe2480903ab7a4f67dfe3d39385688153da4.tar.bz2 gentoo-2-ea1dfe2480903ab7a4f67dfe3d39385688153da4.zip |
fix depend syntax 58347
Diffstat (limited to 'net-analyzer/nikto')
-rw-r--r-- | net-analyzer/nikto/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/nikto/nikto-1.32.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/nikto/ChangeLog b/net-analyzer/nikto/ChangeLog index 5d2e35c245d0..dc19b3c562c0 100644 --- a/net-analyzer/nikto/ChangeLog +++ b/net-analyzer/nikto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nikto # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.7 2004/07/08 23:23:57 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.8 2004/09/04 17:13:16 axxo Exp $ + + 04 Sep 2004; Thomas Matthijs <axxo@gentoo.org> nikto-1.32.ebuild: + fix depend syntax 58347 09 Jul 2004; Eldad Zack <eldad@gentoo.org> nikto-1.31.ebuild, nikto-1.32.ebuild: diff --git a/net-analyzer/nikto/nikto-1.32.ebuild b/net-analyzer/nikto/nikto-1.32.ebuild index 0813d1886a36..28242e8dd0e9 100644 --- a/net-analyzer/nikto/nikto-1.32.ebuild +++ b/net-analyzer/nikto/nikto-1.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.32.ebuild,v 1.3 2004/07/08 23:23:57 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.32.ebuild,v 1.4 2004/09/04 17:13:16 axxo Exp $ MY_P=nikto-current DESCRIPTION="Web Server vulnerability scanner." @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc" RDEPEND=${DEPEND} -RDEPEND=">=dev-lang/perl +RDEPEND="dev-lang/perl >=net-libs/libwhisker-1.5 >=net-analyzer/nmap-3.00 ssl? ( dev-libs/openssl ) " |