diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-04-23 19:35:05 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-04-23 19:35:05 +0000 |
commit | a441a7d095571cd593574eea59536f0b8aa70265 (patch) | |
tree | 8ebe4de35dc7793b937cf5b4dbb9e3297b901a41 /eclass/gnatbuild.eclass | |
parent | Fix previous commit and bump to right version. 4.4.1. (diff) | |
download | gentoo-2-a441a7d095571cd593574eea59536f0b8aa70265.tar.gz gentoo-2-a441a7d095571cd593574eea59536f0b8aa70265.tar.bz2 gentoo-2-a441a7d095571cd593574eea59536f0b8aa70265.zip |
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/gnatbuild.eclass')
-rw-r--r-- | eclass/gnatbuild.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnatbuild.eclass b/eclass/gnatbuild.eclass index 483b96efa8ed..58738ec50034 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.24 2007/02/16 14:59:23 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.25 2007/04/23 19:35:05 swegener Exp $ # # Author: George Shapovalov <george@gentoo.org> # Belongs to: ada herd <ada@gentoo.org> @@ -322,7 +322,7 @@ gnatbuild_pkg_postinst() { gnatbuild_pkg_postrm() { elog "Automatic cleanup requires a somewhat big rewamp of eclasses to not" - elog "breack updates. For now, if you are removing this issue of gnat compiler" + elog "breack updates. For now, if you are removing this issue of gnat compiler" elog "(if this is the last version of gnat-gcc or gnat-gpl that is being " elog "removed), please manually run:" elog " rm /etc/env.d/55gnat-*" |