From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1296965-garchives=archives.gentoo.org@lists.gentoo.org> 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 0CBAC139335 for <garchives@archives.gentoo.org>; Sat, 26 Jun 2021 02:55:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D434E0870; Sat, 26 Jun 2021 02:55:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 422D7E0870 for <gentoo-commits@lists.gentoo.org>; Sat, 26 Jun 2021 02:55:15 +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 65856335C5A for <gentoo-commits@lists.gentoo.org>; Sat, 26 Jun 2021 02:55:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F355479A for <gentoo-commits@lists.gentoo.org>; Sat, 26 Jun 2021 02:55:12 +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: <1624676104.0b97c29f56090a0ab8857dd54af5036f6f9f0384.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild X-VCS-Directories: dev-python/keystoneauth/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0b97c29f56090a0ab8857dd54af5036f6f9f0384 X-VCS-Branch: master Date: Sat, 26 Jun 2021 02:55:12 +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: 291b6fb6-e61f-4564-883b-3c77e707b6a3 X-Archives-Hash: a75ab0180e63c0abd8a3c55d7875bd98 commit: 0b97c29f56090a0ab8857dd54af5036f6f9f0384 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jun 26 02:55:04 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jun 26 02:55:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b97c29f dev-python/keystoneauth: Keyword 4.2.1-r1 arm64, #797793 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild b/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild index 86d86978d68..7c32b61382e 100644 --- a/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild +++ b/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}1-${PV}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 ~arm ~arm64 x86" CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] !~dev-python/pbr-2.1.0"