From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1432486-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 7C6FB158011
	for <garchives@archives.gentoo.org>; Wed, 31 Aug 2022 18:13:22 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C3391E0839;
	Wed, 31 Aug 2022 18:13:21 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id AC0DBE0839
	for <gentoo-commits@lists.gentoo.org>; Wed, 31 Aug 2022 18:13:21 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id BC5263411A7
	for <gentoo-commits@lists.gentoo.org>; Wed, 31 Aug 2022 18:13:20 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C260596
	for <gentoo-commits@lists.gentoo.org>; Wed, 31 Aug 2022 18:13:19 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1661969588.a80d03c040031a409c0d872677f75aaf1b831689.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luasec/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-lua/luasec/luasec-1.2.0.ebuild
X-VCS-Directories: dev-lua/luasec/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: a80d03c040031a409c0d872677f75aaf1b831689
X-VCS-Branch: master
Date: Wed, 31 Aug 2022 18:13:19 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 44e5eded-1d05-4d92-a1b8-3f82b8558754
X-Archives-Hash: ba52a4582a50413031d5781e72b4778e

commit:     a80d03c040031a409c0d872677f75aaf1b831689
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 18:13:08 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 18:13:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a80d03c0

dev-lua/luasec: Stabilize 1.2.0 arm, #867595

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-lua/luasec/luasec-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/luasec/luasec-1.2.0.ebuild b/dev-lua/luasec/luasec-1.2.0.ebuild
index ee11829a089a..b96cb6076757 100644
--- a/dev-lua/luasec/luasec-1.2.0.ebuild
+++ b/dev-lua/luasec/luasec-1.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/brunoos/luasec/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
 
 RDEPEND="
 	>=dev-lua/luasocket-3.0_rc1_p20200328-r103[${LUA_USEDEP}]