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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37AE7158015 for ; Mon, 27 Sep 2021 16:47:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FE90E099F; Mon, 27 Sep 2021 16:47:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57295E099F for ; Mon, 27 Sep 2021 16:47:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6DD5E342E5C for ; Mon, 27 Sep 2021 16:47:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F10D4138 for ; Mon, 27 Sep 2021 16:47:34 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1632761251.841923dfe9ccf64ed91224e6d4a913b0556ec602.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-versionedobjects/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/oslo-versionedobjects/oslo-versionedobjects-2.3.0.ebuild X-VCS-Directories: dev-python/oslo-versionedobjects/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 841923dfe9ccf64ed91224e6d4a913b0556ec602 X-VCS-Branch: dev Date: Mon, 27 Sep 2021 16:47:34 +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: d0afae8f-7e60-4a20-aefc-5ca6ab44c4fb X-Archives-Hash: cb8260d2bb7b6220694e8131a8870d36 commit: 841923dfe9ccf64ed91224e6d4a913b0556ec602 Author: Alessandro Barbieri gmail com> AuthorDate: Mon Sep 27 16:44:52 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon Sep 27 16:47:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=841923df dev-python/oslo-versionedobjects: unkeyword 2.3.0 for ~arm64, ~x86 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/oslo-versionedobjects/oslo-versionedobjects-2.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/oslo-versionedobjects/oslo-versionedobjects-2.3.0.ebuild b/dev-python/oslo-versionedobjects/oslo-versionedobjects-2.3.0.ebuild index 48a3f1281..c0d9608bc 100644 --- a/dev-python/oslo-versionedobjects/oslo-versionedobjects-2.3.0.ebuild +++ b/dev-python/oslo-versionedobjects/oslo-versionedobjects-2.3.0.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/oslo.versionedobjects-${PV}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64" DEPEND=" >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]