dev-haskell/hashtables: drop broken USE=debug flag, bug #584908
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 4 Jun 2016 13:54:46 +0000 (14:54 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 4 Jun 2016 13:55:02 +0000 (14:55 +0100)
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
dev-haskell/hashtables/hashtables-1.2.1.0.ebuild

index cd9d4af921794e1852eacacc5e6f609628be2c40..5d1444566ae7c607b440bb81a7adc35a159fa1de 100644 (file)
@@ -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?] <dev-haskell/vector-0.12:=[profile?]
@@ -30,7 +30,6 @@ DEPEND="${RDEPEND}
 src_configure() {
        haskell-cabal_src_configure \
                $(cabal_flag bounds-checking bounds-checking) \
-               $(cabal_flag debug debug) \
                $(cabal_flag portable portable) \
                $(cabal_flag cpu_flags_x86_sse4_1 sse41) \
                $(cabal_flag unsafe-tricks unsafe-tricks)
index d039c94593015c6ff5fd2871e9b89c5060ddcef7..626bc9867d166050b5603e5187b5c2e2f367218b 100644 (file)
@@ -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$
 
@@ -17,7 +17,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 cpu_flags_x86_sse4_2 debug portable +unsafe-tricks"
+IUSE="bounds-checking cpu_flags_x86_sse4_2 portable +unsafe-tricks"
 
 RDEPEND="dev-haskell/primitive:=[profile?]
        >=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.12:=[profile?]
@@ -31,7 +31,6 @@ DEPEND="${RDEPEND}
 src_configure() {
        haskell-cabal_src_configure \
                $(cabal_flag bounds-checking bounds-checking) \
-               $(cabal_flag debug debug) \
                $(cabal_flag portable portable) \
                $(cabal_flag cpu_flags_x86_sse4_2 sse42) \
                $(cabal_flag unsafe-tricks unsafe-tricks)