dev-haskell/libmpd: disabled tests (needs a port to QuickCheck-2.8.2)
authorSergei Trofimovich <slyfox@gentoo.org>
Tue, 10 May 2016 21:53:41 +0000 (22:53 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Wed, 11 May 2016 08:48:03 +0000 (09:48 +0100)
Package-Manager: portage-2.2.28

dev-haskell/libmpd/libmpd-0.9.0.4.ebuild

index 1dec692416f8748f9b7a3f13bff32a3232142a97..cf6dc81022624d6c4387d50fb74410b307c1892d 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$
 
@@ -18,6 +18,8 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+RESTRICT=test # needs a port to QC-2.8.2
+
 RDEPEND=">=dev-haskell/attoparsec-0.10.1:=[profile?] <dev-haskell/attoparsec-1:=[profile?]
        >=dev-haskell/data-default-class-0.0.1:=[profile?] <dev-haskell/data-default-class-1:=[profile?]
        >=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-3:=[profile?]
@@ -32,3 +34,8 @@ DEPEND="${RDEPEND}
        test? ( >=dev-haskell/hspec-1.3
                >=dev-haskell/quickcheck-2.1 )
 "
+
+src_prepare() {
+       cabal_chdeps \
+               'time >= 1.5 && <1.6' 'time >= 1.5'
+}