diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-05-02 22:32:54 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-05-02 22:32:54 +0000 |
commit | 0c3b24e2a11a025b8b52406265263efc5e7be5f2 (patch) | |
tree | af0eca1ee4346ca4ec6353dfe572f37b81dd6fca /eclass/gnatbuild.eclass | |
parent | no need for emake ${MAKEOPTS} (diff) | |
download | historical-0c3b24e2a11a025b8b52406265263efc5e7be5f2.tar.gz historical-0c3b24e2a11a025b8b52406265263efc5e7be5f2.tar.bz2 historical-0c3b24e2a11a025b8b52406265263efc5e7be5f2.zip |
apply whitespace checks from repoman to eclasses
Diffstat (limited to 'eclass/gnatbuild.eclass')
-rw-r--r-- | eclass/gnatbuild.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/gnatbuild.eclass b/eclass/gnatbuild.eclass index cf91e1fe2f42..7aaed89423d5 100644 --- a/eclass/gnatbuild.eclass +++ b/eclass/gnatbuild.eclass @@ -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/eclass/gnatbuild.eclass,v 1.13 2006/04/19 21:26:57 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.14 2006/05/02 22:32:54 swegener Exp $ # ATTN! # set HOMEPAGE and LICENSE in appropriate ebuild, as we have @@ -421,9 +421,9 @@ gnatbuild_src_compile() { # export BINUTILS_ROOT="${GNATBOOT}" # fi -# einfo "CC=${CC}, +# einfo "CC=${CC}, # ADA_INCLUDE_PATH=${ADA_INCLUDE_PATH}, -# LDFLAGS=${LDFLAGS}, +# LDFLAGS=${LDFLAGS}, # PATH=${PATH}" while [ "$1" ]; do @@ -548,7 +548,7 @@ gnatbuild_src_install() { done - # The install itself. Straight make DESTDIR=${D} install causes access + # The install itself. Straight make DESTDIR=${D} install causes access # violation (unlink of gprmake). A siple workaround for now. cd "${GNATBUILD}" make DESTDIR=${D} bindir="${D}${BINPATH}" install || die |