diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-01-16 18:55:01 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-01-16 19:42:39 +0000 |
commit | 53bc3e22b073921620afbd6321cf50d5eb70f405 (patch) | |
tree | 305b0dcae1f4acdf4cd321b57af937337a426d97 /dev-haskell/options | |
parent | dev-haskell/old-time: tweak for ghc-8.0 (diff) | |
download | gentoo-53bc3e22b073921620afbd6321cf50d5eb70f405.tar.gz gentoo-53bc3e22b073921620afbd6321cf50d5eb70f405.tar.bz2 gentoo-53bc3e22b073921620afbd6321cf50d5eb70f405.zip |
dev-haskell/options: disable cyclic FEATURES=test
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-haskell/options')
-rw-r--r-- | dev-haskell/options/options-1.2.1.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-haskell/options/options-1.2.1.1.ebuild b/dev-haskell/options/options-1.2.1.1.ebuild index ef561ee8f705..bb035d968644 100644 --- a/dev-haskell/options/options-1.2.1.1.ebuild +++ b/dev-haskell/options/options-1.2.1.1.ebuild @@ -18,6 +18,8 @@ SLOT="0/${PV}" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" +RESTRICT=test # circular depends + RDEPEND=">=dev-haskell/monads-tf-0.1:=[profile?] >=dev-haskell/transformers-0.2:=[profile?] >=dev-lang/ghc-7.4.1:= |