summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-28 22:12:08 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-28 22:12:08 +0000
commit7a9eb30a1740298ddaf44ddef9ac6b49be3ec9b3 (patch)
tree30a006d512670c27e36f8aeed5e9f4cc7a11e5e2 /net-analyzer/traffic-vis/traffic-vis-0.35.ebuild
parent~ppc64, bug #54151 (diff)
downloadhistorical-7a9eb30a1740298ddaf44ddef9ac6b49be3ec9b3.tar.gz
historical-7a9eb30a1740298ddaf44ddef9ac6b49be3ec9b3.tar.bz2
historical-7a9eb30a1740298ddaf44ddef9ac6b49be3ec9b3.zip
fix use invocation
Diffstat (limited to 'net-analyzer/traffic-vis/traffic-vis-0.35.ebuild')
-rw-r--r--net-analyzer/traffic-vis/traffic-vis-0.35.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/traffic-vis/traffic-vis-0.35.ebuild b/net-analyzer/traffic-vis/traffic-vis-0.35.ebuild
index d6a896230b03..552e1d8f310e 100644
--- a/net-analyzer/traffic-vis/traffic-vis-0.35.ebuild
+++ b/net-analyzer/traffic-vis/traffic-vis-0.35.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/traffic-vis/traffic-vis-0.35.ebuild,v 1.6 2004/06/24 22:22:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traffic-vis/traffic-vis-0.35.ebuild,v 1.7 2004/06/28 22:12:08 agriffis Exp $
inherit eutils
@@ -35,7 +35,7 @@ src_install() {
dosbin collector/traffic-collector
doman collector/traffic-collector.8
- for mybin in `use gif >/dev/null && echo "frontends/traffic-togif"` \
+ for mybin in $(useq gif && echo frontends/traffic-togif) \
frontends/traffic-tohtml \
frontends/traffic-tops \
frontends/traffic-totext \