summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-03-25 20:15:37 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-03-25 20:15:37 +0000
commite1c009d09596da80fb37aeaee5b1b1e8cf996020 (patch)
treeab8c77c7fecec45e9ed439ccf2665b71ce3a3b72 /dev-haskell/unix-compat
parentStable for amd64, wrt bug #457282 (diff)
downloadgentoo-2-e1c009d09596da80fb37aeaee5b1b1e8cf996020.tar.gz
gentoo-2-e1c009d09596da80fb37aeaee5b1b1e8cf996020.tar.bz2
gentoo-2-e1c009d09596da80fb37aeaee5b1b1e8cf996020.zip
Stable for amd64, wrt bug #457284
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/unix-compat')
-rw-r--r--dev-haskell/unix-compat/ChangeLog7
-rw-r--r--dev-haskell/unix-compat/unix-compat-0.4.1.0.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/unix-compat/ChangeLog b/dev-haskell/unix-compat/ChangeLog
index f20950769165..e9294e24418d 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.10 2012/12/23 20:05:05 slyfox Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.11 2013/03/25 20:15:37 ago Exp $
+
+ 25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> unix-compat-0.4.1.0.ebuild:
+ Stable for amd64, wrt bug #457284
*unix-compat-0.4.1.0 (23 Dec 2012)
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 00b3d6692aae..88afe1c2844a 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-2012 Gentoo Foundation
+# 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.1 2012/12/23 20:05:05 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.0.ebuild,v 1.2 2013/03/25 20:15:37 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:="