diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-17 17:35:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-17 17:35:47 +0000 |
commit | ab6ea6ffd3c7bab7222b92cf6de06d3c03df0cf1 (patch) | |
tree | fc7fb594c272f98a5360bfa20e2d98a7202ac604 /dev-haskell/parsec | |
parent | Add ~ppc64, wrt bug #443964 (diff) | |
download | gentoo-2-ab6ea6ffd3c7bab7222b92cf6de06d3c03df0cf1.tar.gz gentoo-2-ab6ea6ffd3c7bab7222b92cf6de06d3c03df0cf1.tar.bz2 gentoo-2-ab6ea6ffd3c7bab7222b92cf6de06d3c03df0cf1.zip |
Stable for ia64, wrt bug #441158
(Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)
Diffstat (limited to 'dev-haskell/parsec')
-rw-r--r-- | dev-haskell/parsec/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/parsec/parsec-3.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/parsec/ChangeLog b/dev-haskell/parsec/ChangeLog index 578314ad745f..80cede049afe 100644 --- a/dev-haskell/parsec/ChangeLog +++ b/dev-haskell/parsec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/parsec # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.28 2012/12/08 15:56:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.29 2012/12/17 17:35:47 ago Exp $ + + 17 Dec 2012; Agostino Sarubbo <ago@gentoo.org> parsec-3.1.3.ebuild: + Stable for ia64, wrt bug #441158 08 Dec 2012; Agostino Sarubbo <ago@gentoo.org> parsec-3.1.3.ebuild: Stable for ppc64, wrt bug #441158 diff --git a/dev-haskell/parsec/parsec-3.1.3.ebuild b/dev-haskell/parsec/parsec-3.1.3.ebuild index 06022e75d327..05756c5195c8 100644 --- a/dev-haskell/parsec/parsec-3.1.3.ebuild +++ b/dev-haskell/parsec/parsec-3.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-3.1.3.ebuild,v 1.6 2012/12/08 15:56:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-3.1.3.ebuild,v 1.7 2012/12/17 17:35:47 ago Exp $ EAPI=4 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/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-haskell/mtl[profile?] |