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/cipher-rc4/
Date: Sun, 04 Oct 2020 11:00:47
Message-Id: 1601809219.24ba394b589668d08fc3d663baeeda4a912dc5bf.slyfox@gentoo
1 commit: 24ba394b589668d08fc3d663baeeda4a912dc5bf
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 10:35:52 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 11:00:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ba394b
7
8 dev-haskell/cipher-rc4: 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/cipher-rc4/cipher-rc4-0.1.4.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-haskell/cipher-rc4/cipher-rc4-0.1.4.ebuild b/dev-haskell/cipher-rc4/cipher-rc4-0.1.4.ebuild
17 index d75de3ee200..dd96859ca8d 100644
18 --- a/dev-haskell/cipher-rc4/cipher-rc4-0.1.4.ebuild
19 +++ b/dev-haskell/cipher-rc4/cipher-rc4-0.1.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.4.9999
29 +# ebuild generated by hackport 0.6.6.9999
30
31 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
32 inherit haskell-cabal
33 @@ -19,7 +19,7 @@ IUSE=""
34
35 RDEPEND="dev-haskell/byteable:=[profile?]
36 >=dev-haskell/crypto-cipher-types-0.0.5:=[profile?] <dev-haskell/crypto-cipher-types-0.1:=[profile?]
37 - >=dev-lang/ghc-6.10.4:=
38 + >=dev-lang/ghc-7.4.1:=
39 "
40 DEPEND="${RDEPEND}
41 >=dev-haskell/cabal-1.8