summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerris McCormick <fmccor@gentoo.org>2006-08-24 14:30:40 +0000
committerFerris McCormick <fmccor@gentoo.org>2006-08-24 14:30:40 +0000
commitf535e92126f6c0931ea2a7dc80917085058cba9e (patch)
tree7a5a641b2880f1f2188e2adb13dc1842a5cfa511 /dev-haskell
parentRemoved old versions (diff)
downloadgentoo-2-f535e92126f6c0931ea2a7dc80917085058cba9e.tar.gz
gentoo-2-f535e92126f6c0931ea2a7dc80917085058cba9e.tar.bz2
gentoo-2-f535e92126f6c0931ea2a7dc80917085058cba9e.zip
Stable on sparc --- Bug #144678 --- Builds and installs; the structs example
fails (Bus error, data alignment), but I think this is a problem with the example. (Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/c2hs/ChangeLog7
-rw-r--r--dev-haskell/c2hs/c2hs-0.14.5.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-haskell/c2hs/ChangeLog b/dev-haskell/c2hs/ChangeLog
index 06e957ec5945..ee39445a17b2 100644
--- a/dev-haskell/c2hs/ChangeLog
+++ b/dev-haskell/c2hs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/c2hs
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.17 2006/08/24 10:07:16 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.18 2006/08/24 14:30:40 fmccor Exp $
+
+ 24 Aug 2006; Ferris McCormick <fmccor@gentoo.org> c2hs-0.14.5.ebuild:
+ Stable on sparc --- Bug #144678 --- Builds and installs; the structs example
+ fails (Bus error, data alignment), but I think this is a problem with the
+ example.
24 Aug 2006; Markus Rothe <corsair@gentoo.org> c2hs-0.14.5.ebuild:
Stable on ppc64; bug #144678
diff --git a/dev-haskell/c2hs/c2hs-0.14.5.ebuild b/dev-haskell/c2hs/c2hs-0.14.5.ebuild
index a33dd6751142..8b32b5bc3e44 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
# 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.7 2006/08/24 10:07:16 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/c2hs-0.14.5.ebuild,v 1.8 2006/08/24 14:30:40 fmccor 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.0"