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 1316E138330 for ; Fri, 14 Oct 2016 23:33:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91BEBE0AEE; Fri, 14 Oct 2016 23:33:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A8DAE0AEE for ; Fri, 14 Oct 2016 23:33:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A796341063 for ; Fri, 14 Oct 2016 23:33:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99DB42FC for ; Fri, 14 Oct 2016 23:33:15 +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: <1476487931.b19327696e3b5059d830dd673c79eca758a192c2.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-novaclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-novaclient/python-novaclient-3.3.2.ebuild X-VCS-Directories: dev-python/python-novaclient/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: b19327696e3b5059d830dd673c79eca758a192c2 X-VCS-Branch: master Date: Fri, 14 Oct 2016 23:33:15 +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: ad594c8d-319b-4bfb-bff4-1a955b379404 X-Archives-Hash: 3bb57297011ac250a4bd4f3fe90f095a commit: b19327696e3b5059d830dd673c79eca758a192c2 Author: Matthew Thode gentoo org> AuthorDate: Fri Oct 14 23:32:11 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Fri Oct 14 23:32:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1932769 dev-python/python-novaclient: stable amd64 and x86 Package-Manager: portage-2.3.0 dev-python/python-novaclient/python-novaclient-3.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-novaclient/python-novaclient-3.3.2.ebuild b/dev-python/python-novaclient/python-novaclient-3.3.2.ebuild index d7ae1a3..d26c250 100644 --- a/dev-python/python-novaclient/python-novaclient-3.3.2.ebuild +++ b/dev-python/python-novaclient/python-novaclient-3.3.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="test" CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"