diff options
author | 2012-03-20 13:06:29 +0000 | |
---|---|---|
committer | 2012-03-20 13:06:29 +0000 | |
commit | a0eae94370d2bfe354408113d3085f67a3cab45c (patch) | |
tree | d99e1acdf5c0b77bbca645c62f24282f6351f855 /dev-lang | |
parent | Bump LeechCraft to 0.5.60, thank to 0xd34df00d (diff) | |
download | gentoo-2-a0eae94370d2bfe354408113d3085f67a3cab45c.tar.gz gentoo-2-a0eae94370d2bfe354408113d3085f67a3cab45c.tar.bz2 gentoo-2-a0eae94370d2bfe354408113d3085f67a3cab45c.zip |
Stable for amd64, wrt bug #407835
(Portage version: 2.1.10.49/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-r2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index c7c589c43f7d..4d3b7a60cb85 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.214 2012/03/11 18:43:38 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.215 2012/03/20 13:06:29 ago Exp $ + + 20 Mar 2012; Agostino Sarubbo <ago@gentoo.org> ghc-6.12.3-r2.ebuild: + Stable for amd64, wrt bug #407835 11 Mar 2012; Sergei Trofimovich <slyfox@gentoo.org> ghc-7.4.1.ebuild: Added binaries for alpha/amd64/ppc/ppc64/x86 platforms. Dropped dev- diff --git a/dev-lang/ghc/ghc-6.12.3-r2.ebuild b/dev-lang/ghc/ghc-6.12.3-r2.ebuild index 5c2dcf0bb688..2fdda9c249ba 100644 --- a/dev-lang/ghc/ghc-6.12.3-r2.ebuild +++ b/dev-lang/ghc/ghc-6.12.3-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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-r2.ebuild,v 1.3 2011/07/05 18:30:32 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3-r2.ebuild,v 1.4 2012/03/20 13:06:29 ago Exp $ # Brief explanation of the bootstrap logic: # @@ -58,7 +58,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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="binary doc ghcbootstrap" RDEPEND=" |