diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-29 01:28:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-29 01:28:10 +0000 |
commit | f9aeecbc5d756357455e4ae842071ffdc8ebdd43 (patch) | |
tree | 1f60c7429e0edddac752ce623889644516ce3cf6 /eclass/gnat.eclass | |
parent | Version bump (diff) | |
download | historical-f9aeecbc5d756357455e4ae842071ffdc8ebdd43.tar.gz historical-f9aeecbc5d756357455e4ae842071ffdc8ebdd43.tar.bz2 historical-f9aeecbc5d756357455e4ae842071ffdc8ebdd43.zip |
trim useless trailing whitespace
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 21a85d9596c1..5bcd59af3e9d 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.39 2010/01/13 15:06:11 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.40 2011/08/29 01:28:10 vapier Exp $ # # Author: George Shapovalov <george@gentoo.org> # Belongs to: ada herd <ada@gentoo.org> @@ -128,7 +128,7 @@ get_ada_dep() { # # params: # $1 - the requested gnat profile in usual form (e.g. x86_64-pc-linux-gnu-gnat-gcc-4.1) -# $2 - Ada standard specification, as would be specified in DEPEND. +# $2 - Ada standard specification, as would be specified in DEPEND. # Valid values: ada-1995, ada-2005, ada # # This used to treat ada-1995 and ada alike, but some packages (still |