diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-08-25 11:51:54 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-08-25 11:51:54 +0000 |
commit | 3e9487d4f427e30bf286c7f07fe1e149a6e94e1b (patch) | |
tree | 8f3ea10e7efb06637fb7521349141923c2ba9e5e /dev-haskell/parsec | |
parent | Version bump (diff) | |
download | historical-3e9487d4f427e30bf286c7f07fe1e149a6e94e1b.tar.gz historical-3e9487d4f427e30bf286c7f07fe1e149a6e94e1b.tar.bz2 historical-3e9487d4f427e30bf286c7f07fe1e149a6e94e1b.zip |
Add ~ia64
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-haskell/parsec')
-rw-r--r-- | dev-haskell/parsec/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/parsec/parsec-2.1.0.0.ebuild | 4 |
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" |