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 B7B011388C0 for ; Sun, 28 Feb 2016 06:51:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A063621C08D; Sun, 28 Feb 2016 06:51:28 +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 8247321C087 for ; Sun, 28 Feb 2016 06:51:27 +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 A36A5340B6C for ; Sun, 28 Feb 2016 06:51:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3B282091 for ; Sun, 28 Feb 2016 06:51:22 +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: <1456642087.ee0c1199140e000d22c7782d5616fea0bf1d6bf4.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-glanceclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-glanceclient/python-glanceclient-1.1.0.ebuild X-VCS-Directories: dev-python/python-glanceclient/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: ee0c1199140e000d22c7782d5616fea0bf1d6bf4 X-VCS-Branch: master Date: Sun, 28 Feb 2016 06:51:22 +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: d231006f-c396-48a4-aef6-4705164156ff X-Archives-Hash: a245b84f11179734704244852409621d commit: ee0c1199140e000d22c7782d5616fea0bf1d6bf4 Author: Matthew Thode gentoo org> AuthorDate: Sun Feb 28 06:48:07 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Feb 28 06:48:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee0c1199 dev-python/python-glanceclient: keywording arm64 merged on X-C1 Package-Manager: portage-2.2.26 dev-python/python-glanceclient/python-glanceclient-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-glanceclient/python-glanceclient-1.1.0.ebuild b/dev-python/python-glanceclient/python-glanceclient-1.1.0.ebuild index 5b79267..9277b38 100644 --- a/dev-python/python-glanceclient/python-glanceclient-1.1.0.ebuild +++ b/dev-python/python-glanceclient/python-glanceclient-1.1.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 )"