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 | 92cf9b29f3fac49b6cf420fb1307818c926b8409 (patch) | |
tree | 05fa1de70a91e8c5a5b8e5371cf96e2cc33892ce /eclass/gnatbuild.eclass | |
parent | Fix previous commit and bump to right version. 4.4.1. (diff) | |
download | historical-92cf9b29f3fac49b6cf420fb1307818c926b8409.tar.gz historical-92cf9b29f3fac49b6cf420fb1307818c926b8409.tar.bz2 historical-92cf9b29f3fac49b6cf420fb1307818c926b8409.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-*" |