mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-haskell/options: drop tests (circular depends)
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
@@ -5,7 +5,7 @@ EAPI=5
|
||||
|
||||
# ebuild generated by hackport 0.4.4.9999
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour" #Drop test-suite: circular depend
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="A powerful and easy-to-use command-line option parser"
|
||||
@@ -17,7 +17,7 @@ SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RESTRICT=test # circular depends
|
||||
RESTRICT=test # circular depends: options[test]->chell->options
|
||||
|
||||
RDEPEND=">=dev-haskell/monads-tf-0.1:=[profile?]
|
||||
>=dev-haskell/transformers-0.2:=[profile?]
|
||||
@@ -25,6 +25,4 @@ RDEPEND=">=dev-haskell/monads-tf-0.1:=[profile?]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.8
|
||||
test? ( >=dev-haskell/chell-0.4 <dev-haskell/chell-0.5
|
||||
>=dev-haskell/chell-quickcheck-0.2 <dev-haskell/chell-quickcheck-0.3 )
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user