diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-10-18 18:02:56 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-10-18 18:02:56 +0000 |
commit | 0a45220fa49eaa92e73cda8c4162522b6feb27f5 (patch) | |
tree | 3669f04cf35655da089a11a8325b94164736ddff /dev-haskell/parsec | |
parent | Stable on ppc wrt bug 239368 (diff) | |
download | gentoo-2-0a45220fa49eaa92e73cda8c4162522b6feb27f5.tar.gz gentoo-2-0a45220fa49eaa92e73cda8c4162522b6feb27f5.tar.bz2 gentoo-2-0a45220fa49eaa92e73cda8c4162522b6feb27f5.zip |
Stable on ppc wrt bug 239368
(Portage version: 2.1.4.5)
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 9463c8e5c04e..d6787bac8ca7 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.9 2008/10/04 18:01:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.10 2008/10/18 18:02:56 nixnut Exp $ + + 18 Oct 2008; nixnut <nixnut@gentoo.org> parsec-2.1.0.0.ebuild: + Stable on ppc wrt bug 239368 04 Oct 2008; Raúl Porcel <armin76@gentoo.org> parsec-2.1.0.0.ebuild: alpha/ia64 stable diff --git a/dev-haskell/parsec/parsec-2.1.0.0.ebuild b/dev-haskell/parsec/parsec-2.1.0.0.ebuild index dfdf9eafa5f8..e46785bf2f6f 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.9 2008/10/04 18:01:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.0.ebuild,v 1.10 2008/10/18 18:02:56 nixnut 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" |