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 1B4F8158094 for ; Sat, 13 Aug 2022 11:24:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B8EDE09A2; Sat, 13 Aug 2022 11:24:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16BAAE09A2 for ; Sat, 13 Aug 2022 11:24:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F9E0341250 for ; Sat, 13 Aug 2022 11:24:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6027955B for ; Sat, 13 Aug 2022 11:24:29 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1660389859.a37be03923f63ae3900694f0db650afdfb105a69.arthurzam@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-4.0.1.ebuild X-VCS-Directories: dev-python/python-glanceclient/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a37be03923f63ae3900694f0db650afdfb105a69 X-VCS-Branch: master Date: Sat, 13 Aug 2022 11:24:29 +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: 278fd394-d9eb-4a48-aecd-ec055f53be88 X-Archives-Hash: 850fd3868276bbc7d5ac31137852f526 commit: a37be03923f63ae3900694f0db650afdfb105a69 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Aug 13 11:24:19 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Aug 13 11:24:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37be039 dev-python/python-glanceclient: Stabilize 4.0.1 ALLARCHES, #865053 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/python-glanceclient/python-glanceclient-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-glanceclient/python-glanceclient-4.0.1.ebuild b/dev-python/python-glanceclient/python-glanceclient-4.0.1.ebuild index 448af8dee379..ee5d6545a356 100644 --- a/dev-python/python-glanceclient/python-glanceclient-4.0.1.ebuild +++ b/dev-python/python-glanceclient/python-glanceclient-4.0.1.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-3.6.2[${PYTHON_USEDEP}]