diff options
Diffstat (limited to 'dev-haskell/quickcheck/quickcheck-2.4.2-r1.ebuild')
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-2.4.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/quickcheck/quickcheck-2.4.2-r1.ebuild b/dev-haskell/quickcheck/quickcheck-2.4.2-r1.ebuild index d4bf286c4ba2..24ff99d236c0 100644 --- a/dev-haskell/quickcheck/quickcheck-2.4.2-r1.ebuild +++ b/dev-haskell/quickcheck/quickcheck-2.4.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.4.2-r1.ebuild,v 1.3 2012/09/12 15:10:42 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.4.2-r1.ebuild,v 1.4 2012/09/25 14:03:24 nativemad Exp $ EAPI="3" @@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" 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="+template_haskell" RDEPEND=">=dev-lang/ghc-6.10.1 |