diff options
author | 2006-06-10 16:19:54 +0000 | |
---|---|---|
committer | 2006-06-10 16:19:54 +0000 | |
commit | f795b1ff937d5880b547f44ffa28f363fcf132b2 (patch) | |
tree | f73b04e47b6aa54c647086f9772cceba6c2a6e91 /eclass/gnat.eclass | |
parent | fix header (diff) | |
download | gentoo-2-f795b1ff937d5880b547f44ffa28f363fcf132b2.tar.gz gentoo-2-f795b1ff937d5880b547f44ffa28f363fcf132b2.tar.bz2 gentoo-2-f795b1ff937d5880b547f44ffa28f363fcf132b2.zip |
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/gnat.eclass')
-rw-r--r-- | eclass/gnat.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnat.eclass b/eclass/gnat.eclass index 73c353838452..53b4605f8d0d 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.16 2006/06/02 14:33:47 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.17 2006/06/10 16:19:54 swegener Exp $ # # This eclass provides the framework for ada lib installation with the split and # SLOTted gnat compilers (gnat-xxx, gnatbuild.eclass). Each lib gets built once @@ -41,7 +41,7 @@ AdalibLibTop=${PREFIX}/lib/ada SL=${WORKDIR}/LocalSource # DL is a "localized destination", where ARCH/SLOT dependent binaries should be -# installed in lib_install +# installed in lib_install DL=${WORKDIR}/LocalDest # location of cleaned-up eselect script, for sourcing |