summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Weller <welp@gentoo.org>2007-04-01 20:40:23 +0000
committerPeter Weller <welp@gentoo.org>2007-04-01 20:40:23 +0000
commite313b7949184310f9b9ab1e88b637e20569a82ad (patch)
treef5d36fbf29df099695212cfac2ec0ad44066fe78 /dev-haskell/quickcheck
parentVersion bump (diff)
downloadgentoo-2-e313b7949184310f9b9ab1e88b637e20569a82ad.tar.gz
gentoo-2-e313b7949184310f9b9ab1e88b637e20569a82ad.tar.bz2
gentoo-2-e313b7949184310f9b9ab1e88b637e20569a82ad.zip
Keyworded ~x86-fbsd
(Portage version: 2.1.2.3)
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 55154b51c100..026b40e6c198 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.9 2007/03/27 20:35:23 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.10 2007/04/01 20:40:23 welp Exp $
+
+ 01 Apr 2007; Peter Weller <welp@gentoo.org> quickcheck-1.0.ebuild:
+ Keyworded ~x86-fbsd
27 Mar 2007; Peter Weller <welp@gentoo.org> quickcheck-1.0.ebuild:
Stable on amd64 wrt bug 170650
diff --git a/dev-haskell/quickcheck/quickcheck-1.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.0.ebuild
index b41af12ec3c1..c073bcace09a 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.8 2007/03/27 20:35:23 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.ebuild,v 1.9 2007/04/01 20:40: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 ~x86-fbsd"
IUSE=""
DEPEND="=virtual/ghc-6.4*"