diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-10-04 10:15:33 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-10-04 10:15:33 +0000 |
commit | 1e3338c8fbd83f316df47ad03c01e0e389754658 (patch) | |
tree | fcde92effd5e32060933d876bb621962298e247b /dev-lang/ghc | |
parent | alpha/ia64 stable (diff) | |
download | gentoo-2-1e3338c8fbd83f316df47ad03c01e0e389754658.tar.gz gentoo-2-1e3338c8fbd83f316df47ad03c01e0e389754658.tar.bz2 gentoo-2-1e3338c8fbd83f316df47ad03c01e0e389754658.zip |
alpha/ia64 stable
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 37a98cf7b736..272ff4b4e12e 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.157 2008/10/02 22:48:17 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.158 2008/10/04 10:15:33 armin76 Exp $ + + 04 Oct 2008; Raúl Porcel <armin76@gentoo.org> ghc-6.8.2.ebuild: + alpha/ia64 stable 02 Oct 2008; Ferris McCormick <fmccor@gentoo.org> ghc-6.8.2.ebuild: Sparc stable, originally part of Bug #230919, and now suggested by Bug #239368. diff --git a/dev-lang/ghc/ghc-6.8.2.ebuild b/dev-lang/ghc/ghc-6.8.2.ebuild index e323131e9149..ba53764f88a4 100644 --- a/dev-lang/ghc/ghc-6.8.2.ebuild +++ b/dev-lang/ghc/ghc-6.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.9 2008/10/02 22:48:17 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.10 2008/10/04 10:15:33 armin76 Exp $ # Brief explanation of the bootstrap logic: # @@ -48,7 +48,7 @@ SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${P}-src.tar.bz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 sparc x86" IUSE="binary doc ghcbootstrap" RDEPEND=" |