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 D6D271382C5 for ; Sat, 30 Jan 2021 02:44:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95DF1E0826; Sat, 30 Jan 2021 02:44:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7969FE0826 for ; Sat, 30 Jan 2021 02:44:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 37B42340E8F for ; Sat, 30 Jan 2021 02:44:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4C714A7 for ; Sat, 30 Jan 2021 02:44:51 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1611974593.d92fd4f38f46e50d52cf987cefdd72dcd9ee716c.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/awscli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/awscli/awscli-1.18.160.ebuild X-VCS-Directories: dev-python/awscli/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: d92fd4f38f46e50d52cf987cefdd72dcd9ee716c X-VCS-Branch: master Date: Sat, 30 Jan 2021 02:44:51 +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: 3442e5a5-c26a-4dc3-b6cd-8d49ce89d26f X-Archives-Hash: 2f1f220b436c378ec248fe75d0b55340 commit: d92fd4f38f46e50d52cf987cefdd72dcd9ee716c Author: Robin H. Johnson gentoo org> AuthorDate: Sat Jan 30 02:41:52 2021 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Jan 30 02:43:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92fd4f3 dev-python/awscli: keyword ~x86 for infra Infra team uses awscli on some older x86 hosts for handling backups, and confirm that it works fine. Signed-off-by: Robin H. Johnson gentoo.org> dev-python/awscli/awscli-1.18.160.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/awscli/awscli-1.18.160.ebuild b/dev-python/awscli/awscli-1.18.160.ebuild index f3644b7927b..7739f6e2be4 100644 --- a/dev-python/awscli/awscli-1.18.160.ebuild +++ b/dev-python/awscli/awscli-1.18.160.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/aws/aws-cli/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm64" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="test" # requires network access