diff options
author | Jeroen Roovers <jer@gentoo.org> | 2006-03-13 13:34:17 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2006-03-13 13:34:17 +0000 |
commit | 89f0cec154129e7a71f1533e7054419aec637f5e (patch) | |
tree | b96977079ca89815eaf01a1f5ebd52a53551d933 /dev-lang | |
parent | Masking openal for hppa because no versions of openal are currently available... (diff) | |
download | gentoo-2-89f0cec154129e7a71f1533e7054419aec637f5e.tar.gz gentoo-2-89f0cec154129e7a71f1533e7054419aec637f5e.tar.bz2 gentoo-2-89f0cec154129e7a71f1533e7054419aec637f5e.zip |
Marked ~hppa (bug #125389).
(Portage version: 2.1_pre6-r2)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.4.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 32a9e68ee1ac..69165b02ecf3 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.81 2006/03/13 09:53:55 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.82 2006/03/13 13:34:17 jer Exp $ + + 13 Mar 2006; Jeroen Roovers <jer@gentoo.org> ghc-6.4.1-r2.ebuild: + Marked ~hppa (bug #125389). 13 Mar 2006; Duncan Coutts <dcoutts@gentoo.org> ghc-6.4.1-r2.ebuild: Fix omission in hppa support. diff --git a/dev-lang/ghc/ghc-6.4.1-r2.ebuild b/dev-lang/ghc/ghc-6.4.1-r2.ebuild index babe0615c9d4..55f87988284f 100644 --- a/dev-lang/ghc/ghc-6.4.1-r2.ebuild +++ b/dev-lang/ghc/ghc-6.4.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.1-r2.ebuild,v 1.4 2006/03/13 09:53:55 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.1-r2.ebuild,v 1.5 2006/03/13 13:34:17 jer Exp $ # Brief explanation of the bootstrap logic: # @@ -30,7 +30,7 @@ SRC_URI="http://www.haskell.org/ghc/dist/${EXTRA_SRC_URI}/${MY_P}-src.tar.bz2" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="doc X opengl openal" #java use flag disabled because of bug #106992 |