dev-haskell/hspec-expectations: disable circular dependency in tests
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 14 May 2016 21:38:05 +0000 (22:38 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 15 May 2016 08:25:54 +0000 (09:25 +0100)
Package-Manager: portage-2.2.28

dev-haskell/hspec-expectations/hspec-expectations-0.6.1.1.ebuild

index c7aeca77a4366612fd596c4ce92bfb11dc0b8d7d..02754c5f7963f08083a46861f00e0bafe790292e 100644 (file)
@@ -18,6 +18,8 @@ SLOT="0/${PV}"
 KEYWORDS="amd64 x86"
 IUSE=""
 
+RESTRICT=test # circular depend: hspec-expectations[test]->hspec[test]->hspec-expectations
+
 RDEPEND="dev-haskell/hunit:=[profile?]
        >=dev-lang/ghc-7.4.1:=
 "