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 C5CB0138359 for ; Mon, 12 Oct 2020 11:40:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BE0FE0801; Mon, 12 Oct 2020 11:40:17 +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 F23C6E0801 for ; Mon, 12 Oct 2020 11:40:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1125F335D89 for ; Mon, 12 Oct 2020 11:40:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B0B3332 for ; Mon, 12 Oct 2020 11:40:14 +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: <1602502767.85091cbb579cb0951188bf994f292aaa22d0fa93.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/prosody-modules/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/prosody-modules/prosody-modules-0_pre20201004.ebuild X-VCS-Directories: net-im/prosody-modules/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 85091cbb579cb0951188bf994f292aaa22d0fa93 X-VCS-Branch: master Date: Mon, 12 Oct 2020 11:40:14 +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: 9408f2a1-57fe-45f4-93ca-43d3152595ad X-Archives-Hash: cc55f6d08283e1875a767834ea7d9c83 commit: 85091cbb579cb0951188bf994f292aaa22d0fa93 Author: Conrad Kostecki gentoo org> AuthorDate: Mon Oct 12 11:39:27 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Oct 12 11:39:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85091cbb net-im/prosody-modules: add ~arm64 keyword Tested on packet-at. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> net-im/prosody-modules/prosody-modules-0_pre20201004.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/prosody-modules/prosody-modules-0_pre20201004.ebuild b/net-im/prosody-modules/prosody-modules-0_pre20201004.ebuild index 949393ac4e6..46bb27cbada 100644 --- a/net-im/prosody-modules/prosody-modules-0_pre20201004.ebuild +++ b/net-im/prosody-modules/prosody-modules-0_pre20201004.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" RDEPEND="net-im/prosody"