From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1456244-garchives=archives.gentoo.org@lists.gentoo.org>
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 132F2158020
	for <garchives@archives.gentoo.org>; Sun, 13 Nov 2022 17:42:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4D09DE0891;
	Sun, 13 Nov 2022 17:42:51 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 2FFE4E0891
	for <gentoo-commits@lists.gentoo.org>; Sun, 13 Nov 2022 17:42:51 +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 342BA340FC5
	for <gentoo-commits@lists.gentoo.org>; Sun, 13 Nov 2022 17:42:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 91BC25D6
	for <gentoo-commits@lists.gentoo.org>; Sun, 13 Nov 2022 17:42:48 +0000 (UTC)
From: "Arthur Zamarin" <arthurzam@gentoo.org>
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" <arthurzam@gentoo.org>
Message-ID: <1668361323.12dbbe21e6bc8b67510f80b376860e6352c3a7ea.arthurzam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/openstacksdk/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/openstacksdk/openstacksdk-0.102.0.ebuild
X-VCS-Directories: dev-python/openstacksdk/
X-VCS-Committer: arthurzam
X-VCS-Committer-Name: Arthur Zamarin
X-VCS-Revision: 12dbbe21e6bc8b67510f80b376860e6352c3a7ea
X-VCS-Branch: master
Date: Sun, 13 Nov 2022 17:42:48 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 6201e65f-4d41-4e2a-9c7b-6ed1673007a0
X-Archives-Hash: a999aebfb5180f6b637d070c00ecc0b9

commit:     12dbbe21e6bc8b67510f80b376860e6352c3a7ea
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 17:42:03 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 17:42:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12dbbe21

dev-python/openstacksdk: Stabilize 0.102.0 x86, #881101

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/openstacksdk/openstacksdk-0.102.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/openstacksdk/openstacksdk-0.102.0.ebuild b/dev-python/openstacksdk/openstacksdk-0.102.0.ebuild
index 69971ae80ee3..90876d7aa28f 100644
--- a/dev-python/openstacksdk/openstacksdk-0.102.0.ebuild
+++ b/dev-python/openstacksdk/openstacksdk-0.102.0.ebuild
@@ -18,7 +18,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/pbr-2.1.0[${PYTHON_USEDEP}]