summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2010-06-01 13:06:09 +0000
committerJoseph Jezak <josejx@gentoo.org>2010-06-01 13:06:09 +0000
commit6baa40e18f3a908cb266757359434f7a9afad23f (patch)
treedcb29e166766db9d3f66db54b5e77913e40b3edd /dev-haskell/hunit
parentMarked ppc stable for bug #278545. (diff)
downloadgentoo-2-6baa40e18f3a908cb266757359434f7a9afad23f.tar.gz
gentoo-2-6baa40e18f3a908cb266757359434f7a9afad23f.tar.bz2
gentoo-2-6baa40e18f3a908cb266757359434f7a9afad23f.zip
Marked ppc stable for bug #279736.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/hunit')
-rw-r--r--dev-haskell/hunit/ChangeLog7
-rw-r--r--dev-haskell/hunit/hunit-1.2.0.3.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/hunit/ChangeLog b/dev-haskell/hunit/ChangeLog
index 22effb6e606c..9983ee55414e 100644
--- a/dev-haskell/hunit/ChangeLog
+++ b/dev-haskell/hunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/hunit
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.37 2009/12/15 23:16:20 kolmodin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.38 2010/06/01 13:06:09 josejx Exp $
+
+ 01 Jun 2010; Joseph Jezak <josejx@gentoo.org> hunit-1.2.0.3.ebuild:
+ Marked ppc stable for bug #279736.
*hunit-1.2.2.1 (15 Dec 2009)
diff --git a/dev-haskell/hunit/hunit-1.2.0.3.ebuild b/dev-haskell/hunit/hunit-1.2.0.3.ebuild
index 5637aa81e25e..799d5999fa01 100644
--- a/dev-haskell/hunit/hunit-1.2.0.3.ebuild
+++ b/dev-haskell/hunit/hunit-1.2.0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.3.ebuild,v 1.4 2009/09/12 17:28:41 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.3.ebuild,v 1.5 2010/06/01 13:06:09 josejx Exp $
CABAL_FEATURES="lib profile haddock"
inherit base haskell-cabal
@@ -14,7 +14,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ia64 ~ppc sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ia64 ppc sparc x86"
IUSE=""
DEPEND=">=dev-lang/ghc-6.6.1