summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-08-28 14:06:47 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-08-28 14:06:47 +0000
commitec323a588959d18c24d974916c69cfb87c5be688 (patch)
tree53ea4c74ccf44b06b7f73d731905546ef3dfe94a /sys-devel
parentdigest fix (diff)
downloadgentoo-2-ec323a588959d18c24d974916c69cfb87c5be688.tar.gz
gentoo-2-ec323a588959d18c24d974916c69cfb87c5be688.tar.bz2
gentoo-2-ec323a588959d18c24d974916c69cfb87c5be688.zip
whitespace
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/clang/clang-2.7-r2.ebuild4
-rw-r--r--sys-devel/clang/clang-9999.ebuild4
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