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/byteorder/
Date: Sat, 03 Oct 2020 10:04:50
Message-Id: 1601719396.42b2c249261a0cf6d03e34885987eeaa48713e3d.slyfox@gentoo
1 commit: 42b2c249261a0cf6d03e34885987eeaa48713e3d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 10:03:16 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 10:03:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b2c249
7
8 dev-haskell/byteorder: 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 dev-haskell/byteorder/byteorder-1.0.4.ebuild | 12 +++++++-----
14 1 file changed, 7 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-haskell/byteorder/byteorder-1.0.4.ebuild b/dev-haskell/byteorder/byteorder-1.0.4.ebuild
17 index e54facf0fe9..fae9f941b8f 100644
18 --- a/dev-haskell/byteorder/byteorder-1.0.4.ebuild
19 +++ b/dev-haskell/byteorder/byteorder-1.0.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,6 +17,8 @@ SLOT="0/${PV}"
34 KEYWORDS="~amd64 ~x86"
35 IUSE=""
36
37 -RDEPEND=">=dev-lang/ghc-6.10.4:="
38 +RDEPEND=">=dev-lang/ghc-7.4.1:=
39 +"
40 DEPEND="${RDEPEND}
41 - >=dev-haskell/cabal-1.6"
42 + >=dev-haskell/cabal-1.6
43 +"