diff options
Diffstat (limited to 'dev-haskell/libmpd/libmpd-0.9.0.4.ebuild')
-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' +} |