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 | 216801f5f91aed63f9e98ab99097acd5b3a177a0 (patch) | |
tree | 275eb7ac75cf697390fba2afc93971b5dbb07383 /dev-lang/ghc | |
parent | Changed dependency on dev-php/mod_php to virtual/httpd-php. Closes #102851. (diff) | |
download | gentoo-2-216801f5f91aed63f9e98ab99097acd5b3a177a0.tar.gz gentoo-2-216801f5f91aed63f9e98ab99097acd5b3a177a0.tar.bz2 gentoo-2-216801f5f91aed63f9e98ab99097acd5b3a177a0.zip |
Stable on sparc
(Portage version: 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" |