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 76323158086 for ; Sun, 19 Dec 2021 21:05:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C94882BC028; Sun, 19 Dec 2021 21:05:55 +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 B02602BC028 for ; Sun, 19 Dec 2021 21:05:55 +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 873C3342F5A for ; Sun, 19 Dec 2021 21:05:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47172218 for ; Sun, 19 Dec 2021 21:05:53 +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: <1639947942.d1b8ebb8fe702a946e9b79b62cce50406ff7faab.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oslo-utils/oslo-utils-4.12.0.ebuild X-VCS-Directories: dev-python/oslo-utils/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d1b8ebb8fe702a946e9b79b62cce50406ff7faab X-VCS-Branch: master Date: Sun, 19 Dec 2021 21:05: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: ec3165a5-53ae-4450-ab9e-683f1d1c8ae0 X-Archives-Hash: ae201354e20959d90783989aa23e5dbc commit: d1b8ebb8fe702a946e9b79b62cce50406ff7faab Author: Arthur Zamarin gentoo org> AuthorDate: Sun Dec 19 21:05:42 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Dec 19 21:05:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b8ebb8 dev-python/oslo-utils: Stabilize 4.12.0 ALLARCHES, #829644 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/oslo-utils/oslo-utils-4.12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/oslo-utils/oslo-utils-4.12.0.ebuild b/dev-python/oslo-utils/oslo-utils-4.12.0.ebuild index 45519072b840..48ad03a4b210 100644 --- a/dev-python/oslo-utils/oslo-utils-4.12.0.ebuild +++ b/dev-python/oslo-utils/oslo-utils-4.12.0.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm arm64 x86" RDEPEND=" >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]