diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-10-02 22:39:09 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-10-02 22:39:09 +0000 |
commit | 3f938169233d0c02c78087f97d9d83633687c77b (patch) | |
tree | 36d569fc4c518ffc4d870afe4571a0cb5444eef0 | |
parent | Sparc stable, related to Bug #239368. (diff) | |
download | gentoo-2-3f938169233d0c02c78087f97d9d83633687c77b.tar.gz gentoo-2-3f938169233d0c02c78087f97d9d83633687c77b.tar.bz2 gentoo-2-3f938169233d0c02c78087f97d9d83633687c77b.zip |
Sparc stable, needed for Bug #239368 (been around a long time now).
(Portage version: 2.2_rc11/cvs/Linux 2.6.20-gentoo-r8 x86_64)
-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 f5c2199109c6..56eb18e99a2b 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.7 2008/08/25 11:49:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.8 2008/10/02 22:39:09 fmccor Exp $ + + 02 Oct 2008; Ferris McCormick <fmccor@gentoo.org> parsec-2.1.0.0.ebuild: + Sparc stable, needed for Bug #239368 (been around a long time now). 25 Aug 2008; Raúl Porcel <armin76@gentoo.org> parsec-2.1.0.0.ebuild: Add ~ia64 diff --git a/dev-haskell/parsec/parsec-2.1.0.0.ebuild b/dev-haskell/parsec/parsec-2.1.0.0.ebuild index f938e7af3366..c2195676b0c5 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.7 2008/08/25 11:49:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.0.ebuild,v 1.8 2008/10/02 22:39:09 fmccor 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 ~ia64 ~ppc ~sparc x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.4" |