summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2009-12-16 20:15:29 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2009-12-16 20:15:29 +0000
commit549c017a089daa1f4d1d3883e4e2d3a59b8d25c5 (patch)
tree608ace24e12e71e511147ffa478fc932545136c8 /dev-haskell/parsec
parentStable for HPPA (bug #296426). (diff)
downloadgentoo-2-549c017a089daa1f4d1d3883e4e2d3a59b8d25c5.tar.gz
gentoo-2-549c017a089daa1f4d1d3883e4e2d3a59b8d25c5.tar.bz2
gentoo-2-549c017a089daa1f4d1d3883e4e2d3a59b8d25c5.zip
Add ~ppc64 keyword to dev-haskell/parsec 2.1.0.1. Tested by trofi.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/parsec')
-rw-r--r--dev-haskell/parsec/ChangeLog5
-rw-r--r--dev-haskell/parsec/parsec-2.1.0.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/parsec/ChangeLog b/dev-haskell/parsec/ChangeLog
index 24303de0cff0..f6ded216087c 100644
--- a/dev-haskell/parsec/ChangeLog
+++ b/dev-haskell/parsec/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/parsec
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.11 2009/04/19 10:14:32 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.12 2009/12/16 20:15:29 kolmodin Exp $
+
+ 16 Dec 2009; <kolmodin@gentoo.org> parsec-2.1.0.1.ebuild:
+ Add ~ppc64 keyword. Tested by trofi.
*parsec-2.1.0.1 (19 Apr 2009)
diff --git a/dev-haskell/parsec/parsec-2.1.0.1.ebuild b/dev-haskell/parsec/parsec-2.1.0.1.ebuild
index b0e04b3dfb42..f502f0b319b7 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-2009 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.1 2009/04/19 10:14:32 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.1.ebuild,v 1.2 2009/12/16 20:15:29 kolmodin 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 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.6.1"