From efd783c3877ba62bb52b68e7098efd7b82142201 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 4 Jun 2016 14:54:46 +0100 Subject: [PATCH] dev-haskell/hashtables: drop broken USE=debug flag, bug #584908 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/584908 Package-Manager: portage-2.3.0_rc1 --- dev-haskell/hashtables/hashtables-1.1.2.1.ebuild | 5 ++--- dev-haskell/hashtables/hashtables-1.2.1.0.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild b/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild index cd9d4af92179..5d1444566ae7 100644 --- a/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild +++ b/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,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" -IUSE="bounds-checking debug portable cpu_flags_x86_sse4_1 +unsafe-tricks" +IUSE="bounds-checking portable cpu_flags_x86_sse4_1 +unsafe-tricks" RDEPEND="dev-haskell/primitive:=[profile?] >=dev-haskell/vector-0.7:=[profile?]