diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-07-23 11:05:06 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-07-23 11:05:06 +0000 |
commit | 285dc2f96d5fb9e2b9073cff831796ab4395d28f (patch) | |
tree | 95fee248d85ffe6bbbfbf9c2c19a6725106db3f6 /dev-lang/ghc | |
parent | ppc stable, bug #140369 (diff) | |
download | gentoo-2-285dc2f96d5fb9e2b9073cff831796ab4395d28f.tar.gz gentoo-2-285dc2f96d5fb9e2b9073cff831796ab4395d28f.tar.bz2 gentoo-2-285dc2f96d5fb9e2b9073cff831796ab4395d28f.zip |
ppc stable, bug #140369
(Portage version: 2.1.1_pre3-r3)
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 7a3f1ae01571..d56a914a813e 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.106 2006/07/20 20:19:59 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.107 2006/07/23 11:05:06 dertobi123 Exp $ + + 23 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org> ghc-6.4.2.ebuild: + ppc stable, bug #140369 20 Jul 2006; Markus Rothe <corsair@gentoo.org> ghc-6.4.2.ebuild: Stable on ppc64; bug #140369 diff --git a/dev-lang/ghc/ghc-6.4.2.ebuild b/dev-lang/ghc/ghc-6.4.2.ebuild index 1545202fbb16..ced5962c6855 100644 --- a/dev-lang/ghc/ghc-6.4.2.ebuild +++ b/dev-lang/ghc/ghc-6.4.2.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.2.ebuild,v 1.8 2006/07/20 20:19:59 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild,v 1.9 2006/07/23 11:05:06 dertobi123 Exp $ # Brief explanation of the bootstrap logic: # @@ -44,7 +44,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 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="test doc X opengl openal" S="${WORKDIR}/${MY_P}" |