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/thyme/
Date: Sun, 01 Nov 2020 11:06:46
Message-Id: 1604228791.a0933314ca9e1b2ee2b59e039f62eb504cb9b99d.slyfox@gentoo
1 commit: a0933314ca9e1b2ee2b59e039f62eb504cb9b99d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 1 11:03:43 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 1 11:06:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0933314
7
8 dev-haskell/thyme: update to EAPI=7
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/thyme/thyme-0.3.5.5.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-haskell/thyme/thyme-0.3.5.5.ebuild b/dev-haskell/thyme/thyme-0.3.5.5.ebuild
17 index cb2b61f3a9e..9232956d3bb 100644
18 --- a/dev-haskell/thyme/thyme-0.3.5.5.ebuild
19 +++ b/dev-haskell/thyme/thyme-0.3.5.5.ebuild
20 @@ -1,12 +1,12 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=7
27
28 # ebuild generated by hackport 0.4.4.9999
29 #hackport: flags: -werror,-hlint
30
31 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
32 +CABAL_FEATURES="lib profile haddock hoogle hscolour" # Broken test-suite: need update against QuickCheck-2.11
33 inherit haskell-cabal
34
35 DESCRIPTION="A faster time library"
36 @@ -35,7 +35,6 @@ RDEPEND=">=dev-haskell/aeson-0.6:=[profile?]
37 "
38 DEPEND="${RDEPEND}
39 >=dev-haskell/cabal-1.10
40 - test? ( >=dev-haskell/system-posix-redirect-1.1 )
41 "
42
43 src_configure() {