From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 080ED1388C0 for ; Sun, 28 Feb 2016 07:00:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D7AA21C07B; Sun, 28 Feb 2016 07:00:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD44E21C022 for ; Sun, 28 Feb 2016 07:00:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B972340A23 for ; Sun, 28 Feb 2016 07:00:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B7CE1897 for ; Sun, 28 Feb 2016 07:00:13 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1456642612.f4b615851ed7efe56d9317aa741e225e1b89585a.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cmd2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cmd2/cmd2-0.6.8.ebuild X-VCS-Directories: dev-python/cmd2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: f4b615851ed7efe56d9317aa741e225e1b89585a X-VCS-Branch: master Date: Sun, 28 Feb 2016 07:00:13 +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-Archives-Salt: 94eadd70-b3d0-4e28-a68b-36dd3d3f868f X-Archives-Hash: 7121c209c3e823c600ff2e7b22ee2805 commit: f4b615851ed7efe56d9317aa741e225e1b89585a Author: Matthew Thode gentoo org> AuthorDate: Sun Feb 28 06:56:52 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Feb 28 06:56:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4b61585 dev-python/cmd2: keywording arm64 merged on X-C1 Package-Manager: portage-2.2.26 dev-python/cmd2/cmd2-0.6.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cmd2/cmd2-0.6.8.ebuild b/dev-python/cmd2/cmd2-0.6.8.ebuild index f799a81..a5688a2 100644 --- a/dev-python/cmd2/cmd2-0.6.8.ebuild +++ b/dev-python/cmd2/cmd2-0.6.8.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=">=dev-python/pyparsing-2.0.1[${PYTHON_USEDEP}]"