diff options
author | Andres Loeh <kosmikus@gentoo.org> | 2005-03-09 13:11:06 +0000 |
---|---|---|
committer | Andres Loeh <kosmikus@gentoo.org> | 2005-03-09 13:11:06 +0000 |
commit | 33b6d02ae4544c59eb71b6091ae2d468c68fb5f1 (patch) | |
tree | 3fc3e15f63c7de0086a69a74c5024d676a14023d /dev-lang | |
parent | added a package.masked snapshot of ghc-6.4 for testing purposes (diff) | |
download | gentoo-2-33b6d02ae4544c59eb71b6091ae2d468c68fb5f1.tar.gz gentoo-2-33b6d02ae4544c59eb71b6091ae2d468c68fb5f1.tar.bz2 gentoo-2-33b6d02ae4544c59eb71b6091ae2d468c68fb5f1.zip |
Fixed sparc keyword and ChangeLog entry.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.4_pre20050308.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 4bfaa5507802..50619a8762b6 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,11 @@ # 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.51 2005/02/19 18:52:45 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.52 2005/03/09 13:11:06 kosmikus Exp $ + +*ghc-6.4_pre20050308 (09 Mar 2005) + + 09 Mar 2005; Andres Loeh <kosmikus@gentoo.org> ghc-6.4_pre20050308.ebuild: + Added a ghc-6.4 snapshot for testing purposes. 19 Feb 2005; Jason Wever <weeve@gentoo.org> ghc-6.0.1.ebuild, ghc-6.2-r1.ebuild, ghc-6.2.1-r1.ebuild, ghc-6.2.2.ebuild, ghc-6.2.ebuild: diff --git a/dev-lang/ghc/ghc-6.4_pre20050308.ebuild b/dev-lang/ghc/ghc-6.4_pre20050308.ebuild index 710a53f656e7..71d51b014a72 100644 --- a/dev-lang/ghc/ghc-6.4_pre20050308.ebuild +++ b/dev-lang/ghc/ghc-6.4_pre20050308.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_pre20050308.ebuild,v 1.1 2005/03/09 13:06:20 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4_pre20050308.ebuild,v 1.2 2005/03/09 13:11:06 kosmikus Exp $ # Brief explanation of the bootstrap logic: # @@ -32,7 +32,7 @@ SRC_URI="http://www.haskell.org/ghc/dist/${EXTRA_SRC_URI}/${MY_P}-src.tar.bz2" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc -alpha ~amd64" +KEYWORDS="~x86 ~ppc -alpha ~amd64 -sparc" S="${WORKDIR}/${MY_P}" |