diff options
-rw-r--r-- | dev-haskell/mtl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/mtl/mtl-2.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/mtl/ChangeLog b/dev-haskell/mtl/ChangeLog index 680d880b9f39..294582649b17 100644 --- a/dev-haskell/mtl/ChangeLog +++ b/dev-haskell/mtl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/mtl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.55 2012/12/07 18:27:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.56 2012/12/08 15:55:49 ago Exp $ + + 08 Dec 2012; Agostino Sarubbo <ago@gentoo.org> mtl-2.1.2.ebuild: + Stable for ppc64, wrt bug #441154 07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> mtl-2.1.2.ebuild: Stable for ppc, wrt bug #441154 diff --git a/dev-haskell/mtl/mtl-2.1.2.ebuild b/dev-haskell/mtl/mtl-2.1.2.ebuild index 38e5abd8e319..1ef53610acff 100644 --- a/dev-haskell/mtl/mtl-2.1.2.ebuild +++ b/dev-haskell/mtl/mtl-2.1.2.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/mtl/mtl-2.1.2.ebuild,v 1.4 2012/12/07 18:27:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-2.1.2.ebuild,v 1.5 2012/12/08 15:55:49 ago Exp $ EAPI="4" @@ -13,7 +13,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/transformers-0.3*[profile?] |