diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-08-02 11:01:42 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-08-02 11:01:42 +0000 |
commit | f47872415dd610bfbba5582ba1f08a306b902669 (patch) | |
tree | 2ee45958e87b8c5b38c03967aff1acb983d62e1b /dev-lang | |
parent | Version bump. Fix autorestart loop when session-saving is enabled, bug #27798... (diff) | |
download | gentoo-2-f47872415dd610bfbba5582ba1f08a306b902669.tar.gz gentoo-2-f47872415dd610bfbba5582ba1f08a306b902669.tar.bz2 gentoo-2-f47872415dd610bfbba5582ba1f08a306b902669.zip |
ppc fixes to dev-lang/ghc-6.8.2
(Portage version: 2.1.6.13/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.8.2.ebuild | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index d97fb6ca8d94..fbbacc4767e3 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.167 2009/08/02 10:23:12 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.168 2009/08/02 11:01:42 kolmodin Exp $ + + 02 Aug 2009; Lennart Kolmodin <kolmodin@gentoo.org> ghc-6.8.2.ebuild: + Make ppc work in pkg_setup. 02 Aug 2009; Lennart Kolmodin <kolmodin@gentoo.org> ghc-6.10.4.ebuild: Add sparc binary for ghc 6.10.4. Binary compiled by diff --git a/dev-lang/ghc/ghc-6.8.2.ebuild b/dev-lang/ghc/ghc-6.8.2.ebuild index 2155c9c4cf64..6a80477dcd48 100644 --- a/dev-lang/ghc/ghc-6.8.2.ebuild +++ b/dev-lang/ghc/ghc-6.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.12 2009/08/01 11:50:00 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.13 2009/08/02 11:01:42 kolmodin Exp $ # Brief explanation of the bootstrap logic: # @@ -131,12 +131,6 @@ pkg_setup() { die "USE=\"ghcbootstrap binary\" is not a valid combination." [[ -z $(type -P ghc) ]] && \ die "Could not find a ghc to bootstrap with." - elif use ppc || use ppc64; then - eerror "No binary .tbz2 package available yet for these arches:" - eerror " ppc, ppc64" - eerror "Please try emerging with USE=ghcbootstrap and report build" - eerror "sucess or failure to the haskell team (haskell@gentoo.org)" - die "No binary available for this arch yet, USE=ghcbootstrap" fi } |