diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-07-15 05:44:22 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-07-15 05:44:22 +0000 |
commit | 4b7813a2a261cffaad6f40738bdd68f76da402c5 (patch) | |
tree | 486ec86c4269e873d2d6e8c804467448e419d931 /dev-lang/ghc | |
parent | Stable for HPPA (bug #230919). (diff) | |
download | gentoo-2-4b7813a2a261cffaad6f40738bdd68f76da402c5.tar.gz gentoo-2-4b7813a2a261cffaad6f40738bdd68f76da402c5.tar.bz2 gentoo-2-4b7813a2a261cffaad6f40738bdd68f76da402c5.zip |
Stable for HPPA (bug #230919).
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r6-JeR parisc)
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 b530ec478bb9..7cf3d2ac4b22 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.153 2008/07/06 20:21:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.154 2008/07/15 05:44:22 jer Exp $ + + 15 Jul 2008; Jeroen Roovers <jer@gentoo.org> ghc-6.8.2.ebuild: + Stable for HPPA (bug #230919). 06 Jul 2008; Markus Meier <maekke@gentoo.org> ghc-6.8.2.ebuild: amd64/x86 stable, bug #230919 diff --git a/dev-lang/ghc/ghc-6.8.2.ebuild b/dev-lang/ghc/ghc-6.8.2.ebuild index 19bcc612a34b..ae0f7fff6c1e 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.6 2008/07/06 20:21:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.7 2008/07/15 05:44:22 jer 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=" |