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/data-binary-ieee754/
Date: Thu, 08 Oct 2020 07:50:53
Message-Id: 1602143434.7920249c50f63531d8cebc000d7f3d648fe0357a.slyfox@gentoo
1 commit: 7920249c50f63531d8cebc000d7f3d648fe0357a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 8 07:37:02 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 07:50:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7920249c
7
8 dev-haskell/data-binary-ieee754: update to EAPI=7
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 .../data-binary-ieee754/data-binary-ieee754-0.4.4.ebuild | 13 +++++++------
14 1 file changed, 7 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.4.ebuild b/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.4.ebuild
17 index bf869183a40..d4fb704a32a 100644
18 --- a/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.4.ebuild
19 +++ b/dev-haskell/data-binary-ieee754/data-binary-ieee754-0.4.4.ebuild
20 @@ -1,9 +1,9 @@
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.3.2.9999
29 +# ebuild generated by hackport 0.6.6.9999
30
31 CABAL_FEATURES="lib profile haddock hoogle hscolour"
32 inherit haskell-cabal
33 @@ -17,7 +17,8 @@ SLOT="0/${PV}"
34 KEYWORDS="~amd64 ~x86"
35 IUSE=""
36
37 -RDEPEND=">=dev-haskell/binary-0.4:=[profile?]
38 - >=dev-lang/ghc-6.10.4:="
39 +RDEPEND=">=dev-lang/ghc-7.4.1:=
40 +"
41 DEPEND="${RDEPEND}
42 - >=dev-haskell/cabal-1.6"
43 + >=dev-haskell/cabal-1.6
44 +"