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/base16-bytestring/
Date: Sat, 03 Oct 2020 10:04:49
Message-Id: 1601718024.88b762fe27bf30110fbaa788660aa2fdccd26993.slyfox@gentoo
1 commit: 88b762fe27bf30110fbaa788660aa2fdccd26993
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 09:40:24 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 09:40:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b762fe
7
8 dev-haskell/base16-bytestring: 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/base16-bytestring/base16-bytestring-0.1.1.6.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-haskell/base16-bytestring/base16-bytestring-0.1.1.6.ebuild b/dev-haskell/base16-bytestring/base16-bytestring-0.1.1.6.ebuild
17 index 1edae186f55..dd9144ccd90 100644
18 --- a/dev-haskell/base16-bytestring/base16-bytestring-0.1.1.6.ebuild
19 +++ b/dev-haskell/base16-bytestring/base16-bytestring-0.1.1.6.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.6.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,8 +17,8 @@ SLOT="0/${PV}"
34 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
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.0.3
42 + >=dev-haskell/cabal-1.6
43 "