summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2010-03-14 18:42:10 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2010-03-14 18:42:10 +0000
commitb35c71f8d725f6ff398fb179bcf27a5049875e5d (patch)
treeb69bc7dbfc62acd6b47a44e29f5d5aefe1273043 /dev-haskell/quickcheck/quickcheck-1.0.1.ebuild
parentAdd back ~ppc64 to quickcheck-1.2. (diff)
downloadgentoo-2-b35c71f8d725f6ff398fb179bcf27a5049875e5d.tar.gz
gentoo-2-b35c71f8d725f6ff398fb179bcf27a5049875e5d.tar.bz2
gentoo-2-b35c71f8d725f6ff398fb179bcf27a5049875e5d.zip
Change SLOT=0 to SLOT=1 for dev-haskell/quickcheck-1*.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/quickcheck/quickcheck-1.0.1.ebuild')
-rw-r--r--dev-haskell/quickcheck/quickcheck-1.0.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild b/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild
index c63298a1efb2..3fd8fe829b54 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-2008 Gentoo Foundation
+# Copyright 1999-2010 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.9 2008/07/15 05:49:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild,v 1.10 2010/03/14 18:42:10 kolmodin Exp $
CABAL_FEATURES="lib profile haddock"
inherit base haskell-cabal
@@ -12,7 +12,7 @@ DESCRIPTION="An automatic, specification based testing utility for Haskell progr
HOMEPAGE="http://haskell.org/ghc/"
SRC_URI="http://www.haskell.org/ghc/dist/${GHC_PV}/ghc-${GHC_PV}-src-extralibs.tar.bz2"
LICENSE="BSD"
-SLOT="0"
+SLOT="1"
KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
IUSE=""