diff options
author | Markus Meier <maekke@gentoo.org> | 2009-01-12 22:55:53 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-01-12 22:55:53 +0000 |
commit | 3ccfb081ca7802155c2b58092535b521a6dc787f (patch) | |
tree | 8243b7c2e8f694cce955e1921c12fad48ef1c568 /eclass/gnat.eclass | |
parent | whitespace (diff) | |
download | gentoo-2-3ccfb081ca7802155c2b58092535b521a6dc787f.tar.gz gentoo-2-3ccfb081ca7802155c2b58092535b521a6dc787f.tar.bz2 gentoo-2-3ccfb081ca7802155c2b58092535b521a6dc787f.zip |
whitespace
Diffstat (limited to 'eclass/gnat.eclass')
-rw-r--r-- | eclass/gnat.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/gnat.eclass b/eclass/gnat.eclass index de24695fcd5e..f77ee5d80564 100644 --- a/eclass/gnat.eclass +++ b/eclass/gnat.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.36 2008/07/19 09:20:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.37 2009/01/12 22:55:53 maekke Exp $ # # Author: George Shapovalov <george@gentoo.org> # Belongs to: ada herd <ada@gentoo.org> @@ -276,7 +276,7 @@ gnat_pkg_setup() { # check whether all the primary compilers are installed . ${GnatCommon} || die "failed to source gnat-common lib" for fn in $(cat ${PRIMELIST}); do - if [[ ! -f ${SPECSDIR}/${fn} ]]; then + if [[ ! -f ${SPECSDIR}/${fn} ]]; then elog "The ${fn} Ada compiler profile is specified as primary, but is not installed." elog "Please rectify the situation before emerging Ada library!" elog "Please either install again all the missing compilers listed" @@ -288,7 +288,7 @@ gnat_pkg_setup() { die "Primary compiler is missing" fi done - + export ADAC=${ADAC:-gnatgcc} export ADAMAKE=${ADAMAKE:-gnatmake} export ADABIND=${ADABIND:-gnatbind} |