diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-15 08:10:12 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-15 08:10:12 +0000 |
commit | c9122c43ec5855f9aac12c8f07da95a9309d5c21 (patch) | |
tree | 3b9f397e8668025b2ac4956a0b48e1ac0124198c /net-analyzer/authforce/authforce-0.9.6.ebuild | |
parent | New version. Removed alpha and sparc keywords, as the dependency pyxdg isn't ... (diff) | |
download | gentoo-2-c9122c43ec5855f9aac12c8f07da95a9309d5c21.tar.gz gentoo-2-c9122c43ec5855f9aac12c8f07da95a9309d5c21.tar.bz2 gentoo-2-c9122c43ec5855f9aac12c8f07da95a9309d5c21.zip |
fix this incredibly broken package.
Diffstat (limited to 'net-analyzer/authforce/authforce-0.9.6.ebuild')
-rw-r--r-- | net-analyzer/authforce/authforce-0.9.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/authforce/authforce-0.9.6.ebuild b/net-analyzer/authforce/authforce-0.9.6.ebuild index 9d9d08ddd63a..33e1cf263310 100644 --- a/net-analyzer/authforce/authforce-0.9.6.ebuild +++ b/net-analyzer/authforce/authforce-0.9.6.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/authforce/authforce-0.9.6.ebuild,v 1.4 2004/07/11 09:06:16 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/authforce/authforce-0.9.6.ebuild,v 1.5 2004/07/15 08:10:12 robbat2 Exp $ DESCRIPTION="An HTTP authentication brute forcer" HOMEPAGE="http://kapheine.hypa.net/authforce/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 ~ppc" IUSE="curl nls" DEPEND="sys-libs/readline - curl? ( net-ftp/curl )" + curl? ( net-misc/curl )" src_compile() { myconf="`use_with curl`" |