Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/options/
Date: Thu, 27 Aug 2020 07:24:09
Message-Id: 1598512929.b88d05ce7ecf306c0c00a94788532e04bcc32fec.slyfox@gentoo
1 commit: b88d05ce7ecf306c0c00a94788532e04bcc32fec
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 27 07:22:09 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 07:22:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88d05ce
7
8 dev-haskell/options: drop tests (circular depends)
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/options/options-1.2.1.1.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-haskell/options/options-1.2.1.1.ebuild b/dev-haskell/options/options-1.2.1.1.ebuild
17 index bf9be388fee..8a12b69409b 100644
18 --- a/dev-haskell/options/options-1.2.1.1.ebuild
19 +++ b/dev-haskell/options/options-1.2.1.1.ebuild
20 @@ -5,7 +5,7 @@ EAPI=5
21
22 # ebuild generated by hackport 0.4.4.9999
23
24 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
25 +CABAL_FEATURES="lib profile haddock hoogle hscolour" #Drop test-suite: circular depend
26 inherit haskell-cabal
27
28 DESCRIPTION="A powerful and easy-to-use command-line option parser"
29 @@ -17,7 +17,7 @@ SLOT="0/${PV}"
30 KEYWORDS="~amd64 ~x86"
31 IUSE=""
32
33 -RESTRICT=test # circular depends
34 +RESTRICT=test # circular depends: options[test]->chell->options
35
36 RDEPEND=">=dev-haskell/monads-tf-0.1:=[profile?]
37 >=dev-haskell/transformers-0.2:=[profile?]
38 @@ -25,6 +25,4 @@ RDEPEND=">=dev-haskell/monads-tf-0.1:=[profile?]
39 "
40 DEPEND="${RDEPEND}
41 >=dev-haskell/cabal-1.8
42 - test? ( >=dev-haskell/chell-0.4 <dev-haskell/chell-0.5
43 - >=dev-haskell/chell-quickcheck-0.2 <dev-haskell/chell-quickcheck-0.3 )
44 "