From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1431856-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 08C58158094 for <garchives@archives.gentoo.org>; Tue, 30 Aug 2022 04:35:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2B5CE0950; Tue, 30 Aug 2022 04:35:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 886AFE0950 for <gentoo-commits@lists.gentoo.org>; Tue, 30 Aug 2022 04:35:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1588A340E57 for <gentoo-commits@lists.gentoo.org>; Tue, 30 Aug 2022 04:35:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9165D5C7 for <gentoo-commits@lists.gentoo.org>; Tue, 30 Aug 2022 04:35:23 +0000 (UTC) From: "Arthur Zamarin" <arthurzam@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, "Arthur Zamarin" <arthurzam@gentoo.org> Message-ID: <1661834095.2abfadb03d1be35230cb49ff40a570f40eca00f6.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luasocket/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luasocket/luasocket-3.1.0.ebuild X-VCS-Directories: dev-lua/luasocket/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 2abfadb03d1be35230cb49ff40a570f40eca00f6 X-VCS-Branch: master Date: Tue, 30 Aug 2022 04:35:23 +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: e39ca8f8-2fde-43c5-8745-4dfe47fb1e5a X-Archives-Hash: 9f4694c730ffeafba84d3c03a23a1af7 commit: 2abfadb03d1be35230cb49ff40a570f40eca00f6 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Tue Aug 30 04:34:55 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Tue Aug 30 04:34:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2abfadb0 dev-lua/luasocket: Stabilize 3.1.0 arm64, #867379 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-lua/luasocket/luasocket-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/luasocket/luasocket-3.1.0.ebuild b/dev-lua/luasocket/luasocket-3.1.0.ebuild index d46fffc97228..8c905144fbd8 100644 --- a/dev-lua/luasocket/luasocket-3.1.0.ebuild +++ b/dev-lua/luasocket/luasocket-3.1.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/lunarmodules/${PN}/archive/refs/tags/v${PV}.tar.gz - LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="test"