diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:56:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:56:29 +0000 |
commit | 768da4fa0f5bfc1ec32233164adfeda83bcbaf8d (patch) | |
tree | db6ddda633394b1effcda75bb031b9286456c590 /sys-libs/uclibc/uclibc-0.9.28.ebuild | |
parent | whitespace (diff) | |
download | gentoo-2-768da4fa0f5bfc1ec32233164adfeda83bcbaf8d.tar.gz gentoo-2-768da4fa0f5bfc1ec32233164adfeda83bcbaf8d.tar.bz2 gentoo-2-768da4fa0f5bfc1ec32233164adfeda83bcbaf8d.zip |
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-libs/uclibc/uclibc-0.9.28.ebuild')
-rw-r--r-- | sys-libs/uclibc/uclibc-0.9.28.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/uclibc/uclibc-0.9.28.ebuild b/sys-libs/uclibc/uclibc-0.9.28.ebuild index 7355c4e0eb5a..8270e6c99108 100644 --- a/sys-libs/uclibc/uclibc-0.9.28.ebuild +++ b/sys-libs/uclibc/uclibc-0.9.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.28.ebuild,v 1.30 2007/02/16 03:30:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.28.ebuild,v 1.31 2007/06/26 02:56:29 mr_bones_ Exp $ #ESVN_REPO_URI="svn://uclibc.org/trunk/uClibc" #inherit subversion @@ -410,8 +410,8 @@ src_install() { # remove files coming from kernel-headers rm -rf "${sysroot}"/usr/include/{linux,asm*} - # Make sure we install the sys-include symlink so that when - # we build a 2nd stage cross-compiler, gcc finds the target + # Make sure we install the sys-include symlink so that when + # we build a 2nd stage cross-compiler, gcc finds the target # system headers correctly. See gcc/doc/gccinstall.info if [[ ${CTARGET} != ${CHOST} ]] ; then dosym usr/include /usr/${CTARGET}/sys-include |