diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2007-12-12 13:01:51 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2007-12-12 13:01:51 +0000 |
commit | c8fe4bb766b1204bfe737a0744dd85271308dab9 (patch) | |
tree | 453649edd443343766781cd2df06748d51892037 /dev-lang | |
parent | Sparc stable --- part of Bug #201984. (diff) | |
download | gentoo-2-c8fe4bb766b1204bfe737a0744dd85271308dab9.tar.gz gentoo-2-c8fe4bb766b1204bfe737a0744dd85271308dab9.tar.bz2 gentoo-2-c8fe4bb766b1204bfe737a0744dd85271308dab9.zip |
Sparc stable --- needed for Bug #201984 generally.
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index ba6effe52e6d..6a85caa832fa 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.142 2007/11/26 04:20:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.143 2007/12/12 13:01:51 fmccor Exp $ + + 12 Dec 2007; Ferris McCormick <fmccor@gentoo.org> ghc-6.6.1.ebuild: + Sparc stable --- needed for Bug #201984 generally. 26 Nov 2007; Jeroen Roovers <jer@gentoo.org> ghc-6.6.1.ebuild: Stable for HPPA. Do not install LICENSE. diff --git a/dev-lang/ghc/ghc-6.6.1.ebuild b/dev-lang/ghc/ghc-6.6.1.ebuild index 0d0a4fd2b382..5cde058af5a3 100644 --- a/dev-lang/ghc/ghc-6.6.1.ebuild +++ b/dev-lang/ghc/ghc-6.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild,v 1.13 2007/11/26 04:20:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild,v 1.14 2007/12/12 13:01:51 fmccor Exp $ # Brief explanation of the bootstrap logic: # @@ -50,7 +50,7 @@ SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${MY_P}-src.tar LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 hppa ~ia64 ~ppc ~sparc x86" +KEYWORDS="amd64 hppa ~ia64 ~ppc sparc x86" IUSE="binary doc ghcbootstrap" LOC="/opt/ghc" # location for installation of binary version |