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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 91472158095 for ; Wed, 17 Aug 2022 21:13:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8082EE0867; Wed, 17 Aug 2022 21:13:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D04BE087E for ; Wed, 17 Aug 2022 21:13:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2ABD33416A9 for ; Wed, 17 Aug 2022 21:13:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40B0F584 for ; Wed, 17 Aug 2022 21:13:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1660770723.7fa48f72430fdae3481513f1c79ab0765c313f02.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-cinderclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-cinderclient/python-cinderclient-9.0.0.ebuild X-VCS-Directories: dev-python/python-cinderclient/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7fa48f72430fdae3481513f1c79ab0765c313f02 X-VCS-Branch: master Date: Wed, 17 Aug 2022 21:13:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f7df49d4-e571-48d6-a9d2-5b92e6441c23 X-Archives-Hash: 33e41f953631910e63a55ec8a4c7111b commit: 7fa48f72430fdae3481513f1c79ab0765c313f02 Author: Sam James gentoo org> AuthorDate: Wed Aug 17 21:12:03 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 17 21:12:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa48f72 dev-python/python-cinderclient: Stabilize 9.0.0 ALLARCHES, #865553 Signed-off-by: Sam James gentoo.org> dev-python/python-cinderclient/python-cinderclient-9.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-cinderclient/python-cinderclient-9.0.0.ebuild b/dev-python/python-cinderclient/python-cinderclient-9.0.0.ebuild index 69b8678ff2eb..b39dc49a4fcf 100644 --- a/dev-python/python-cinderclient/python-cinderclient-9.0.0.ebuild +++ b/dev-python/python-cinderclient/python-cinderclient-9.0.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" RDEPEND=" >=dev-python/keystoneauth-4.3.1[${PYTHON_USEDEP}]