diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-07-22 20:18:32 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-07-22 20:18:32 +0000 |
commit | 22e451673b5e9b02404a8a23206fbd721757ba17 (patch) | |
tree | b8f148f75c1c8a999b623118f32fd6236fef6344 /dev-lang | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-22e451673b5e9b02404a8a23206fbd721757ba17.tar.gz gentoo-2-22e451673b5e9b02404a8a23206fbd721757ba17.tar.bz2 gentoo-2-22e451673b5e9b02404a8a23206fbd721757ba17.zip |
Update dev-lang/ghc-6.10.4 with amd64 binary.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.10.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 414ef08b0367..75ee97a5db23 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.163 2009/07/22 07:09:40 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.164 2009/07/22 20:18:32 kolmodin Exp $ + + 22 Jul 2009; Lennart Kolmodin <kolmodin@gentoo.org> ghc-6.10.4.ebuild: + Add amd64 binary for ghc-6.10.4. *ghc-6.10.4 (22 Jul 2009) diff --git a/dev-lang/ghc/ghc-6.10.4.ebuild b/dev-lang/ghc/ghc-6.10.4.ebuild index 5f0184d54932..bc3714a057c2 100644 --- a/dev-lang/ghc/ghc-6.10.4.ebuild +++ b/dev-lang/ghc/ghc-6.10.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.4.ebuild,v 1.1 2009/07/22 07:09:40 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.4.ebuild,v 1.2 2009/07/22 20:18:32 kolmodin Exp $ # Brief explanation of the bootstrap logic: # @@ -41,7 +41,7 @@ EXTRA_SRC_URI="${PV}" 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 amd64? ( http://haskell.org/~kolmodin/ghc-bin-${PV}-amd64.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 )" @@ -55,7 +55,7 @@ SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${P}-src.tar.bz LICENSE="BSD" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="binary doc ghcbootstrap" RDEPEND=" |