summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/hunit/ChangeLog5
-rw-r--r--dev-haskell/hunit/hunit-1.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/hunit/ChangeLog b/dev-haskell/hunit/ChangeLog
index ce4c61b8bda2..e7279d13c25d 100644
--- a/dev-haskell/hunit/ChangeLog
+++ b/dev-haskell/hunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/hunit
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.7 2007/03/26 13:35:51 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.8 2007/03/27 13:30:54 josejx Exp $
+
+ 27 Mar 2007; Joseph Jezak <josejx@gentoo.org> hunit-1.1.ebuild:
+ Marked ppc stable for bug #170650.
26 Mar 2007; Raúl Porcel <armin76@gentoo.org> hunit-1.1.ebuild:
Add ~ia64 wrt bug 170650
diff --git a/dev-haskell/hunit/hunit-1.1.ebuild b/dev-haskell/hunit/hunit-1.1.ebuild
index 555f6e1bf29c..a1fe0626d2b5 100644
--- a/dev-haskell/hunit/hunit-1.1.ebuild
+++ b/dev-haskell/hunit/hunit-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1.ebuild,v 1.6 2007/03/26 13:35:51 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1.ebuild,v 1.7 2007/03/27 13:30:54 josejx Exp $
inherit ghc-package
@@ -10,7 +10,7 @@ SRC_URI=""
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 hppa ~ia64 ppc64 sparc x86"
+KEYWORDS="~amd64 hppa ~ia64 ppc ppc64 sparc x86"
IUSE=""
DEPEND="=virtual/ghc-6.4*"