diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-09-01 14:53:36 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-09-01 14:53:36 +0000 |
commit | e3db12812c849bca93c7b60d126b5db10cf69e82 (patch) | |
tree | 78a9a84080ac2edfdc7b2c0d792006ba619a131a /dev-lang/ghc | |
parent | Stable on sparc (diff) | |
download | historical-e3db12812c849bca93c7b60d126b5db10cf69e82.tar.gz historical-e3db12812c849bca93c7b60d126b5db10cf69e82.tar.bz2 historical-e3db12812c849bca93c7b60d126b5db10cf69e82.zip |
Stable on sparc
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index d5a68a2a07d4..af4c7c82dc06 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.64 2005/08/31 17:41:05 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.65 2005/09/01 14:53:36 gustavoz Exp $ + + 01 Sep 2005; Gustavo Zacarias <gustavoz@gentoo.org> ghc-6.2.2.ebuild: + Stable on sparc 31 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> ghc-6.4.ebuild: Fixed to build on ppc for real diff --git a/dev-lang/ghc/ghc-6.2.2.ebuild b/dev-lang/ghc/ghc-6.2.2.ebuild index cbe691738563..2eb8607fb2a9 100644 --- a/dev-lang/ghc/ghc-6.2.2.ebuild +++ b/dev-lang/ghc/ghc-6.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.2.ebuild,v 1.16 2005/08/17 10:26:09 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.2.ebuild,v 1.17 2005/09/01 14:53:36 gustavoz Exp $ # Brief explanation of the bootstrap logic: # @@ -26,7 +26,7 @@ SRC_URI="http://www.haskell.org/ghc/dist/${PV}/ghc-${PV}-src.tar.bz2" LICENSE="as-is" SLOT="0" # removed amd64, because there's no binary to bootstrap from -KEYWORDS="x86 ppc -alpha -amd64 ~sparc" +KEYWORDS="x86 ppc -alpha -amd64 sparc" PROVIDE="virtual/ghc" |