summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-10-04 18:01:06 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-10-04 18:01:06 +0000
commit2acea3470f67a43dc0acb4c0028bfd354c7ac1ee (patch)
tree01cba6f3e425917abb625ff748b990a3ba1be858 /dev-haskell/quickcheck
parentfix bug #216450 (diff)
downloadhistorical-2acea3470f67a43dc0acb4c0028bfd354c7ac1ee.tar.gz
historical-2acea3470f67a43dc0acb4c0028bfd354c7ac1ee.tar.bz2
historical-2acea3470f67a43dc0acb4c0028bfd354c7ac1ee.zip
alpha/ia64 stable
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-haskell/quickcheck')
-rw-r--r--dev-haskell/quickcheck/ChangeLog5
-rw-r--r--dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/quickcheck/ChangeLog b/dev-haskell/quickcheck/ChangeLog
index 370fbdd832ef..3446592eefbb 100644
--- a/dev-haskell/quickcheck/ChangeLog
+++ b/dev-haskell/quickcheck/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/quickcheck
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.30 2008/10/03 23:44:23 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.31 2008/10/04 17:55:19 armin76 Exp $
+
+ 04 Oct 2008; Raúl Porcel <armin76@gentoo.org> quickcheck-1.1.0.0.ebuild:
+ alpha/ia64 stable
03 Oct 2008; Ferris McCormick <fmccor@gentoo.org>
quickcheck-1.1.0.0.ebuild:
diff --git a/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild
index e8e832453129..3af354230c1b 100644
--- a/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild
+++ b/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild,v 1.4 2008/10/03 23:44:23 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild,v 1.5 2008/10/04 17:55:19 armin76 Exp $
CABAL_FEATURES="lib profile haddock"
CABAL_MIN_VERSION=1.2
@@ -15,7 +15,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~ppc sparc x86"
IUSE=""
DEPEND=">=dev-lang/ghc-6.6"