diff options
author | Matti Bickel <mabi@gentoo.org> | 2009-08-01 11:50:00 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2009-08-01 11:50:00 +0000 |
commit | adbe23f972f65994277caa8a60e8a874f432401c (patch) | |
tree | f83eec1a0f7ea8025314aec84030debd18ecb663 /dev-lang | |
parent | Use emake -j1 for install. (diff) | |
download | gentoo-2-adbe23f972f65994277caa8a60e8a874f432401c.tar.gz gentoo-2-adbe23f972f65994277caa8a60e8a874f432401c.tar.bz2 gentoo-2-adbe23f972f65994277caa8a60e8a874f432401c.zip |
add ~ppc
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.8.2.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index e212f9c7bc5f..79a6081c6de8 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.165 2009/07/29 18:02:58 kolmodin Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.166 2009/08/01 11:50:00 mabi Exp $ + + 01 Aug 2009; <mabi@gentoo.org> ghc-6.8.2.ebuild: + ~ppc added back 29 Jul 2009; Lennart Kolmodin <kolmodin@gentoo.org> Manifest: Fix broken manifest, ghc-6.8.2-ia64. Reported by Jeremy Olexa (darkside). diff --git a/dev-lang/ghc/ghc-6.8.2.ebuild b/dev-lang/ghc/ghc-6.8.2.ebuild index 6c416024e281..2155c9c4cf64 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.11 2009/05/10 21:03:06 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.12 2009/08/01 11:50:00 mabi Exp $ # Brief explanation of the bootstrap logic: # @@ -43,12 +43,13 @@ SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${P}-src.tar.bz amd64? ( mirror://gentoo/ghc-bin-${PV}-amd64.tbz2 ) hppa? ( mirror://gentoo/ghc-bin-${PV}-hppa.tbz2 ) ia64? ( mirror://gentoo/ghc-bin-${PV}-ia64.tbz2 ) + ppc? ( mirror://gentoo/ghc-bin-${PV}-ppc.tbz2 ) sparc? ( mirror://gentoo/ghc-bin-${PV}-sparc.tbz2 ) x86? ( mirror://gentoo/ghc-bin-${PV}-x86.tbz2 )" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ~ppc sparc x86" IUSE="binary doc ghcbootstrap" RDEPEND=" |