diff options
author | 2005-10-04 19:13:27 +0000 | |
---|---|---|
committer | 2005-10-04 19:13:27 +0000 | |
commit | b095feb2e29461740fad56786f2411f074b193d9 (patch) | |
tree | dbc2fa302233a804c50b9e557a4107068e4ee473 /dev-lang/ghc | |
parent | use fedora mirror in SRC_URI (diff) | |
download | gentoo-2-b095feb2e29461740fad56786f2411f074b193d9.tar.gz gentoo-2-b095feb2e29461740fad56786f2411f074b193d9.tar.bz2 gentoo-2-b095feb2e29461740fad56786f2411f074b193d9.zip |
Back to the ~ppc
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 2d92df534e18..6f8359ce3481 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.68 2005/10/04 15:07:02 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.69 2005/10/04 19:13:27 gustavoz Exp $ + + 04 Oct 2005; Gustavo Zacarias <gustavoz@gentoo.org> ghc-6.4.1.ebuild: + Back to the ~ppc 04 Oct 2005; <duncan@gentoo.org> ghc-6.4.1.ebuild: Add ~sparc to KEYWORDS and enable GHCi on sparc. diff --git a/dev-lang/ghc/ghc-6.4.1.ebuild b/dev-lang/ghc/ghc-6.4.1.ebuild index 18232317c678..02a08c2a88a7 100644 --- a/dev-lang/ghc/ghc-6.4.1.ebuild +++ b/dev-lang/ghc/ghc-6.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.1.ebuild,v 1.3 2005/10/04 15:07:02 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.1.ebuild,v 1.4 2005/10/04 19:13:27 gustavoz Exp $ # We abandon virtual/ghc in favor of || dependencies. # Here's a brief explanation of the new bootstrap logic: @@ -35,7 +35,7 @@ SRC_URI="http://www.haskell.org/ghc/dist/${EXTRA_SRC_URI}/${MY_P}-src.tar.bz2" LICENSE="as-is" SLOT="0" # re-add ~ppc64 once dependencies are fulfilled -KEYWORDS="-alpha ~amd64 ~x86 ~sparc" +KEYWORDS="-alpha ~amd64 ~x86 ~sparc ~ppc" S="${WORKDIR}/${MY_P}" |