diff options
author | Benjamin Smee <strerror@gentoo.org> | 2005-06-22 21:20:59 +0000 |
---|---|---|
committer | Benjamin Smee <strerror@gentoo.org> | 2005-06-22 21:20:59 +0000 |
commit | 70b2d7234dbafae173743deb320612452054b978 (patch) | |
tree | f1f3cb56cf680f44a9c6c8ba20d86e863f06ac1e /net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild | |
parent | unmask mozilla-thunderbird-1.0.2-r1 (diff) | |
download | historical-70b2d7234dbafae173743deb320612452054b978.tar.gz historical-70b2d7234dbafae173743deb320612452054b978.tar.bz2 historical-70b2d7234dbafae173743deb320612452054b978.zip |
Changed DEPEND
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild')
-rw-r--r-- | net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild b/net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild index f54b787cec17..01e6aaf3342c 100644 --- a/net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild +++ b/net-analyzer/FlowScan/FlowScan-1.006-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/FlowScan/FlowScan-1.006-r1.ebuild,v 1.2 2005/06/22 20:14:18 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild,v 1.3 2005/06/22 21:20:59 strerror Exp $ inherit eutils @@ -22,7 +22,7 @@ RDEPEND="|| ( app-shells/pdksh app-shells/ksh ) dev-perl/Net-Patricia dev-perl/Cflow" -DEPEND="" +DEPEND="|| ( app-shells/pdksh app-shells/ksh )" pkg_setup() { enewgroup flows |