summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2011-02-25 13:20:28 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2011-02-25 13:20:28 +0000
commitd8831dc5183530a7994eb101e35ecb5a8c5f8367 (patch)
tree7a25f3182268c2796af778b195baf66dd92147c6 /dev-haskell/quickcheck
parentppc64 stable wrt #339580 (diff)
downloadhistorical-d8831dc5183530a7994eb101e35ecb5a8c5f8367.tar.gz
historical-d8831dc5183530a7994eb101e35ecb5a8c5f8367.tar.bz2
historical-d8831dc5183530a7994eb101e35ecb5a8c5f8367.zip
ppc/ppc64 stable wrt #339580
Package-Manager: portage-2.2.0_alpha23/cvs/Linux ppc64
Diffstat (limited to 'dev-haskell/quickcheck')
-rw-r--r--dev-haskell/quickcheck/ChangeLog8
-rw-r--r--dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-haskell/quickcheck/ChangeLog b/dev-haskell/quickcheck/ChangeLog
index 2d40287e5808..27d4071e2f8e 100644
--- a/dev-haskell/quickcheck/ChangeLog
+++ b/dev-haskell/quickcheck/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/quickcheck
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.46 2010/11/20 23:26:53 slyfox Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.47 2011/02/25 13:15:18 xarthisius Exp $
+
+ 25 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
+ quickcheck-2.1.0.3.ebuild:
+ ppc/ppc64 stable wrt #339580
20 Nov 2010; Sergei Trofimovich <slyfox@gentoo.org>
quickcheck-2.1.0.3.ebuild:
diff --git a/dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild b/dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild
index b9a04fbb82dd..fcf93d470669 100644
--- a/dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild
+++ b/dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild,v 1.7 2010/11/20 23:26:53 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild,v 1.8 2011/02/25 13:15:18 xarthisius Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -14,7 +14,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.
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=""
DEPEND=">=dev-lang/ghc-6.10