diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:52:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:52:47 +0000 |
commit | 0756bc8aa78cb2f17221166a9e890e20862864d8 (patch) | |
tree | f5c39d349d02ebdde31a756724cea556baa65141 /sys-devel | |
parent | whitespace (diff) | |
download | gentoo-2-0756bc8aa78cb2f17221166a9e890e20862864d8.tar.gz gentoo-2-0756bc8aa78cb2f17221166a9e890e20862864d8.tar.bz2 gentoo-2-0756bc8aa78cb2f17221166a9e890e20862864d8.zip |
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-2.95.3-r9.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.2.3-r4.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.1-r3.ebuild | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/sys-devel/gcc/gcc-2.95.3-r9.ebuild b/sys-devel/gcc/gcc-2.95.3-r9.ebuild index 675d7a3edfca..2888cb658586 100644 --- a/sys-devel/gcc/gcc-2.95.3-r9.ebuild +++ b/sys-devel/gcc/gcc-2.95.3-r9.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3-r9.ebuild,v 1.5 2006/11/15 22:19:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3-r9.ebuild,v 1.6 2007/06/26 02:52:47 mr_bones_ Exp $ inherit eutils flag-o-matic toolchain-funcs versionator fixheadtails gnuconfig -# The next command strips most flags from CFLAGS/CXXFLAGS. If you do +# The next command strips most flags from CFLAGS/CXXFLAGS. If you do # not like it, comment it out, but do not file bugreports if you run into # problems. do_filter_flags() { diff --git a/sys-devel/gcc/gcc-3.2.3-r4.ebuild b/sys-devel/gcc/gcc-3.2.3-r4.ebuild index a9fd2dab1925..c287b1eb3f5a 100644 --- a/sys-devel/gcc/gcc-3.2.3-r4.ebuild +++ b/sys-devel/gcc/gcc-3.2.3-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.3-r4.ebuild,v 1.23 2007/04/07 04:25:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.3-r4.ebuild,v 1.24 2007/06/26 02:52:46 mr_bones_ Exp $ inherit eutils flag-o-matic libtool versionator @@ -96,7 +96,7 @@ DESCRIPTION="The GNU Compiler Collection. Includes C/C++ and java compilers" HOMEPAGE="http://gcc.gnu.org/" LICENSE="GPL-2 LGPL-2.1" -# this is a glibc-propolice forced bump to a gcc without guard +# this is a glibc-propolice forced bump to a gcc without guard # when no binary on the system has references to guard@@libgcc # hppa has no dependency on propolice for gcc - skip this arch KEYWORDS="x86 ppc sparc mips alpha -hppa ia64 s390" diff --git a/sys-devel/gcc/gcc-3.4.1-r3.ebuild b/sys-devel/gcc/gcc-3.4.1-r3.ebuild index 6a49544c117f..697528e04382 100644 --- a/sys-devel/gcc/gcc-3.4.1-r3.ebuild +++ b/sys-devel/gcc/gcc-3.4.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.1-r3.ebuild,v 1.27 2007/04/07 04:25:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.1-r3.ebuild,v 1.28 2007/06/26 02:52:46 mr_bones_ Exp $ IUSE="static nls bootstrap build multilib gcj gtk fortran objc hardened n32 n64" @@ -503,8 +503,8 @@ src_unpack() { # disable --as-needed from being compiled into gcc specs # natively when using >=sys-devel/binutils-2.15.90.0.1 this is - # done to keep our gcc backwards compatible with binutils. - # gcc 3.4.1 cvs has patches that need back porting.. + # done to keep our gcc backwards compatible with binutils. + # gcc 3.4.1 cvs has patches that need back porting.. # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14992 (May 3 2004) sed -i -e s/HAVE_LD_AS_NEEDED/USE_LD_AS_NEEDED/g ${S}/gcc/config.in @@ -563,7 +563,7 @@ src_compile() { [ "${ARCH}" = "hppa" ] && myconf="${myconf} --enable-sjlj-exceptions" # --with-gnu-ld needed for cross-compiling - # --enable-sjlj-exceptions : currently the unwind stuff seems to work + # --enable-sjlj-exceptions : currently the unwind stuff seems to work # for statically linked apps but not dynamic # so use setjmp/longjmp exceptions by default # uclibc uses --enable-clocale=uclibc (autodetected) |