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 1D7C6158094 for ; Mon, 26 Sep 2022 06:48:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AEE9E10A2; Mon, 26 Sep 2022 06:48:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 56539E10A2 for ; Mon, 26 Sep 2022 06:48:10 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F5AC34117A for ; Mon, 26 Sep 2022 06:48:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09B255A2 for ; Mon, 26 Sep 2022 06:48:08 +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: <1664174879.2dd3a33638c0694e52f68df1e34e16b57936c52b.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uc-micro-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/uc-micro-py/uc-micro-py-1.0.1.ebuild X-VCS-Directories: dev-python/uc-micro-py/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 2dd3a33638c0694e52f68df1e34e16b57936c52b X-VCS-Branch: master Date: Mon, 26 Sep 2022 06:48:08 +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: 3d6f11a2-673f-47ba-a12d-4d071495ade7 X-Archives-Hash: 31d6dfb3e24033666ff21e93be41f009 commit: 2dd3a33638c0694e52f68df1e34e16b57936c52b Author: Arthur Zamarin gentoo org> AuthorDate: Mon Sep 26 06:47:59 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Sep 26 06:47:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dd3a336 dev-python/uc-micro-py: Keyword 1.0.1 x86, #871552 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/uc-micro-py/uc-micro-py-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/uc-micro-py/uc-micro-py-1.0.1.ebuild b/dev-python/uc-micro-py/uc-micro-py-1.0.1.ebuild index 8f0d3ebd18a9..9e5454c437aa 100644 --- a/dev-python/uc-micro-py/uc-micro-py-1.0.1.ebuild +++ b/dev-python/uc-micro-py/uc-micro-py-1.0.1.ebuild @@ -22,6 +22,6 @@ S=${WORKDIR}/${MY_P} LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" distutils_enable_tests pytest