summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-07-28 13:00:43 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-07-28 13:00:43 +0000
commit4b55ebcdac52b1d2712b5eae5f4dc14f0f467c32 (patch)
tree86d5f24d5d8f1232c1ed2b9c7366fb3669819a04 /dev-haskell/unix-compat
parentStable for ppc, wrt bug #470438 (diff)
downloadgentoo-2-4b55ebcdac52b1d2712b5eae5f4dc14f0f467c32.tar.gz
gentoo-2-4b55ebcdac52b1d2712b5eae5f4dc14f0f467c32.tar.bz2
gentoo-2-4b55ebcdac52b1d2712b5eae5f4dc14f0f467c32.zip
Stable for ppc, wrt bug #470376
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/unix-compat')
-rw-r--r--dev-haskell/unix-compat/ChangeLog5
-rw-r--r--dev-haskell/unix-compat/unix-compat-0.4.1.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/unix-compat/ChangeLog b/dev-haskell/unix-compat/ChangeLog
index 2cfdd5818a4b..a1fd6473272b 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.19 2013/07/28 10:44:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.20 2013/07/28 13:00:43 ago Exp $
+
+ 28 Jul 2013; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.1.ebuild:
+ Stable for ppc, wrt bug #470376
28 Jul 2013; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.1.ebuild:
Stable for amd64, wrt bug #470376
diff --git a/dev-haskell/unix-compat/unix-compat-0.4.1.1.ebuild b/dev-haskell/unix-compat/unix-compat-0.4.1.1.ebuild
index b1c2a8b52f69..1022e89dada9 100644
--- a/dev-haskell/unix-compat/unix-compat-0.4.1.1.ebuild
+++ b/dev-haskell/unix-compat/unix-compat-0.4.1.1.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.1.ebuild,v 1.2 2013/07/28 10:44:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.1.ebuild,v 1.3 2013/07/28 13:00:43 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="old-time"
RDEPEND=">=dev-lang/ghc-6.12.1:="