diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-08-28 14:07:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-08-28 14:07:15 +0000 |
commit | ca34b7b71ee6c95ccbfc1873498a7aba8d00a398 (patch) | |
tree | 1bfb548e1cb1756b6839d9b69177b3490985bd11 /sys-devel/clang | |
parent | digest fix (diff) | |
download | historical-ca34b7b71ee6c95ccbfc1873498a7aba8d00a398.tar.gz historical-ca34b7b71ee6c95ccbfc1873498a7aba8d00a398.tar.bz2 historical-ca34b7b71ee6c95ccbfc1873498a7aba8d00a398.zip |
whitespace
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'sys-devel/clang')
-rw-r--r-- | sys-devel/clang/clang-2.7-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/clang/clang-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/clang/clang-2.7-r2.ebuild b/sys-devel/clang/clang-2.7-r2.ebuild index 10e840f5678b..26922eb68241 100644 --- a/sys-devel/clang/clang-2.7-r2.ebuild +++ b/sys-devel/clang/clang-2.7-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/sys-devel/clang/clang-2.7-r2.ebuild,v 1.2 2010/08/26 07:07:43 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.7-r2.ebuild,v 1.3 2010/08/28 14:06:47 mr_bones_ Exp $ EAPI=3 @@ -137,7 +137,7 @@ src_install() { } python_execute_function install-scan-view fi - + # Fix install_names on Darwin. The build system is too complicated # to just fix this, so we correct it post-install if [[ ${CHOST} == *-darwin* ]] ; then diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild index 8ec648edd72b..7c71aba519d2 100644 --- a/sys-devel/clang/clang-9999.ebuild +++ b/sys-devel/clang/clang-9999.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/sys-devel/clang/clang-9999.ebuild,v 1.6 2010/08/26 07:07:43 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-9999.ebuild,v 1.7 2010/08/28 14:06:47 mr_bones_ Exp $ EAPI=3 @@ -140,7 +140,7 @@ src_install() { } python_execute_function install-scan-view fi - + # Fix install_names on Darwin. The build system is too complicated # to just fix this, so we correct it post-install if [[ ${CHOST} == *-darwin* ]] ; then |