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/utf8-light/
Date: Sun, 01 Nov 2020 12:56:27
Message-Id: 1604235377.469bc113e443bc8ff83a000228ad3de64029d0eb.slyfox@gentoo
1 commit: 469bc113e443bc8ff83a000228ad3de64029d0eb
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 1 11:40:13 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 1 12:56:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=469bc113
7
8 dev-haskell/utf8-light: 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/utf8-light/utf8-light-0.4.2.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-haskell/utf8-light/utf8-light-0.4.2.ebuild b/dev-haskell/utf8-light/utf8-light-0.4.2.ebuild
17 index 56a97c36c06..9a0c0ad3fbe 100644
18 --- a/dev-haskell/utf8-light/utf8-light-0.4.2.ebuild
19 +++ b/dev-haskell/utf8-light/utf8-light-0.4.2.ebuild
20 @@ -1,9 +1,9 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=7
26
27 -# ebuild generated by hackport 0.3.4.9999
28 +# ebuild generated by hackport 0.6.6.9999
29
30 CABAL_FEATURES="lib profile haddock hoogle hscolour"
31 inherit haskell-cabal
32 @@ -17,8 +17,8 @@ SLOT="0/${PV}"
33 KEYWORDS="~amd64 ~x86"
34 IUSE=""
35
36 -RDEPEND=">=dev-lang/ghc-6.10.4:=
37 +RDEPEND=">=dev-lang/ghc-7.4.1:=
38 "
39 DEPEND="${RDEPEND}
40 - >=dev-haskell/cabal-1.6.0.3
41 + >=dev-haskell/cabal-1.6
42 "