summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2011-01-31 19:34:05 +0000
committerChristian Faulhammer <fauli@gentoo.org>2011-01-31 19:34:05 +0000
commitea39d7f37c9071c0d9c909620542e9f9cbb3347a (patch)
treefa23e642caf1aba07b418df54eec2b641fb23226 /dev-haskell/parsec
parentStable on amd64 wrt bug #353264 (diff)
downloadhistorical-ea39d7f37c9071c0d9c909620542e9f9cbb3347a.tar.gz
historical-ea39d7f37c9071c0d9c909620542e9f9cbb3347a.tar.bz2
historical-ea39d7f37c9071c0d9c909620542e9f9cbb3347a.zip
stable x86, bug 352436
Package-Manager: portage-2.1.9.35/cvs/Linux i686
Diffstat (limited to 'dev-haskell/parsec')
-rw-r--r--dev-haskell/parsec/ChangeLog6
-rw-r--r--dev-haskell/parsec/parsec-2.1.0.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/parsec/ChangeLog b/dev-haskell/parsec/ChangeLog
index 936fae47dd52..d2e7feea50f2 100644
--- a/dev-haskell/parsec/ChangeLog
+++ b/dev-haskell/parsec/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/parsec
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.16 2011/01/23 13:47:08 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.17 2011/01/31 19:34:05 fauli Exp $
+
+ 31 Jan 2011; Christian Faulhammer <fauli@gentoo.org>
+ parsec-2.1.0.1.ebuild:
+ stable x86, bug 352436
23 Jan 2011; Markos Chandras <hwoarang@gentoo.org> parsec-2.1.0.1.ebuild:
Stable on amd64 wrt bug #352436
diff --git a/dev-haskell/parsec/parsec-2.1.0.1.ebuild b/dev-haskell/parsec/parsec-2.1.0.1.ebuild
index a70a7a67cbc6..01fc4a9e65ef 100644
--- a/dev-haskell/parsec/parsec-2.1.0.1.ebuild
+++ b/dev-haskell/parsec/parsec-2.1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.1.ebuild,v 1.6 2011/01/23 13:47:08 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.1.ebuild,v 1.7 2011/01/31 19:34:05 fauli Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.6.1"