diff options
Diffstat (limited to 'dev-haskell/quickcheck')
-rw-r--r-- | dev-haskell/quickcheck/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-1.0.ebuild | 4 |
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*" |