diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-06-09 13:32:34 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-06-09 13:32:34 +0000 |
commit | 722693a3114a8bec42da1f09cc4f2181522e4135 (patch) | |
tree | 4ab62a0359383c58e24e1217f836acce08e4f861 /dev-lang | |
parent | Added missing spaces to SRC_URI. (diff) | |
download | gentoo-2-722693a3114a8bec42da1f09cc4f2181522e4135.tar.gz gentoo-2-722693a3114a8bec42da1f09cc4f2181522e4135.tar.bz2 gentoo-2-722693a3114a8bec42da1f09cc4f2181522e4135.zip |
Added missing spaces to SRC_URI.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc-bin/ghc-bin-6.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ghc-bin/ghc-bin-6.4.ebuild b/dev-lang/ghc-bin/ghc-bin-6.4.ebuild index d85bb3b7100e..63799b45b9cb 100644 --- a/dev-lang/ghc-bin/ghc-bin-6.4.ebuild +++ b/dev-lang/ghc-bin/ghc-bin-6.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.4.ebuild,v 1.2 2005/05/09 15:47:39 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.4.ebuild,v 1.3 2005/06/09 13:32:34 swegener Exp $ IUSE="" # use the non-binary version if you want to have more choice DESCRIPTION="Glasgow Haskell Compiler" # list all arches for proper digest building: SRC_URI="x86? ( mirror://gentoo/${P}-x86.tbz2 ) - ppc64? ( mirror://gentoo/${P}-ppc64.tbz2)" + ppc64? ( mirror://gentoo/${P}-ppc64.tbz2 )" HOMEPAGE="http://www.haskell.org" LICENSE="as-is" |