diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-07-28 14:35:33 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-07-28 14:35:33 +0000 |
commit | 14f83c1a132e170853e03167c3a9ce741231c7de (patch) | |
tree | 2df334455592d789dc1ecd49a10c9a9dcbb5cf54 /dev-haskell/c2hs | |
parent | Stable on ppc wrt bug 186849 (diff) | |
download | gentoo-2-14f83c1a132e170853e03167c3a9ce741231c7de.tar.gz gentoo-2-14f83c1a132e170853e03167c3a9ce741231c7de.tar.bz2 gentoo-2-14f83c1a132e170853e03167c3a9ce741231c7de.zip |
Stable on ppc wrt bug 186849
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'dev-haskell/c2hs')
-rw-r--r-- | dev-haskell/c2hs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/c2hs/c2hs-0.14.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-haskell/c2hs/ChangeLog b/dev-haskell/c2hs/ChangeLog index c944496746c3..f8a4d67cbdd7 100644 --- a/dev-haskell/c2hs/ChangeLog +++ b/dev-haskell/c2hs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/c2hs # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.23 2007/04/29 17:26:45 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.24 2007/07/28 14:35:33 nixnut Exp $ + + 28 Jul 2007; nixnut <nixnut@gentoo.org> c2hs-0.14.5.ebuild: + Stable on ppc wrt bug 186849 29 Apr 2007; Lennart Kolmodin <kolmodin@gentoo.org> -c2hs-0.13.4.ebuild: Removing c2hs-0.13.4 as it does not work with ghc-6.6 and 0.14.5 works diff --git a/dev-haskell/c2hs/c2hs-0.14.5.ebuild b/dev-haskell/c2hs/c2hs-0.14.5.ebuild index a1342c82b6b8..30e8245206dc 100644 --- a/dev-haskell/c2hs/c2hs-0.14.5.ebuild +++ b/dev-haskell/c2hs/c2hs-0.14.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/c2hs-0.14.5.ebuild,v 1.11 2006/10/11 18:14:38 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/c2hs-0.14.5.ebuild,v 1.12 2007/07/28 14:35:33 nixnut Exp $ CABAL_FEATURES="bin" inherit base eutils haskell-cabal @@ -11,7 +11,7 @@ SRC_URI="http://www.cse.unsw.edu.au/~chak/haskell/c2hs/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ppc64 sparc x86" +KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86" IUSE="" DEPEND=">=virtual/ghc-6.4" |