diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-05-10 22:53:41 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-05-11 09:48:03 +0100 |
commit | fddf56378954592c07b8683af61c556cea1ec71d (patch) | |
tree | b5da41fe69090cd1b4f980486d696dfb4d793659 /dev-haskell/libmpd | |
parent | dev-haskell/listlike: tweak fro QuickCheck-2.8.2 (diff) | |
download | gentoo-fddf56378954592c07b8683af61c556cea1ec71d.tar.gz gentoo-fddf56378954592c07b8683af61c556cea1ec71d.tar.bz2 gentoo-fddf56378954592c07b8683af61c556cea1ec71d.zip |
dev-haskell/libmpd: disabled tests (needs a port to QuickCheck-2.8.2)
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/libmpd')
-rw-r--r-- | dev-haskell/libmpd/libmpd-0.9.0.4.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dev-haskell/libmpd/libmpd-0.9.0.4.ebuild b/dev-haskell/libmpd/libmpd-0.9.0.4.ebuild index 1dec692416f8..cf6dc8102262 100644 --- a/dev-haskell/libmpd/libmpd-0.9.0.4.ebuild +++ b/dev-haskell/libmpd/libmpd-0.9.0.4.ebuild @@ -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' +} |