diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-21 07:54:15 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-21 07:54:15 +0100 |
commit | cb98b47d7245874096151f4ad3c4bc51d9e0f416 (patch) | |
tree | f517dcc1cfe6dcec651dead590606530137e2a9d /dev-haskell/text-icu | |
parent | dev-ruby/gettext_i18n_rails: cleanup (diff) | |
download | gentoo-cb98b47d7245874096151f4ad3c4bc51d9e0f416.tar.gz gentoo-cb98b47d7245874096151f4ad3c4bc51d9e0f416.tar.bz2 gentoo-cb98b47d7245874096151f4ad3c4bc51d9e0f416.zip |
dev-haskell/text-icu: disable broken tests
Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/736246
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/text-icu')
-rw-r--r-- | dev-haskell/text-icu/text-icu-0.7.0.1.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/dev-haskell/text-icu/text-icu-0.7.0.1.ebuild b/dev-haskell/text-icu/text-icu-0.7.0.1.ebuild index 8a80dc6427ad..aa4d52eec2fb 100644 --- a/dev-haskell/text-icu/text-icu-0.7.0.1.ebuild +++ b/dev-haskell/text-icu/text-icu-0.7.0.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 # ebuild generated by hackport 0.4.4.9999 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +CABAL_FEATURES="lib profile haddock hoogle hscolour" # Broken: test-suite inherit haskell-cabal DESCRIPTION="Bindings to the ICU library" @@ -17,16 +17,13 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" +RESTRICT=test # QuickCheck occasionally finds counterexamples +# and fails to build: Duplicate instance declarations: instance NFData Ordering + RDEPEND=">=dev-haskell/text-0.9.1.0:=[profile?] >=dev-lang/ghc-7.4.1:= dev-libs/icu:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.10 - test? ( >=dev-haskell/hunit-1.2 - >=dev-haskell/quickcheck-2.4 - dev-haskell/random - >=dev-haskell/test-framework-0.4 - >=dev-haskell/test-framework-hunit-0.2 - >=dev-haskell/test-framework-quickcheck2-0.2 ) " |