diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-03-01 16:21:22 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-03-01 16:21:22 +0000 |
commit | 5224c16800ca09fd20c4246dd29d37f57c54c0c0 (patch) | |
tree | 6b9f385d5c1a12a25c0ec7ff7de98036a3820363 /dev-lang | |
parent | Version bump. Fix man page, bug #124456 by Rajiv Aaron Manglani <rajiv@gentoo... (diff) | |
download | gentoo-2-5224c16800ca09fd20c4246dd29d37f57c54c0c0.tar.gz gentoo-2-5224c16800ca09fd20c4246dd29d37f57c54c0c0.tar.bz2 gentoo-2-5224c16800ca09fd20c4246dd29d37f57c54c0c0.zip |
Added ~ppc64; bug #88362
(Portage version: 2.0.54)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.4.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index cc264ac9a509..658150077161 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.78 2006/02/24 11:13:04 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.79 2006/03/01 16:21:22 corsair Exp $ + + 01 Mar 2006; Markus Rothe <corsair@gentoo.org> ghc-6.4.1-r2.ebuild: + Added ~ppc64; bug #88362 24 Feb 2006; Duncan Coutts <dcoutts@gentoo.org> -files/ghc-6.0.1.haddock.patch: diff --git a/dev-lang/ghc/ghc-6.4.1-r2.ebuild b/dev-lang/ghc/ghc-6.4.1-r2.ebuild index 8547997a4773..866c0b9d5f27 100644 --- a/dev-lang/ghc/ghc-6.4.1-r2.ebuild +++ b/dev-lang/ghc/ghc-6.4.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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-r2.ebuild,v 1.1 2006/02/16 00:11:15 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.1-r2.ebuild,v 1.2 2006/03/01 16:21:22 corsair Exp $ # Brief explanation of the bootstrap logic: # @@ -34,7 +34,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 ~ppc" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" S="${WORKDIR}/${MY_P}" |