diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-08-21 02:15:01 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-08-21 02:15:01 +0000 |
commit | b3255139bde2d0b2a8e5cf846594e6d38d3a8c7f (patch) | |
tree | 8a5f29d1d7c0d5430ed10cd10330a72655d434eb /dev-lang/ghc | |
parent | Marked stable on amd64 for bug #144559 (diff) | |
download | gentoo-2-b3255139bde2d0b2a8e5cf846594e6d38d3a8c7f.tar.gz gentoo-2-b3255139bde2d0b2a8e5cf846594e6d38d3a8c7f.tar.bz2 gentoo-2-b3255139bde2d0b2a8e5cf846594e6d38d3a8c7f.zip |
Marked stable on amd64 for bug #140369
(Portage version: 2.1.1_pre5-r2)
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 f2d155945fc4..0af56bd0efe4 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.110 2006/08/16 06:39:48 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.111 2006/08/21 02:15:01 dang Exp $ + + 21 Aug 2006; Daniel Gryniewicz <dang@gentoo.org> ghc-6.4.2.ebuild: + Marked stable on amd64 for bug #140369 16 Aug 2006; Joshua Jackson <tsunam@gentoo.org> ghc-6.4.2.ebuild: Stable x86; bug #140369 diff --git a/dev-lang/ghc/ghc-6.4.2.ebuild b/dev-lang/ghc/ghc-6.4.2.ebuild index b636fb8e5592..5035205cf516 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.12 2006/08/16 06:39:48 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild,v 1.13 2006/08/21 02:15:01 dang 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}" |