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
commit67f67a4d15aa02ea168a3bc4b85d847cdef654a6 (patch)
tree4c60353d9d1f33e4960224893036027a9c222b1a /net-analyzer/traffic-vis/traffic-vis-0.35.ebuild
parent~ppc64, bug #54151 (Manifest recommit) (diff)
downloadgentoo-2-67f67a4d15aa02ea168a3bc4b85d847cdef654a6.tar.gz
gentoo-2-67f67a4d15aa02ea168a3bc4b85d847cdef654a6.tar.bz2
gentoo-2-67f67a4d15aa02ea168a3bc4b85d847cdef654a6.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 \