diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-04-04 18:21:27 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-04-04 18:21:27 +0000 |
commit | 9e2e71ca63a87f474fc2524272a1b917db22414d (patch) | |
tree | 9536aa2444b88e95158121e5eb7332b1908ecd42 /dev-lang | |
parent | Stable for amd64, wrt bug #409403 (diff) | |
download | gentoo-2-9e2e71ca63a87f474fc2524272a1b917db22414d.tar.gz gentoo-2-9e2e71ca63a87f474fc2524272a1b917db22414d.tar.bz2 gentoo-2-9e2e71ca63a87f474fc2524272a1b917db22414d.zip |
alpha/ia64/ppc/ppc64/sparc stable wrt bug #407835
(Portage version: 2.2.0_alpha96_p5/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.12.3-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index bc6c19294442..79af65694cff 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.216 2012/03/24 17:09:31 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.217 2012/04/04 18:21:27 slyfox Exp $ + + 04 Apr 2012; Sergei Trofimovich <slyfox@gentoo.org> ghc-6.12.3-r2.ebuild: + alpha/ia64/ppc/ppc64/sparc stable wrt bug #407835 24 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> ghc-6.12.3-r2.ebuild: x86 stable wrt bug #407835 diff --git a/dev-lang/ghc/ghc-6.12.3-r2.ebuild b/dev-lang/ghc/ghc-6.12.3-r2.ebuild index d6c55e167f95..cb3a968a9c19 100644 --- a/dev-lang/ghc/ghc-6.12.3-r2.ebuild +++ b/dev-lang/ghc/ghc-6.12.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3-r2.ebuild,v 1.5 2012/03/24 17:09:31 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3-r2.ebuild,v 1.6 2012/04/04 18:21:27 slyfox Exp $ # Brief explanation of the bootstrap logic: # @@ -58,7 +58,7 @@ SRC_URI="!binary? ( http://darcs.haskell.org/download/dist/${PV}/${P}-src.tar.bz !ghcbootstrap? ( $arch_binaries )" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="binary doc ghcbootstrap" RDEPEND=" |