diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-09-10 07:46:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-09-10 07:46:04 +0000 |
commit | 80ce7917faa7949542ccae540e30e34a9d3aede8 (patch) | |
tree | bb2e67d2425f51956a893f52c3973f65408a914b /net-analyzer/traffic-vis | |
parent | Port xfce4-places-plugin to exo-0.5 API wrt upstream #5754. (diff) | |
download | gentoo-2-80ce7917faa7949542ccae540e30e34a9d3aede8.tar.gz gentoo-2-80ce7917faa7949542ccae540e30e34a9d3aede8.tar.bz2 gentoo-2-80ce7917faa7949542ccae540e30e34a9d3aede8.zip |
whitespace
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/traffic-vis')
-rw-r--r-- | net-analyzer/traffic-vis/traffic-vis-0.35-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/traffic-vis/traffic-vis-0.35-r2.ebuild b/net-analyzer/traffic-vis/traffic-vis-0.35-r2.ebuild index 412ed683bb33..e2b3b4158d2f 100644 --- a/net-analyzer/traffic-vis/traffic-vis-0.35-r2.ebuild +++ b/net-analyzer/traffic-vis/traffic-vis-0.35-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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-r2.ebuild,v 1.1 2010/09/10 05:14:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traffic-vis/traffic-vis-0.35-r2.ebuild,v 1.2 2010/09/10 07:46:04 mr_bones_ Exp $ EAPI="2" @@ -29,7 +29,7 @@ src_prepare() { sed -i frontends/traffic-togif \ -e "s:/usr/sbin/traffic-tops:/usr/bin/traffic-tops:g" \ || die "sed frontends/traffic-togif" - + tc-export CC } |