diff options
author | 2014-09-05 10:40:45 +0000 | |
---|---|---|
committer | 2014-09-05 10:40:45 +0000 | |
commit | 877c258567dfa177a204b9043339134134a0f7a1 (patch) | |
tree | 5d7e23ac061383cf240e710e73c752801411d98d /dev-lang/ghc | |
parent | Stable on alpha, bug 519264 (diff) | |
download | gentoo-2-877c258567dfa177a204b9043339134134a0f7a1.tar.gz gentoo-2-877c258567dfa177a204b9043339134134a0f7a1.tar.bz2 gentoo-2-877c258567dfa177a204b9043339134134a0f7a1.zip |
Allow USE=gmp on ia64 (fixed by ghc-7.8.3-ia64-prim.patch).
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-7.8.3.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 7a591b4d63ed..178fa279bc60 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.267 2014/09/04 20:30:42 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.268 2014/09/05 10:40:45 slyfox Exp $ + + 05 Sep 2014; Sergei Trofimovich <slyfox@gentoo.org> ghc-7.8.3.ebuild: + Allow USE=gmp on ia64 (fixed by ghc-7.8.3-ia64-prim.patch). 04 Sep 2014; Sergei Trofimovich <slyfox@gentoo.org> +files/ghc-7.8.3-cc-lang.patch, +files/ghc-7.8.3-deRefStablePtr.patch, diff --git a/dev-lang/ghc/ghc-7.8.3.ebuild b/dev-lang/ghc/ghc-7.8.3.ebuild index 5271f8ba618d..4166a885ffef 100644 --- a/dev-lang/ghc/ghc-7.8.3.ebuild +++ b/dev-lang/ghc/ghc-7.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.9 2014/09/04 20:30:42 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.10 2014/09/05 10:40:45 slyfox Exp $ EAPI=5 @@ -97,8 +97,6 @@ DEPEND="${RDEPEND} PDEPEND="!ghcbootstrap? ( =app-admin/haskell-updater-1.2* )" REQUIRED_USE="?? ( ghcbootstrap binary )" -# ia64 fails to return from STG GMP primitives (stage2 always SIGSEGVs) -REQUIRED_USE+=" ia64? ( !gmp )" # yeah, top-level 'use' sucks. I'd like to have it in 'src_install()' use binary && QA_PREBUILT="*" |