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/dataenc/
Date: Thu, 08 Oct 2020 07:50:55
Message-Id: 1602143438.2a059c124e4042606766f83ccad588ccc93f7e90.slyfox@gentoo
1 commit: 2a059c124e4042606766f83ccad588ccc93f7e90
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 8 07:46:25 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 07:50:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a059c12
7
8 dev-haskell/dataenc: 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/dataenc/dataenc-0.14.0.7.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-haskell/dataenc/dataenc-0.14.0.7.ebuild b/dev-haskell/dataenc/dataenc-0.14.0.7.ebuild
17 index 7bc5f390a18..2a0b1e602a6 100644
18 --- a/dev-haskell/dataenc/dataenc-0.14.0.7.ebuild
19 +++ b/dev-haskell/dataenc/dataenc-0.14.0.7.ebuild
20 @@ -1,11 +1,11 @@
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.4.9999
28 +# ebuild generated by hackport 0.6.6.9999
29
30 -CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
31 +CABAL_FEATURES="lib profile haddock hoogle hscolour"
32 inherit haskell-cabal
33
34 DESCRIPTION="Data encoding library"
35 @@ -16,7 +16,6 @@ LICENSE="BSD"
36 SLOT="0/${PV}"
37 KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-macos"
38 IUSE="test"
39 -RESTRICT="!test? ( test )"
40
41 RDEPEND=">=dev-lang/ghc-7.4.1:=
42 "