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 95D37139086 for ; Sun, 8 Jan 2017 22:49:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8E8BE0C4E; Sun, 8 Jan 2017 22:49:45 +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 BE3ECE0C45 for ; Sun, 8 Jan 2017 22:49:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EB64434119A for ; Sun, 8 Jan 2017 22:49:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A0112624 for ; Sun, 8 Jan 2017 22:49:43 +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: <1483915767.90231cd3d67a69c6ce642765bf370e6328b8b291.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-openstackclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-openstackclient/python-openstackclient-3.2.1.ebuild X-VCS-Directories: dev-python/python-openstackclient/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 90231cd3d67a69c6ce642765bf370e6328b8b291 X-VCS-Branch: master Date: Sun, 8 Jan 2017 22:49:43 +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: 0c99754b-0679-4443-afc6-0078d406d34e X-Archives-Hash: 7e0114fded685c6c3d69959bdfecda1a commit: 90231cd3d67a69c6ce642765bf370e6328b8b291 Author: Matthew Thode gentoo org> AuthorDate: Sun Jan 8 22:49:27 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Jan 8 22:49:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90231cd3 dev-python/python-openstackclient: 3.2.1 stable amd64 and x86 Package-Manager: portage-2.3.0 dev-python/python-openstackclient/python-openstackclient-3.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-openstackclient/python-openstackclient-3.2.1.ebuild b/dev-python/python-openstackclient/python-openstackclient-3.2.1.ebuild index 396fa87..3955fcb 100644 --- a/dev-python/python-openstackclient/python-openstackclient-3.2.1.ebuild +++ b/dev-python/python-openstackclient/python-openstackclient-3.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -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}]"