diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-03-20 17:42:58 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-03-20 17:42:58 +0000 |
commit | 041a577e5fd54c5b9d7ea6b6c1a55fff50f324f7 (patch) | |
tree | 34288a7d16557bc4884035ba3c01c7d6d84ba871 /dev-lang/ghc-bin | |
parent | Add ~alpha wrt bug #111427. Tested by Thomas Cort <tcort@cs.ubishops.ca>. (diff) | |
download | gentoo-2-041a577e5fd54c5b9d7ea6b6c1a55fff50f324f7.tar.gz gentoo-2-041a577e5fd54c5b9d7ea6b6c1a55fff50f324f7.tar.bz2 gentoo-2-041a577e5fd54c5b9d7ea6b6c1a55fff50f324f7.zip |
Stable on ppc. Bug 126134
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'dev-lang/ghc-bin')
-rw-r--r-- | dev-lang/ghc-bin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ghc-bin/ChangeLog b/dev-lang/ghc-bin/ChangeLog index 28577cca9987..f1274c0e1313 100644 --- a/dev-lang/ghc-bin/ChangeLog +++ b/dev-lang/ghc-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc-bin # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ChangeLog,v 1.43 2006/03/13 17:22:50 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ChangeLog,v 1.44 2006/03/20 17:42:57 nixnut Exp $ + + 20 Mar 2006; <nixnut@gentoo.org> ghc-bin-6.4.1.ebuild: + Stable on ppc. Bug #126134 13 Mar 2006; Duncan Coutts <dcoutts@gentoo.org> +files/ghc-updater, ghc-bin-6.4.1.ebuild: diff --git a/dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild b/dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild index 33275e67e2ea..90282c6a25c3 100644 --- a/dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild +++ b/dev-lang/ghc-bin/ghc-bin-6.4.1.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-bin/ghc-bin-6.4.1.ebuild,v 1.10 2006/03/13 17:22:50 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild,v 1.11 2006/03/20 17:42:58 nixnut Exp $ inherit base multilib ghc-package @@ -16,7 +16,7 @@ SRC_URI="x86? ( mirror://gentoo/${P}-x86.tbz2 ) ppc64? ( mirror://gentoo/${P}-ppc64.tbz2 )" LICENSE="as-is" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ppc ~ppc64 ~sparc ~x86" SLOT="0" IUSE="" # use the non-binary version if you want to have more choice |