diff options
author | Andres Loeh <kosmikus@gentoo.org> | 2005-05-11 21:53:11 +0000 |
---|---|---|
committer | Andres Loeh <kosmikus@gentoo.org> | 2005-05-11 21:53:11 +0000 |
commit | efc936db0b82aa02bfa84ed2223bd80d914ecfc7 (patch) | |
tree | 8fc8089e8bb4c7844075a1264e5975376a440e2f /dev-lang | |
parent | Changes to ghc-updater, to make it a bit more useful for the update to ghc-6.4. (diff) | |
download | gentoo-2-efc936db0b82aa02bfa84ed2223bd80d914ecfc7.tar.gz gentoo-2-efc936db0b82aa02bfa84ed2223bd80d914ecfc7.tar.bz2 gentoo-2-efc936db0b82aa02bfa84ed2223bd80d914ecfc7.zip |
Removing ~ppc64 from ghc-6.4 again (hopefully temporarily), see comment #24 of bug #68930.
(Portage version: 2.0.51.21)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.4.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 7a14d77c8bcf..92edd5372f25 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,10 @@ # 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.59 2005/05/11 21:36:02 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.60 2005/05/11 21:53:11 kosmikus Exp $ + + 11 May 2005; Andres Loeh <kosmikus@gentoo.org> ghc-6.4.ebuild: + Removing ~ppc64 from ghc-6.4 again (hopefully temporarily), see comment #24 + of bug #68930. 11 May 2005; Andres Loeh <kosmikus@gentoo.org> files/ghc-updater: Changes to ghc-updater, to make it a bit more useful for the update to ghc-6.4. diff --git a/dev-lang/ghc/ghc-6.4.ebuild b/dev-lang/ghc/ghc-6.4.ebuild index 041e85950fec..4504d1b3c8a2 100644 --- a/dev-lang/ghc/ghc-6.4.ebuild +++ b/dev-lang/ghc/ghc-6.4.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.ebuild,v 1.5 2005/05/09 16:00:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.ebuild,v 1.6 2005/05/11 21:53:11 kosmikus Exp $ # Brief explanation of the bootstrap logic: # @@ -32,7 +32,8 @@ SRC_URI="http://www.haskell.org/ghc/dist/${EXTRA_SRC_URI}/${MY_P}-src.tar.bz2" LICENSE="as-is" SLOT="0" -KEYWORDS="-alpha ~amd64 ~ppc ~ppc64 -sparc ~x86" +# re-add ~ppc64 once dependencies are fulfilled +KEYWORDS="-alpha ~amd64 ~ppc -sparc ~x86" S="${WORKDIR}/${MY_P}" |