summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-01-04 04:52:52 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-01-04 04:52:52 +0000
commit82c806f492a04796924f9a69d150b9d1475e7b05 (patch)
tree3787bd0d2a452005ef2f31b86f2a1b8cb89776b6 /dev-util
parentold (diff)
downloadgentoo-2-82c806f492a04796924f9a69d150b9d1475e7b05.tar.gz
gentoo-2-82c806f492a04796924f9a69d150b9d1475e7b05.tar.bz2
gentoo-2-82c806f492a04796924f9a69d150b9d1475e7b05.zip
whitespace
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/pstack/pstack-1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/pstack/pstack-1.1.ebuild b/dev-util/pstack/pstack-1.1.ebuild
index b7e7abc3a6c6..73bb98378182 100644
--- a/dev-util/pstack/pstack-1.1.ebuild
+++ b/dev-util/pstack/pstack-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/pstack-1.1.ebuild,v 1.7 2009/01/04 02:06:29 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/pstack-1.1.ebuild,v 1.8 2009/01/04 04:52:52 mr_bones_ Exp $
inherit toolchain-funcs
@@ -21,7 +21,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
- # respect CC variable see bug #244036
+ # respect CC variable see bug #244036
sed -i -e "s:gcc:$(tc-getCC):" Makefile
}