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 828AA159C9B for ; Sat, 3 Aug 2024 06:24:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61C96E2A2E; Sat, 3 Aug 2024 06:24:56 +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 46900E2A2E for ; Sat, 3 Aug 2024 06:24:56 +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 44E4F342FB6 for ; Sat, 3 Aug 2024 06:24:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A380B1E7E for ; Sat, 3 Aug 2024 06:24:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1722666237.4d68825d19e3205c8bbebeaa07ab67381ebaf716.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/openstacksdk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/openstacksdk/openstacksdk-3.3.0.ebuild X-VCS-Directories: dev-python/openstacksdk/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4d68825d19e3205c8bbebeaa07ab67381ebaf716 X-VCS-Branch: master Date: Sat, 3 Aug 2024 06:24:53 +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: ffa92302-0e8c-43f3-b302-05ac9a18f7b2 X-Archives-Hash: ed4de1135cc49261124ada7f67f9ad14 commit: 4d68825d19e3205c8bbebeaa07ab67381ebaf716 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 3 06:23:57 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 3 06:23:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d68825d dev-python/openstacksdk: Stabilize 3.3.0 ALLARCHES, #937208 Signed-off-by: Michał Górny gentoo.org> dev-python/openstacksdk/openstacksdk-3.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/openstacksdk/openstacksdk-3.3.0.ebuild b/dev-python/openstacksdk/openstacksdk-3.3.0.ebuild index 39d1d164ab65..45d7c67aff60 100644 --- a/dev-python/openstacksdk/openstacksdk-3.3.0.ebuild +++ b/dev-python/openstacksdk/openstacksdk-3.3.0.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" RDEPEND=" >=dev-python/cryptography-2.7[${PYTHON_USEDEP}]