Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hashtables/
Date: Sat, 04 Jun 2016 13:57:51
Message-Id: 1465048502.efd783c3877ba62bb52b68e7098efd7b82142201.slyfox@gentoo
1 commit: efd783c3877ba62bb52b68e7098efd7b82142201
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 4 13:54:46 2016 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 13:55:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd783c3
7
8 dev-haskell/hashtables: drop broken USE=debug flag, bug #584908
9
10 Reported-by: Toralf Förster
11 Bug: https://bugs.gentoo.org/584908
12
13 Package-Manager: portage-2.3.0_rc1
14
15 dev-haskell/hashtables/hashtables-1.1.2.1.ebuild | 5 ++---
16 dev-haskell/hashtables/hashtables-1.2.1.0.ebuild | 5 ++---
17 2 files changed, 4 insertions(+), 6 deletions(-)
18
19 diff --git a/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild b/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild
20 index cd9d4af..5d14445 100644
21 --- a/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild
22 +++ b/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2016 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
30 LICENSE="BSD"
31 SLOT="0/${PV}"
32 KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
33 -IUSE="bounds-checking debug portable cpu_flags_x86_sse4_1 +unsafe-tricks"
34 +IUSE="bounds-checking portable cpu_flags_x86_sse4_1 +unsafe-tricks"
35
36 RDEPEND="dev-haskell/primitive:=[profile?]
37 >=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.12:=[profile?]
38 @@ -30,7 +30,6 @@ DEPEND="${RDEPEND}
39 src_configure() {
40 haskell-cabal_src_configure \
41 $(cabal_flag bounds-checking bounds-checking) \
42 - $(cabal_flag debug debug) \
43 $(cabal_flag portable portable) \
44 $(cabal_flag cpu_flags_x86_sse4_1 sse41) \
45 $(cabal_flag unsafe-tricks unsafe-tricks)
46
47 diff --git a/dev-haskell/hashtables/hashtables-1.2.1.0.ebuild b/dev-haskell/hashtables/hashtables-1.2.1.0.ebuild
48 index d039c94..626bc98 100644
49 --- a/dev-haskell/hashtables/hashtables-1.2.1.0.ebuild
50 +++ b/dev-haskell/hashtables/hashtables-1.2.1.0.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2015 Gentoo Foundation
53 +# Copyright 1999-2016 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Id$
56
57 @@ -17,7 +17,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
58 LICENSE="BSD"
59 SLOT="0/${PV}"
60 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
61 -IUSE="bounds-checking cpu_flags_x86_sse4_2 debug portable +unsafe-tricks"
62 +IUSE="bounds-checking cpu_flags_x86_sse4_2 portable +unsafe-tricks"
63
64 RDEPEND="dev-haskell/primitive:=[profile?]
65 >=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.12:=[profile?]
66 @@ -31,7 +31,6 @@ DEPEND="${RDEPEND}
67 src_configure() {
68 haskell-cabal_src_configure \
69 $(cabal_flag bounds-checking bounds-checking) \
70 - $(cabal_flag debug debug) \
71 $(cabal_flag portable portable) \
72 $(cabal_flag cpu_flags_x86_sse4_2 sse42) \
73 $(cabal_flag unsafe-tricks unsafe-tricks)