summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-08-25 11:49:35 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-08-25 11:49:35 +0000
commitf3334618a0e20bc15ae6313107d7bfcc43fb376d (patch)
treeac80a4006195614d73406afc6be6a3e3139496b0 /dev-haskell
parentVersion bump (diff)
downloadgentoo-2-f3334618a0e20bc15ae6313107d7bfcc43fb376d.tar.gz
gentoo-2-f3334618a0e20bc15ae6313107d7bfcc43fb376d.tar.bz2
gentoo-2-f3334618a0e20bc15ae6313107d7bfcc43fb376d.zip
Add ~ia64
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/parsec/ChangeLog5
-rw-r--r--dev-haskell/parsec/parsec-2.1.0.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/parsec/ChangeLog b/dev-haskell/parsec/ChangeLog
index ef6967210762..f5c2199109c6 100644
--- a/dev-haskell/parsec/ChangeLog
+++ b/dev-haskell/parsec/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/parsec
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.6 2008/07/15 06:02:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.7 2008/08/25 11:49:35 armin76 Exp $
+
+ 25 Aug 2008; Raúl Porcel <armin76@gentoo.org> parsec-2.1.0.0.ebuild:
+ Add ~ia64
15 Jul 2008; Jeroen Roovers <jer@gentoo.org> parsec-2.1.0.0.ebuild:
Stable for HPPA (bug #230919).
diff --git a/dev-haskell/parsec/parsec-2.1.0.0.ebuild b/dev-haskell/parsec/parsec-2.1.0.0.ebuild
index d78838cb8ff6..f938e7af3366 100644
--- a/dev-haskell/parsec/parsec-2.1.0.0.ebuild
+++ b/dev-haskell/parsec/parsec-2.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/parsec/parsec-2.1.0.0.ebuild,v 1.6 2008/07/15 06:02:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.0.ebuild,v 1.7 2008/08/25 11:49:35 armin76 Exp $
CABAL_FEATURES="lib profile haddock"
CABAL_MIN_VERSION=1.2
@@ -12,7 +12,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~sparc x86"
IUSE=""
DEPEND=">=dev-lang/ghc-6.4"