Skip to content

Commit

Permalink
dev-haskell/punycode: disable tests
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Mar 15, 2021
1 parent 905dd1f commit 2f392b5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dev-haskell/punycode/punycode-2.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

# ebuild generated by hackport 0.3.2.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite"
inherit haskell-cabal

DESCRIPTION="Encode unicode strings to ascii forms according to RFC 3492"
Expand All @@ -17,15 +17,15 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RESTRICT=test # runs slow, finds error
RESTRICT=test # runs slow, finds error.

RDEPEND="dev-haskell/cereal:=[profile?]
dev-haskell/mtl:=[profile?]
dev-haskell/text:=[profile?]
>=dev-lang/ghc-6.10.4:="
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( dev-haskell/encoding
dev-haskell/hunit
dev-haskell/quickcheck
)"
>=dev-haskell/cabal-1.8"
# test? ( dev-haskell/encoding
# dev-haskell/hunit
# dev-haskell/quickcheck
# )"

0 comments on commit 2f392b5

Please sign in to comment.