diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-23 13:47:08 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-23 13:47:08 +0000 |
commit | 9ea2e6471f08770ebe1886937b5d70ca2deb79ae (patch) | |
tree | 624b49d3077d715843d84b6e089c08a36a3524fb /dev-haskell/parsec | |
parent | x86 stable per bug 352279 (diff) | |
download | gentoo-2-9ea2e6471f08770ebe1886937b5d70ca2deb79ae.tar.gz gentoo-2-9ea2e6471f08770ebe1886937b5d70ca2deb79ae.tar.bz2 gentoo-2-9ea2e6471f08770ebe1886937b5d70ca2deb79ae.zip |
Stable on amd64 wrt bug #352436
(Portage version: 2.1.9.33/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/parsec')
-rw-r--r-- | dev-haskell/parsec/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/parsec/parsec-2.1.0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/parsec/ChangeLog b/dev-haskell/parsec/ChangeLog index 54c8b26e97dd..936fae47dd52 100644 --- a/dev-haskell/parsec/ChangeLog +++ b/dev-haskell/parsec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/parsec -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.15 2010/08/15 21:08:15 slyfox Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.16 2011/01/23 13:47:08 hwoarang Exp $ + + 23 Jan 2011; Markos Chandras <hwoarang@gentoo.org> parsec-2.1.0.1.ebuild: + Stable on amd64 wrt bug #352436 15 Aug 2010; Sergei Trofimovich <slyfox@gentoo.org> parsec-2.1.0.1.ebuild: Marked ~x86-fbsd (fixes dev-haskell/network depends, bug #206283) diff --git a/dev-haskell/parsec/parsec-2.1.0.1.ebuild b/dev-haskell/parsec/parsec-2.1.0.1.ebuild index 86c94b5b9b7d..a70a7a67cbc6 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-2010 Gentoo Foundation +# Copyright 1999-2011 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.5 2010/08/15 21:08:15 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.1.ebuild,v 1.6 2011/01/23 13:47:08 hwoarang 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1" |