diff options
author | Sven Wegener <swegener@gentoo.org> | 2008-01-06 19:30:24 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2008-01-06 19:30:24 +0000 |
commit | d9b72ad49e2a1bd75cf6af9436298b8935241037 (patch) | |
tree | dea3bed0d5bef715c20f0c86159b72dd18cb4468 /eclass/ghc-package.eclass | |
parent | Add missing version separator line to ChangeLog. (diff) | |
download | gentoo-2-d9b72ad49e2a1bd75cf6af9436298b8935241037.tar.gz gentoo-2-d9b72ad49e2a1bd75cf6af9436298b8935241037.tar.bz2 gentoo-2-d9b72ad49e2a1bd75cf6af9436298b8935241037.zip |
whitespace
Diffstat (limited to 'eclass/ghc-package.eclass')
-rw-r--r-- | eclass/ghc-package.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ghc-package.eclass b/eclass/ghc-package.eclass index 7be6b3bd9c53..55b798430772 100644 --- a/eclass/ghc-package.eclass +++ b/eclass/ghc-package.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/ghc-package.eclass,v 1.25 2007/12/13 04:42:48 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ghc-package.eclass,v 1.26 2008/01/06 19:30:24 swegener Exp $ # # Author: Andres Loeh <kosmikus@gentoo.org> # Maintained by: Haskell herd <haskell@gentoo.org> @@ -84,7 +84,7 @@ ghc-sanecabal() { } # checks if ghc and ghc-bin are installed in the same version -# (if they're both installed); if this is not the case, we +# (if they're both installed); if this is not the case, we # unfortunately cannot trust portage's dependency resolution ghc-saneghc() { local ghcversion |