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 DEE4115808B for ; Sat, 19 Mar 2022 15:54:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8606E096C; Sat, 19 Mar 2022 15:54:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0E25FE096C for ; Sat, 19 Mar 2022 15:54:36 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE3E2343959 for ; Sat, 19 Mar 2022 15:54:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D5F4D0 for ; Sat, 19 Mar 2022 15:54:34 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1647705256.6f0c1382e944267018bfd5ce98cd2b5670a1466d.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lualdap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lualdap/lualdap-1.3.0-r1.ebuild X-VCS-Directories: dev-lua/lualdap/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 6f0c1382e944267018bfd5ce98cd2b5670a1466d X-VCS-Branch: master Date: Sat, 19 Mar 2022 15:54:34 +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: 53f852a3-afe6-40d3-a97e-553295fc242d X-Archives-Hash: 2e3531bf997bfdfbfb1eeacb821d143e commit: 6f0c1382e944267018bfd5ce98cd2b5670a1466d Author: Conrad Kostecki gentoo org> AuthorDate: Sat Mar 19 15:51:53 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Mar 19 15:54:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0c1382 dev-lua/lualdap: add ~arm ~arm64 keywords Tested on my local box. This is a needed dep for upcoming prosody-0.12 release. Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/lualdap/lualdap-1.3.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/lualdap/lualdap-1.3.0-r1.ebuild b/dev-lua/lualdap/lualdap-1.3.0-r1.ebuild index bd4441e84ce8..a1603fbafb82 100644 --- a/dev-lua/lualdap/lualdap-1.3.0-r1.ebuild +++ b/dev-lua/lualdap/lualdap-1.3.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/lualdap/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~sparc ~x86" IUSE="test" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="test"