summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-12-07 16:32:44 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-12-07 16:32:44 +0000
commit5c69c17524477289ae5f3fff36b28d920e90bdb0 (patch)
tree13b16b0004a6a0e51eb59fbd06ba6372a4dec67f
parentStable for ppc, wrt bug #421351 (diff)
downloadgentoo-2-5c69c17524477289ae5f3fff36b28d920e90bdb0.tar.gz
gentoo-2-5c69c17524477289ae5f3fff36b28d920e90bdb0.tar.bz2
gentoo-2-5c69c17524477289ae5f3fff36b28d920e90bdb0.zip
Stable for ppc, wrt bug #421351
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
-rw-r--r--dev-haskell/extensible-exceptions/ChangeLog6
-rw-r--r--dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/extensible-exceptions/ChangeLog b/dev-haskell/extensible-exceptions/ChangeLog
index 89ade9248b75..7909c9e6b4fb 100644
--- a/dev-haskell/extensible-exceptions/ChangeLog
+++ b/dev-haskell/extensible-exceptions/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/extensible-exceptions
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/extensible-exceptions/ChangeLog,v 1.4 2012/11/18 12:18:18 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/extensible-exceptions/ChangeLog,v 1.5 2012/12/07 16:32:44 ago Exp $
+
+ 07 Dec 2012; Agostino Sarubbo <ago@gentoo.org>
+ extensible-exceptions-0.1.1.4.ebuild:
+ Stable for ppc, wrt bug #421351
18 Nov 2012; Mark Wright <gienah@gentoo.org>
extensible-exceptions-0.1.1.4.ebuild:
diff --git a/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild b/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild
index 3410f4d61f2f..c3bc1b6bf6ed 100644
--- a/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild
+++ b/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.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/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild,v 1.4 2012/11/18 12:18:18 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild,v 1.5 2012/12/07 16:32:44 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.4:="