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 CF10C158008 for ; Wed, 14 Jun 2023 17:06:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0652CE08C8; Wed, 14 Jun 2023 17:06:40 +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 DE1C9E08C8 for ; Wed, 14 Jun 2023 17:06:39 +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 D2EFD335DED for ; Wed, 14 Jun 2023 17:06:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26446A66 for ; Wed, 14 Jun 2023 17:06:37 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1686762350.b7ceea44744acf28d6b40cacfa51e0bcea02d90a.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wurlitzer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/wurlitzer/wurlitzer-3.0.3.ebuild X-VCS-Directories: dev-python/wurlitzer/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: b7ceea44744acf28d6b40cacfa51e0bcea02d90a X-VCS-Branch: master Date: Wed, 14 Jun 2023 17:06:37 +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: 76686244-efbe-40fd-9e69-0d810f1e38fd X-Archives-Hash: 3266edb7978a785abc109b7c52987275 commit: b7ceea44744acf28d6b40cacfa51e0bcea02d90a Author: Yixun Lan gentoo org> AuthorDate: Wed Jun 14 17:05:50 2023 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Jun 14 17:05:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ceea44 dev-python/wurlitzer: Keyword 3.0.3 riscv, #908478 Signed-off-by: Yixun Lan gentoo.org> dev-python/wurlitzer/wurlitzer-3.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/wurlitzer/wurlitzer-3.0.3.ebuild b/dev-python/wurlitzer/wurlitzer-3.0.3.ebuild index d5e5a9296dda..14fed14bf3a0 100644 --- a/dev-python/wurlitzer/wurlitzer-3.0.3.ebuild +++ b/dev-python/wurlitzer/wurlitzer-3.0.3.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ia64 x86" +KEYWORDS="amd64 ~ia64 ~riscv x86" distutils_enable_tests pytest