diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-03-21 17:10:52 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-03-21 17:10:52 +0000 |
commit | 861f1f86f39ccdd45b6290ddf28804414c6e06a3 (patch) | |
tree | e7149030383b8f73b6c7f796add8dcaf38907f30 /dev-lang | |
parent | Small fix in Changelog. (diff) | |
download | gentoo-2-861f1f86f39ccdd45b6290ddf28804414c6e06a3.tar.gz gentoo-2-861f1f86f39ccdd45b6290ddf28804414c6e06a3.tar.bz2 gentoo-2-861f1f86f39ccdd45b6290ddf28804414c6e06a3.zip |
Stable on sparc wrt #126134
(Portage version: 2.0.54)
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 d4e18948d798..15168526d2f5 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.86 2006/03/20 17:55:49 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.87 2006/03/21 17:10:52 gustavoz Exp $ + + 21 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> ghc-6.4.1-r2.ebuild: + Stable on sparc wrt #126134 20 Mar 2006; <nixnut@gentoo.org> ghc-6.4.1-r2.ebuild: Stable on ppc. Bug #126134 diff --git a/dev-lang/ghc/ghc-6.4.1-r2.ebuild b/dev-lang/ghc/ghc-6.4.1-r2.ebuild index 92c26f5e07d3..102b1e2c0d0d 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.9 2006/03/20 17:55:49 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.1-r2.ebuild,v 1.10 2006/03/21 17:10:52 gustavoz 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 ~hppa 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 |