diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-14 21:25:46 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-14 21:25:46 +0000 |
commit | f93170602a8898593d3207e6de09a7fa9c59579f (patch) | |
tree | 04a15fa65a19fbfc8aef3a864878d7118a641704 /dev-lang | |
parent | Stable for ppc64, wrt bug #465390 (diff) | |
download | gentoo-2-f93170602a8898593d3207e6de09a7fa9c59579f.tar.gz gentoo-2-f93170602a8898593d3207e6de09a7fa9c59579f.tar.bz2 gentoo-2-f93170602a8898593d3207e6de09a7fa9c59579f.zip |
Stable for ppc64, wrt bug #457780
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-7.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index d029d1097163..f7a4e42975bf 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.238 2013/04/14 13:31:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.239 2013/04/14 21:25:46 ago Exp $ + + 14 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ghc-7.4.2.ebuild: + Stable for ppc64, wrt bug #457780 14 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ghc-7.4.2.ebuild: Stable for ppc, wrt bug #457780 diff --git a/dev-lang/ghc/ghc-7.4.2.ebuild b/dev-lang/ghc/ghc-7.4.2.ebuild index ed236897a786..4dd413c7c3e7 100644 --- a/dev-lang/ghc/ghc-7.4.2.ebuild +++ b/dev-lang/ghc/ghc-7.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.4.2.ebuild,v 1.9 2013/04/14 13:31:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.4.2.ebuild,v 1.10 2013/04/14 21:25:46 ago Exp $ # Brief explanation of the bootstrap logic: # @@ -74,7 +74,7 @@ SRC_URI="!binary? ( http://www.haskell.org/ghc/dist/${PV}/${P}-src.tar.bz2 )" LICENSE="BSD" SLOT="0/${PV}" # ghc on ia64 needs gcc to support -mcmodel=medium (or some dark hackery) to avoid TOC overflow -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="doc ghcbootstrap ghcmakebinary +gmp llvm" IUSE+=" binary" # don't forget about me later! IUSE+=" elibc_glibc" # system stuff |