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 F36FB138334 for ; Mon, 22 Apr 2019 19:36:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4F57E086C; Mon, 22 Apr 2019 19:36:44 +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 C9FF8E086C for ; Mon, 22 Apr 2019 19:36:44 +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 B584A3420BE for ; Mon, 22 Apr 2019 19:36:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51EF855B for ; Mon, 22 Apr 2019 19:36:42 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1555961791.60d0d3903792d9f71e06946816968f3f9122d7ea.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible/ansible-2.7.10.ebuild app-admin/ansible/ansible-2.7.9.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 60d0d3903792d9f71e06946816968f3f9122d7ea X-VCS-Branch: master Date: Mon, 22 Apr 2019 19:36:42 +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: 030e820d-5445-4e1b-9dfe-639b8254252a X-Archives-Hash: cb31550e490cc95095713278e7cf711e commit: 60d0d3903792d9f71e06946816968f3f9122d7ea Author: Anthony G. Basile gentoo org> AuthorDate: Mon Apr 22 13:50:10 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Apr 22 19:36:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d0d390 app-admin/ansible: keyword ~arm64 Signed-off-by: Anthony G. Basile gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-admin/ansible/ansible-2.7.10.ebuild | 2 +- app-admin/ansible/ansible-2.7.9.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/ansible/ansible-2.7.10.ebuild b/app-admin/ansible/ansible-2.7.10.ebuild index 1363dee05e6..63e11740ae9 100644 --- a/app-admin/ansible/ansible-2.7.10.ebuild +++ b/app-admin/ansible/ansible-2.7.10.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos" IUSE="doc test" RDEPEND=" diff --git a/app-admin/ansible/ansible-2.7.9.ebuild b/app-admin/ansible/ansible-2.7.9.ebuild index be1e38fe59f..028f77e10f7 100644 --- a/app-admin/ansible/ansible-2.7.9.ebuild +++ b/app-admin/ansible/ansible-2.7.9.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos" IUSE="doc test" RDEPEND="