diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-28 22:45:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-28 22:45:39 +0000 |
commit | 7a08019605b54d0a0990ed62bc1eb74d95947737 (patch) | |
tree | 1c09518b1a5dd4184ce253ce069860b2da38c9f2 /dev-lang | |
parent | Stable for ia64, wrt bug #457272 (diff) | |
download | gentoo-2-7a08019605b54d0a0990ed62bc1eb74d95947737.tar.gz gentoo-2-7a08019605b54d0a0990ed62bc1eb74d95947737.tar.bz2 gentoo-2-7a08019605b54d0a0990ed62bc1eb74d95947737.zip |
Stable for x86, wrt bug #457780
(Portage version: 2.1.11.55/cvs/Linux x86_64, 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 b6c6dcf7d769..b5b5a87f52b4 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.235 2013/03/28 22:43:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.236 2013/03/28 22:45:39 ago Exp $ + + 28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> ghc-7.4.2.ebuild: + Stable for x86, wrt bug #457780 28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> ghc-7.4.2.ebuild: Stable for amd64, wrt bug #457780 diff --git a/dev-lang/ghc/ghc-7.4.2.ebuild b/dev-lang/ghc/ghc-7.4.2.ebuild index 8bc2dd26af3a..124f24c0c413 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.6 2013/03/28 22:43:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.4.2.ebuild,v 1.7 2013/03/28 22:45:39 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 |