diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-10 13:12:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-10 13:12:33 +0000 |
commit | 9ebce5fc7c04a84ff499d71e38b55733f549c93c (patch) | |
tree | fa8f7988a167fce2d34bcd752155df9464d99289 /sys-devel/gcc/gcc-3.3.2-r7.ebuild | |
parent | repoman: Trim trailing whitespace (diff) | |
download | historical-9ebce5fc7c04a84ff499d71e38b55733f549c93c.tar.gz historical-9ebce5fc7c04a84ff499d71e38b55733f549c93c.tar.bz2 historical-9ebce5fc7c04a84ff499d71e38b55733f549c93c.zip |
repoman: whitespace cleanup
Diffstat (limited to 'sys-devel/gcc/gcc-3.3.2-r7.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.3.2-r7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.3.2-r7.ebuild b/sys-devel/gcc/gcc-3.3.2-r7.ebuild index 732e64272254..d6e2560562a8 100644 --- a/sys-devel/gcc/gcc-3.3.2-r7.ebuild +++ b/sys-devel/gcc/gcc-3.3.2-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.2-r7.ebuild,v 1.1 2004/02/08 15:29:35 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.2-r7.ebuild,v 1.2 2004/02/10 13:12:33 mr_bones_ Exp $ IUSE="static nls bootstrap java build X multilib" @@ -181,7 +181,7 @@ glibc_have_ssp() { my_libc="${ROOT}/lib64/libc.so.?" ;; esac - + # Check for the glibc to have the __guard symbols if [ "$(readelf -s "${my_libc}" 2>/dev/null | \ grep GLOBAL | grep OBJECT | grep '__guard')" ] && \ |