summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-12-07 16:27:44 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-12-07 16:27:44 +0000
commit8068bb2b704ca08ef27f9b7b533791a857e7bf59 (patch)
treec37442ba68216a6870c5d0b60d37d4fafe5b17ef /dev-haskell/quickcheck
parentStable for ppc, wrt bug #421351 (diff)
downloadgentoo-2-8068bb2b704ca08ef27f9b7b533791a857e7bf59.tar.gz
gentoo-2-8068bb2b704ca08ef27f9b7b533791a857e7bf59.tar.bz2
gentoo-2-8068bb2b704ca08ef27f9b7b533791a857e7bf59.zip
Stable for ppc, wrt bug #421351
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-haskell/quickcheck')
-rw-r--r--dev-haskell/quickcheck/ChangeLog5
-rw-r--r--dev-haskell/quickcheck/quickcheck-2.4.2-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/quickcheck/ChangeLog b/dev-haskell/quickcheck/ChangeLog
index e51958689b51..c03165b85ce9 100644
--- a/dev-haskell/quickcheck/ChangeLog
+++ b/dev-haskell/quickcheck/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/quickcheck
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.57 2012/11/18 01:38:42 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.58 2012/12/07 16:27:44 ago Exp $
+
+ 07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> quickcheck-2.4.2-r1.ebuild:
+ Stable for ppc, wrt bug #421351
*quickcheck-2.5.1.1 (18 Nov 2012)
diff --git a/dev-haskell/quickcheck/quickcheck-2.4.2-r1.ebuild b/dev-haskell/quickcheck/quickcheck-2.4.2-r1.ebuild
index 24ff99d236c0..b884d2787d46 100644
--- a/dev-haskell/quickcheck/quickcheck-2.4.2-r1.ebuild
+++ b/dev-haskell/quickcheck/quickcheck-2.4.2-r1.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-haskell/quickcheck/quickcheck-2.4.2-r1.ebuild,v 1.4 2012/09/25 14:03:24 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.4.2-r1.ebuild,v 1.5 2012/12/07 16:27:44 ago Exp $
EAPI="3"
@@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="2"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="+template_haskell"
RDEPEND=">=dev-lang/ghc-6.10.1