summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-02-02 11:13:30 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-02-02 11:13:30 +0000
commit75ec11359920215e4bd3e9f14c76b0bc5b39dcb8 (patch)
tree96acdb533d9b7936fd6831018d83faf06c9efe43 /dev-haskell
parentStable for sparc, wrt bug #488808 (diff)
downloadgentoo-2-75ec11359920215e4bd3e9f14c76b0bc5b39dcb8.tar.gz
gentoo-2-75ec11359920215e4bd3e9f14c76b0bc5b39dcb8.tar.bz2
gentoo-2-75ec11359920215e4bd3e9f14c76b0bc5b39dcb8.zip
Stable for sparc, wrt bug #488808
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/hashtables/ChangeLog5
-rw-r--r--dev-haskell/hashtables/hashtables-1.1.2.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/hashtables/ChangeLog b/dev-haskell/hashtables/ChangeLog
index 0709124c3cae..ad3bbd52c1d5 100644
--- a/dev-haskell/hashtables/ChangeLog
+++ b/dev-haskell/hashtables/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/hashtables
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/ChangeLog,v 1.18 2014/01/19 10:43:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/ChangeLog,v 1.19 2014/02/02 11:13:30 ago Exp $
+
+ 02 Feb 2014; Agostino Sarubbo <ago@gentoo.org> hashtables-1.1.2.1.ebuild:
+ Stable for sparc, wrt bug #488808
19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> hashtables-1.1.2.1.ebuild:
Stable for ppc64, wrt 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 23556e4f3b73..eed15e8070b3 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-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.5 2014/01/19 10:43:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild,v 1.6 2014/02/02 11:13:30 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?]