summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-05-14 22:38:05 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-05-15 09:25:54 +0100
commit7ead94789878865026f3efb4f54abe4582ebe44d (patch)
tree83fa4030e257854a27bb5a1dd726f538dfbe3b58
parentdev-haskell/hspec: disable circular dependency in tests (diff)
downloadgentoo-7ead94789878865026f3efb4f54abe4582ebe44d.tar.gz
gentoo-7ead94789878865026f3efb4f54abe4582ebe44d.tar.bz2
gentoo-7ead94789878865026f3efb4f54abe4582ebe44d.zip
dev-haskell/hspec-expectations: disable circular dependency in tests
Package-Manager: portage-2.2.28
-rw-r--r--dev-haskell/hspec-expectations/hspec-expectations-0.6.1.1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-haskell/hspec-expectations/hspec-expectations-0.6.1.1.ebuild b/dev-haskell/hspec-expectations/hspec-expectations-0.6.1.1.ebuild
index c7aeca77a436..02754c5f7963 100644
--- a/dev-haskell/hspec-expectations/hspec-expectations-0.6.1.1.ebuild
+++ b/dev-haskell/hspec-expectations/hspec-expectations-0.6.1.1.ebuild
@@ -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:=
"