diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-09 01:14:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-09 01:14:43 +0000 |
commit | 1be3c8a85d1b035cfc3b8356c7ed241d0421c33c (patch) | |
tree | e846e636e9d9cc201f0fdc06030468e207cc97d9 /net-analyzer/aimsniff | |
parent | dep typo (diff) | |
download | gentoo-2-1be3c8a85d1b035cfc3b8356c7ed241d0421c33c.tar.gz gentoo-2-1be3c8a85d1b035cfc3b8356c7ed241d0421c33c.tar.bz2 gentoo-2-1be3c8a85d1b035cfc3b8356c7ed241d0421c33c.zip |
dep typo
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/aimsniff')
-rw-r--r-- | net-analyzer/aimsniff/aimsniff-0.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/aimsniff/aimsniff-0.9-r1.ebuild b/net-analyzer/aimsniff/aimsniff-0.9-r1.ebuild index 2fd919af2a7a..37c001ba2cd8 100644 --- a/net-analyzer/aimsniff/aimsniff-0.9-r1.ebuild +++ b/net-analyzer/aimsniff/aimsniff-0.9-r1.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/aimsniff/aimsniff-0.9-r1.ebuild,v 1.7 2005/03/18 17:25:41 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/aimsniff/aimsniff-0.9-r1.ebuild,v 1.8 2005/06/09 01:10:20 mr_bones_ Exp $ inherit webapp eutils @@ -33,7 +33,7 @@ DEPEND=">=dev-lang/perl-5.8.4 dev-perl/Unix-Syslog mysql? ( dev-db/mysql dev-perl/DBD-mysql ) samba? ( net-fs/samba ) - http? ( apache2? ( =net-www/apache-2* ) !apache2? ( =net-www/apache-1*) )" + http? ( apache2? ( =net-www/apache-2* ) !apache2? ( =net-www/apache-1* ) )" pkg_setup() { if use http |