slyfox 14/09/05 10:40:46 Modified: ghc-7.8.3.ebuild ChangeLog Log: 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)
Revision Changes Path 1.10 dev-lang/ghc/ghc-7.8.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?r1=1.9&r2=1.10 Index: ghc-7.8.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ghc-7.8.3.ebuild 4 Sep 2014 20:30:42 -0000 1.9 +++ ghc-7.8.3.ebuild 5 Sep 2014 10:40:45 -0000 1.10 @@ -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 @@ 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="*" 1.268 dev-lang/ghc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.268&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.268&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.267&r2=1.268 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v retrieving revision 1.267 retrieving revision 1.268 diff -u -r1.267 -r1.268 --- ChangeLog 4 Sep 2014 20:30:42 -0000 1.267 +++ ChangeLog 5 Sep 2014 10:40:45 -0000 1.268 @@ -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 <[email protected]> ghc-7.8.3.ebuild: + Allow USE=gmp on ia64 (fixed by ghc-7.8.3-ia64-prim.patch). 04 Sep 2014; Sergei Trofimovich <[email protected]> +files/ghc-7.8.3-cc-lang.patch, +files/ghc-7.8.3-deRefStablePtr.patch,
