summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Weller <welp@gentoo.org>2007-03-27 20:35:23 +0000
committerPeter Weller <welp@gentoo.org>2007-03-27 20:35:23 +0000
commitfaaf489d8611de25d3123598404bab290b2c8ae4 (patch)
tree613974d5c138f4f6b25d079460d7c8fbaa6156df /dev-haskell/quickcheck
parentStable on amd64 wrt bug 170650 (diff)
downloadgentoo-2-faaf489d8611de25d3123598404bab290b2c8ae4.tar.gz
gentoo-2-faaf489d8611de25d3123598404bab290b2c8ae4.tar.bz2
gentoo-2-faaf489d8611de25d3123598404bab290b2c8ae4.zip
Stable on amd64 wrt bug 170650
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-haskell/quickcheck')
-rw-r--r--dev-haskell/quickcheck/ChangeLog5
-rw-r--r--dev-haskell/quickcheck/quickcheck-1.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/quickcheck/ChangeLog b/dev-haskell/quickcheck/ChangeLog
index c5fd054f1f55..55154b51c100 100644
--- a/dev-haskell/quickcheck/ChangeLog
+++ b/dev-haskell/quickcheck/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/quickcheck
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.8 2007/03/27 13:32:07 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.9 2007/03/27 20:35:23 welp Exp $
+
+ 27 Mar 2007; Peter Weller <welp@gentoo.org> quickcheck-1.0.ebuild:
+ Stable on amd64 wrt bug 170650
27 Mar 2007; Joseph Jezak <josejx@gentoo.org> quickcheck-1.0.ebuild:
Marked ppc stable for bug #170650.
diff --git a/dev-haskell/quickcheck/quickcheck-1.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.0.ebuild
index 1b42f870e562..b41af12ec3c1 100644
--- a/dev-haskell/quickcheck/quickcheck-1.0.ebuild
+++ b/dev-haskell/quickcheck/quickcheck-1.0.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/quickcheck/quickcheck-1.0.ebuild,v 1.7 2007/03/27 13:32:07 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.ebuild,v 1.8 2007/03/27 20:35:23 welp Exp $
inherit ghc-package
@@ -10,7 +10,7 @@ SRC_URI=""
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 hppa ~ia64 ppc ppc64 sparc x86"
IUSE=""
DEPEND="=virtual/ghc-6.4*"