diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-09-26 19:41:09 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-09-26 19:41:09 +0000 |
commit | 5d60e8c6ee6b509e774a8f20128b71ce4f870fc8 (patch) | |
tree | 8b9b1dd52f91e3676f398a46bee067f2080fad4d /dev-lang | |
parent | Fix build issues with gtk+-2.22 by removing -D*DISABLE_DEPRECATED cflags. (diff) | |
download | gentoo-2-5d60e8c6ee6b509e774a8f20128b71ce4f870fc8.tar.gz gentoo-2-5d60e8c6ee6b509e774a8f20128b71ce4f870fc8.tar.bz2 gentoo-2-5d60e8c6ee6b509e774a8f20128b71ce4f870fc8.zip |
Stable on amd64 wrt bug #338652
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.12.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 2f38b72a4b22..f3464bce7e3a 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.192 2010/09/19 16:45:24 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.193 2010/09/26 19:41:09 hwoarang Exp $ + + 26 Sep 2010; Markos Chandras <hwoarang@gentoo.org> ghc-6.12.3.ebuild: + Stable on amd64 wrt bug #338652 19 Sep 2010; Sergei Trofimovich <slyfox@gentoo.org> ghc-6.10.4-r1.ebuild, ghc-6.12.3.ebuild: diff --git a/dev-lang/ghc/ghc-6.12.3.ebuild b/dev-lang/ghc/ghc-6.12.3.ebuild index 398f1e069f5f..c4b7f900b8d0 100644 --- a/dev-lang/ghc/ghc-6.12.3.ebuild +++ b/dev-lang/ghc/ghc-6.12.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild,v 1.13 2010/09/19 16:45:24 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild,v 1.14 2010/09/26 19:41:09 hwoarang Exp $ # Brief explanation of the bootstrap logic: # @@ -50,7 +50,7 @@ SRC_URI="!binary? ( http://darcs.haskell.org/download/dist/${PV}/${P}-src.tar.bz !ghcbootstrap? ( $arch_binaries )" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="binary doc ghcbootstrap" RDEPEND=" |