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 BC4501382C5 for ; Sat, 31 Mar 2018 01:54:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77347E0935; Sat, 31 Mar 2018 01:54:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 532AFE0935 for ; Sat, 31 Mar 2018 01:54:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F582335D64 for ; Sat, 31 Mar 2018 01:54:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5059627E for ; Sat, 31 Mar 2018 01:54:23 +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: <1522461235.b768072b9cc0fde12d516d850cf7b5d21e75df63.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-saharaclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild X-VCS-Directories: dev-python/python-saharaclient/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: b768072b9cc0fde12d516d850cf7b5d21e75df63 X-VCS-Branch: master Date: Sat, 31 Mar 2018 01:54:23 +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: a007a430-9fce-4545-83df-1371d23b58a6 X-Archives-Hash: 68fc15089552bd6a68afc4dc62297a2c commit: b768072b9cc0fde12d516d850cf7b5d21e75df63 Author: Matthew Thode gentoo org> AuthorDate: Sat Mar 31 01:44:57 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Mar 31 01:53:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b768072b dev-python/python-saharaclient: 1.5.0 stablized under allarchesa Stablized for Openstack Queens dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild b/dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild index 2decbd698ac..b09c05d5363 100644 --- a/dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild +++ b/dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild @@ -12,7 +12,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-2.0.0[${PYTHON_USEDEP}]