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 4340B1382C5 for ; Tue, 9 Mar 2021 23:57:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D1CEE076B; Tue, 9 Mar 2021 23:57:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 73208E076B for ; Tue, 9 Mar 2021 23:57:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7747F335D41 for ; Tue, 9 Mar 2021 23:57:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E63556F for ; Tue, 9 Mar 2021 23:57:13 +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: <1615334227.c14630bb4ea92970ffef1d62f88cef7180d1cf1b.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: c14630bb4ea92970ffef1d62f88cef7180d1cf1b X-VCS-Branch: master Date: Tue, 9 Mar 2021 23:57:13 +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: d02b1954-fb2e-4ce0-8220-d0858f04672a X-Archives-Hash: b978b7f81ee5f8bce8a754acb9e461fb commit: c14630bb4ea92970ffef1d62f88cef7180d1cf1b Author: Sam James gentoo org> AuthorDate: Tue Mar 9 23:55:14 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 9 23:57:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c14630bb app-crypt/aespipe: Stabilize 2.4f arm64, #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 0bd5e38c8d9..b807ebef5fa 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"