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 E3EDC1388C0 for ; Sun, 28 Feb 2016 06:13:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E34D21C088; Sun, 28 Feb 2016 06:12:59 +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 B257D21C085 for ; Sun, 28 Feb 2016 06:12:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC4DA340821 for ; Sun, 28 Feb 2016 06:12:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88C3C208F for ; Sun, 28 Feb 2016 06:12:54 +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: <1456639889.8aab85972a2ad66660f62d8ea353b67f9a6b4703.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-neutronclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-neutronclient/python-neutronclient-3.0.0.ebuild X-VCS-Directories: dev-python/python-neutronclient/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 8aab85972a2ad66660f62d8ea353b67f9a6b4703 X-VCS-Branch: master Date: Sun, 28 Feb 2016 06:12:54 +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: 895fdb7b-bc7f-402a-835b-410e9697de1b X-Archives-Hash: 28da88a00167e197dd4dd8a6eda558d5 commit: 8aab85972a2ad66660f62d8ea353b67f9a6b4703 Author: Matthew Thode gentoo org> AuthorDate: Sun Feb 28 06:11:29 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Feb 28 06:11:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aab8597 dev-python/python-neutronclient: keywording arm64 merged on X-C1 Package-Manager: portage-2.2.26 dev-python/python-neutronclient/python-neutronclient-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-neutronclient/python-neutronclient-3.0.0.ebuild b/dev-python/python-neutronclient/python-neutronclient-3.0.0.ebuild index d4fb892..242a382 100644 --- a/dev-python/python-neutronclient/python-neutronclient-3.0.0.ebuild +++ b/dev-python/python-neutronclient/python-neutronclient-3.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="doc test" REQUIRED_USE="test? ( doc )"