summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-03-28 22:24:18 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-03-28 22:24:18 +0000
commit0ed9633c399c17156e37d06fe1ef2aed4b45944b (patch)
treef5c4ed54fb792645efbfd3d9ba494b8320dc2d5d
parentStable for ia64, wrt bug #456472 (diff)
downloadgentoo-2-0ed9633c399c17156e37d06fe1ef2aed4b45944b.tar.gz
gentoo-2-0ed9633c399c17156e37d06fe1ef2aed4b45944b.tar.bz2
gentoo-2-0ed9633c399c17156e37d06fe1ef2aed4b45944b.zip
Stable for ia64, wrt bug #457284
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
-rw-r--r--dev-haskell/unix-compat/ChangeLog5
-rw-r--r--dev-haskell/unix-compat/unix-compat-0.4.1.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/unix-compat/ChangeLog b/dev-haskell/unix-compat/ChangeLog
index a3616a51f379..89ba1c333292 100644
--- a/dev-haskell/unix-compat/ChangeLog
+++ b/dev-haskell/unix-compat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/unix-compat
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.14 2013/03/27 09:15:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.15 2013/03/28 22:24:18 ago Exp $
+
+ 28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.0.ebuild:
+ Stable for ia64, wrt bug #457284
27 Mar 2013; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.0.ebuild:
Stable for ppc64, wrt bug #457284
diff --git a/dev-haskell/unix-compat/unix-compat-0.4.1.0.ebuild b/dev-haskell/unix-compat/unix-compat-0.4.1.0.ebuild
index 6ef72b1ad323..4aab48fd58ec 100644
--- a/dev-haskell/unix-compat/unix-compat-0.4.1.0.ebuild
+++ b/dev-haskell/unix-compat/unix-compat-0.4.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.0.ebuild,v 1.5 2013/03/27 09:15:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.0.ebuild,v 1.6 2013/03/28 22:24:18 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"
+KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.12.1:="