summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-01-19 10:42:27 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-01-19 10:42:27 +0000
commitb87e3ef5ccee283a6e202e31a1c07304903c12ab (patch)
tree38d9bbfba937de389e5b261acfdaa0d970319f41 /dev-haskell/hashtables
parentStable for ppc, wrt bug #488808 (diff)
downloadgentoo-2-b87e3ef5ccee283a6e202e31a1c07304903c12ab.tar.gz
gentoo-2-b87e3ef5ccee283a6e202e31a1c07304903c12ab.tar.bz2
gentoo-2-b87e3ef5ccee283a6e202e31a1c07304903c12ab.zip
Stable for ppc, wrt bug #488808
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/hashtables')
-rw-r--r--dev-haskell/hashtables/ChangeLog7
-rw-r--r--dev-haskell/hashtables/hashtables-1.1.2.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/hashtables/ChangeLog b/dev-haskell/hashtables/ChangeLog
index fb8f23b57de5..8e42bf71ed1d 100644
--- a/dev-haskell/hashtables/ChangeLog
+++ b/dev-haskell/hashtables/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/hashtables
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/ChangeLog,v 1.16 2013/12/07 19:27:45 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/ChangeLog,v 1.17 2014/01/19 10:42:27 ago Exp $
+
+ 19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> hashtables-1.1.2.1.ebuild:
+ Stable for ppc, wrt bug #488808
07 Dec 2013; Pacho Ramos <pacho@gentoo.org> hashtables-1.1.2.1.ebuild:
x86 stable, bug #488808
diff --git a/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild b/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild
index 347709cfc147..2b183aeb2274 100644
--- a/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild
+++ b/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild,v 1.3 2013/12/07 19:27:45 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild,v 1.4 2014/01/19 10:42:27 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="bounds-checking debug portable sse4_1 +unsafe-tricks"
RDEPEND="dev-haskell/primitive:=[profile?]