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-aes/
Date: Sun, 04 Oct 2020 11:00:47
Message-Id: 1601809218.52f8007e70006093aca7f1928a741e734d1ba6d8.slyfox@gentoo
1 commit: 52f8007e70006093aca7f1928a741e734d1ba6d8
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 10:35:07 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 11:00:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f8007e
7
8 dev-haskell/cipher-aes: 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-aes/cipher-aes-0.2.11.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild b/dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild
17 index 24980eb9266..a529161857d 100644
18 --- a/dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild
19 +++ b/dev-haskell/cipher-aes/cipher-aes-0.2.11.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.4.5.9999
29 +# ebuild generated by hackport 0.6.6.9999
30 #hackport: flags: support_aesni:cpu_flags_x86_aes
31
32 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"