From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 81610138359 for ; Sun, 4 Oct 2020 11:00:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9A42E08A0; Sun, 4 Oct 2020 11:00:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90697E08A0 for ; Sun, 4 Oct 2020 11:00:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13047340B30 for ; Sun, 4 Oct 2020 11:00:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 815A537C for ; Sun, 4 Oct 2020 11:00:43 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1601809218.52f8007e70006093aca7f1928a741e734d1ba6d8.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/cipher-aes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild X-VCS-Directories: dev-haskell/cipher-aes/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 52f8007e70006093aca7f1928a741e734d1ba6d8 X-VCS-Branch: master Date: Sun, 4 Oct 2020 11:00:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d50da8f5-9710-42ef-be9a-d9ebf6b7487c X-Archives-Hash: 03ef7acb04eb31ef1f0052b7b0631836 commit: 52f8007e70006093aca7f1928a741e734d1ba6d8 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Oct 4 10:35:07 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Oct 4 11:00:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f8007e dev-haskell/cipher-aes: update to EAPI=7 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild b/dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild index 24980eb9266..a529161857d 100644 --- a/dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild +++ b/dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -# ebuild generated by hackport 0.4.5.9999 +# ebuild generated by hackport 0.6.6.9999 #hackport: flags: support_aesni:cpu_flags_x86_aes CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"