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.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 5917F15ACFB for ; Thu, 20 Apr 2023 04:02:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C089DE08BE; Thu, 20 Apr 2023 04:02:51 +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 88A28E08BE for ; Thu, 20 Apr 2023 04:02:51 +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 6786C341101 for ; Thu, 20 Apr 2023 04:02:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6968AA52 for ; Thu, 20 Apr 2023 04:02:47 +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: <1681963349.d583809b1a045ee3cffa6a674d4bbeaeb9206223.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.3.1.ebuild X-VCS-Directories: dev-lua/luasec/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d583809b1a045ee3cffa6a674d4bbeaeb9206223 X-VCS-Branch: master Date: Thu, 20 Apr 2023 04:02:47 +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: 97f698e2-9b6d-4d91-8f75-ccc6dbca8f5a X-Archives-Hash: 9e86349e214c58ac34ca45c236a9a8b5 commit: d583809b1a045ee3cffa6a674d4bbeaeb9206223 Author: Sam James gentoo org> AuthorDate: Thu Apr 20 04:02:19 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 20 04:02:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d583809b dev-lua/luasec: Stabilize 1.3.1 arm64, #904684 Signed-off-by: Sam James gentoo.org> dev-lua/luasec/luasec-1.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/luasec/luasec-1.3.1.ebuild b/dev-lua/luasec/luasec-1.3.1.ebuild index 56a3d8392158..3764a56b37dd 100644 --- a/dev-lua/luasec/luasec-1.3.1.ebuild +++ b/dev-lua/luasec/luasec-1.3.1.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}]