diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-28 19:49:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-28 19:49:19 +0000 |
commit | 49cd2eec14f10c1233eb6e61cfcc8b100cfffa7f (patch) | |
tree | be0ad1a7a2ab93c5a29bdbd592b658c418c83404 /dev-util/eclipse-cdt | |
parent | 2.6.3 stable on x86 and amd64, 2.6.13 added to the tree, bug 54108. (Manifest... (diff) | |
download | gentoo-2-49cd2eec14f10c1233eb6e61cfcc8b100cfffa7f.tar.gz gentoo-2-49cd2eec14f10c1233eb6e61cfcc8b100cfffa7f.tar.bz2 gentoo-2-49cd2eec14f10c1233eb6e61cfcc8b100cfffa7f.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'dev-util/eclipse-cdt')
-rw-r--r-- | dev-util/eclipse-cdt/eclipse-cdt-2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/eclipse-cdt/eclipse-cdt-2.0.ebuild b/dev-util/eclipse-cdt/eclipse-cdt-2.0.ebuild index 3720ed8362ff..1b27608bb9a6 100644 --- a/dev-util/eclipse-cdt/eclipse-cdt-2.0.ebuild +++ b/dev-util/eclipse-cdt/eclipse-cdt-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-cdt/eclipse-cdt-2.0.ebuild,v 1.2 2004/07/28 14:40:32 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-cdt/eclipse-cdt-2.0.ebuild,v 1.3 2004/07/28 19:49:19 mr_bones_ Exp $ inherit eclipse-ext @@ -40,7 +40,7 @@ src_compile() { # Use java-utils addwrite /proc/cpuinfo ( - cd results/plugins/org.eclipse.cdt.core.linux/library || die + cd results/plugins/org.eclipse.cdt.core.linux/library || die make ARCH=x86 all || die "Failed to compile platform-specific code" ) ./build.sh || die "Failed to compile" |