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 039831382C5 for ; Tue, 9 Mar 2021 23:54:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32705E084E; Tue, 9 Mar 2021 23:54:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1B0C9E084E for ; Tue, 9 Mar 2021 23:54:51 +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 3425D335D2F for ; Tue, 9 Mar 2021 23:54:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C809156F for ; Tue, 9 Mar 2021 23:54:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615334083.2ad9a29425b396f446085b0d703cf60046dd119e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/aespipe/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/aespipe/aespipe-2.4f.ebuild X-VCS-Directories: app-crypt/aespipe/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2ad9a29425b396f446085b0d703cf60046dd119e X-VCS-Branch: master Date: Tue, 9 Mar 2021 23:54:48 +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: 7532a37c-02ff-4c67-b550-347d8eb57bbc X-Archives-Hash: 1509dcb877abee53434a78dc7593608d commit: 2ad9a29425b396f446085b0d703cf60046dd119e Author: Sam James gentoo org> AuthorDate: Tue Mar 9 23:54:43 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 9 23:54:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad9a294 app-crypt/aespipe: Stabilize 2.4f arm, #775098 Signed-off-by: Sam James gentoo.org> app-crypt/aespipe/aespipe-2.4f.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/aespipe/aespipe-2.4f.ebuild b/app-crypt/aespipe/aespipe-2.4f.ebuild index 8959f446cae..0bd5e38c8d9 100644 --- a/app-crypt/aespipe/aespipe-2.4f.ebuild +++ b/app-crypt/aespipe/aespipe-2.4f.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" +KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="+asm cpu_flags_x86_aes cpu_flags_x86_padlock static" RDEPEND="app-arch/sharutils app-crypt/gnupg"