diff options
author | 2014-01-19 10:43:41 +0000 | |
---|---|---|
committer | 2014-01-19 10:43:41 +0000 | |
commit | 77c0e51f40137ad20e065e074fea56a5f4c27521 (patch) | |
tree | a237bc21309575f4009c3b56f6fff8e780430b8a /dev-haskell/hashtables/hashtables-1.1.2.1.ebuild | |
parent | Stable for ppc64, wrt bug #488808 (diff) | |
download | gentoo-2-77c0e51f40137ad20e065e074fea56a5f4c27521.tar.gz gentoo-2-77c0e51f40137ad20e065e074fea56a5f4c27521.tar.bz2 gentoo-2-77c0e51f40137ad20e065e074fea56a5f4c27521.zip |
Stable for ppc64, wrt bug #488808
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/hashtables/hashtables-1.1.2.1.ebuild')
-rw-r--r-- | dev-haskell/hashtables/hashtables-1.1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild b/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild index 2b183aeb2274..23556e4f3b73 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.4 2014/01/19 10:42:27 ago Exp $ +# $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 $ 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?] |