summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGysbert Wassenaar <nixnut@gentoo.org>2007-12-16 19:04:08 +0000
committerGysbert Wassenaar <nixnut@gentoo.org>2007-12-16 19:04:08 +0000
commitf7d64a6e2f6e0ec83f0bda7634bdb7addb60209f (patch)
tree24b55ae890b4cb259a5ff20d93a145c26a146db4 /dev-haskell/quickcheck
parentStable on ppc wrt bug 201984 (diff)
downloadgentoo-2-f7d64a6e2f6e0ec83f0bda7634bdb7addb60209f.tar.gz
gentoo-2-f7d64a6e2f6e0ec83f0bda7634bdb7addb60209f.tar.bz2
gentoo-2-f7d64a6e2f6e0ec83f0bda7634bdb7addb60209f.zip
Stable on ppc wrt bug 201984
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'dev-haskell/quickcheck')
-rw-r--r--dev-haskell/quickcheck/ChangeLog5
-rw-r--r--dev-haskell/quickcheck/quickcheck-1.0.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/quickcheck/ChangeLog b/dev-haskell/quickcheck/ChangeLog
index ce86f8315f43..4505d9c36143 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.24 2007/12/13 05:49:14 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.25 2007/12/16 19:04:08 nixnut Exp $
+
+ 16 Dec 2007; nixnut <nixnut@gentoo.org> quickcheck-1.0.1.ebuild:
+ Stable on ppc wrt bug 201984
13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> quickcheck-1.0-r1.ebuild,
quickcheck-1.0.1.ebuild:
diff --git a/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild b/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild
index 1352979991ea..e55013442334 100644
--- a/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild
+++ b/dev-haskell/quickcheck/quickcheck-1.0.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/quickcheck/quickcheck-1.0.1.ebuild,v 1.6 2007/12/13 05:49:14 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild,v 1.7 2007/12/16 19:04:08 nixnut Exp $
CABAL_FEATURES="lib profile haddock"
inherit base haskell-cabal
@@ -14,7 +14,7 @@ SRC_URI="http://www.haskell.org/ghc/dist/${GHC_PV}/ghc-${GHC_PV}-src-extralibs.t
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc sparc x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ppc sparc x86"
IUSE=""
DEPEND=">=dev-lang/ghc-6.6"