diff options
author | 2010-06-17 20:47:56 +0000 | |
---|---|---|
committer | 2010-06-17 20:47:56 +0000 | |
commit | a8e21d62b7d52c4c696285554203e1e2a96ea8de (patch) | |
tree | 703557f529554741f1754aaaa00956c249c1ddb3 /dev-lang/ghc/ghc-6.12.3.ebuild | |
parent | Migrating away from deprecated postgres virtuals (diff) | |
download | gentoo-2-a8e21d62b7d52c4c696285554203e1e2a96ea8de.tar.gz gentoo-2-a8e21d62b7d52c4c696285554203e1e2a96ea8de.tar.bz2 gentoo-2-a8e21d62b7d52c4c696285554203e1e2a96ea8de.zip |
Make dev-lang/ghc-6.12.3 use SRC_URI from the mirroring system.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/ghc/ghc-6.12.3.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-6.12.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/ghc/ghc-6.12.3.ebuild b/dev-lang/ghc/ghc-6.12.3.ebuild index 13378c020b36..f0be6a3b7ee8 100644 --- a/dev-lang/ghc/ghc-6.12.3.ebuild +++ b/dev-lang/ghc/ghc-6.12.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild,v 1.1 2010/06/16 19:18:04 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild,v 1.2 2010/06/17 20:47:56 kolmodin Exp $ # Brief explanation of the bootstrap logic: # @@ -35,10 +35,10 @@ HOMEPAGE="http://www.haskell.org/ghc/" arch_binaries="" -arch_binaries="$arch_binaries x86? ( http://code.haskell.org/~ivanm/ghc-bin-${PV}-x86.tbz2 )" -arch_binaries="$arch_binaries amd64? ( http://haskell.org/~kolmodin/ghc-bin-${PV}-amd64.tbz2 )" +arch_binaries="$arch_binaries x86? ( mirror://gentoo/ghc-bin-${PV}-x86.tbz2 )" +arch_binaries="$arch_binaries amd64? ( mirror://gentoo/ghc-bin-${PV}-amd64.tbz2 )" #arch_binaries="$arch_binaries sparc? ( http://haskell.org/~duncan/ghc/ghc-bin-${PV}-sparc.tbz2 )" -arch_binaries="$arch_binaries ppc64? ( http://code.haskell.org/~slyfox/ghc-ppc64/ghc-bin-${PV}-ppc64.tbz2 )" +arch_binaries="$arch_binaries ppc64? ( mirror://gentoo/ghc-bin-${PV}-ppc64.tbz2 )" #arch_binaries="$arch_binaries alpha? ( mirror://gentoo/ghc-bin-${PV}-alpha.tbz2 )" #arch_binaries="$arch_binaries amd64? ( mirror://gentoo/ghc-bin-${PV}-amd64.tbz2 )" |