diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-11 01:08:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-11 01:08:31 +0000 |
commit | 79cc6e9d70f90dccda51c0a8f766307ddf2c9434 (patch) | |
tree | 158583df12809ac060419a55e7445c8c795e009d /dev-lang/ghc | |
parent | repoman: fix leading whitespace (diff) | |
download | historical-79cc6e9d70f90dccda51c0a8f766307ddf2c9434.tar.gz historical-79cc6e9d70f90dccda51c0a8f766307ddf2c9434.tar.bz2 historical-79cc6e9d70f90dccda51c0a8f766307ddf2c9434.zip |
repoman: fix leading whitespace
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r-- | dev-lang/ghc/Manifest | 2 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-5.04.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/ghc/Manifest b/dev-lang/ghc/Manifest index 48757554f2ae..621060ba0090 100644 --- a/dev-lang/ghc/Manifest +++ b/dev-lang/ghc/Manifest @@ -2,7 +2,7 @@ MD5 31e212a04c2d364e65c4835ef257365d ChangeLog 4980 MD5 42b857369c2e24507f00520e99fdaf5a ghc-5.02.3.ebuild 7646 MD5 4e310a2cb7f0093cd85d9a366f2337cc ghc-5.04.2.ebuild 4536 MD5 53cadcab720c08f0d03fced644adc7ce ghc-5.04.3.ebuild 4536 -MD5 d1ee334700eb465393538865978531b5 ghc-5.04.ebuild 6950 +MD5 6c6a8a53a1d8079dc9b280bd7481fc55 ghc-5.04.ebuild 6945 MD5 a5f8e7551d3b9c8a5d2743503ee46dc8 ghc-5.04.3-r1.ebuild 6069 MD5 b6e8ef3b1bab47650ac6a3134e931375 ghc-6.0.ebuild 4262 MD5 fa326cb3c1499ef73016242e06a243e9 ghc-6.0.1.ebuild 4264 diff --git a/dev-lang/ghc/ghc-5.04.ebuild b/dev-lang/ghc/ghc-5.04.ebuild index 2c97e837c519..6d7fded8f5d8 100644 --- a/dev-lang/ghc/ghc-5.04.ebuild +++ b/dev-lang/ghc/ghc-5.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-5.04.ebuild,v 1.8 2003/03/11 21:11:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-5.04.ebuild,v 1.9 2003/09/11 01:08:23 msterret Exp $ IUSE="opengl" @@ -90,8 +90,8 @@ if test -z "${GHC}"; then echo I will bootstrap from HC files. boot_from_hc=yes - # This is the version of our "base GHC", that is, the one we will use - # for the first build from Haskell source. It's the stage 1's + # This is the version of our "base GHC", that is, the one we will use + # for the first build from Haskell source. It's the stage 1's # version if there is no outside GHC, or that one's version # otherwise (see else clause below). BASE_GHC_VERSION=${STAGE1_PV} |