diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-03-05 18:21:55 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-03-05 18:21:55 +0000 |
commit | 22f40fe49a6ab974c9af4f909ee979d679b02fec (patch) | |
tree | 21c02b4df2c84b78a18618383cf9e62fb625e168 /net-analyzer/hydra/hydra-4.4.ebuild | |
parent | new release (diff) | |
download | historical-22f40fe49a6ab974c9af4f909ee979d679b02fec.tar.gz historical-22f40fe49a6ab974c9af4f909ee979d679b02fec.tar.bz2 historical-22f40fe49a6ab974c9af4f909ee979d679b02fec.zip |
Won't build with libssh-0.11 so depend on 0.1 until we get this fixed.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-analyzer/hydra/hydra-4.4.ebuild')
-rw-r--r-- | net-analyzer/hydra/hydra-4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/hydra/hydra-4.4.ebuild b/net-analyzer/hydra/hydra-4.4.ebuild index 9278003d9f6e..890599cd108f 100644 --- a/net-analyzer/hydra/hydra-4.4.ebuild +++ b/net-analyzer/hydra/hydra-4.4.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/hydra/hydra-4.4.ebuild,v 1.2 2005/01/31 13:56:46 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-4.4.ebuild,v 1.3 2005/03/05 18:21:55 ka0ttic Exp $ DESCRIPTION="Advanced parallized login hacker" HOMEPAGE="http://www.thc.org/" @@ -14,7 +14,7 @@ IUSE="gtk ssl" DEPEND="gtk? ( >=x11-libs/gtk+-1.2 ) ssl? ( dev-libs/openssl - net-libs/libssh + =net-libs/libssh-0.1 )" S=${WORKDIR}/${P}-src |