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 8B0F5158009 for ; Thu, 29 Jun 2023 13:37:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C808BE07D4; Thu, 29 Jun 2023 13:37:06 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B246AE07D4 for ; Thu, 29 Jun 2023 13:37:06 +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 B1676340F66 for ; Thu, 29 Jun 2023 13:37:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 310628DC for ; Thu, 29 Jun 2023 13:37:04 +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: <1688045769.c9ea276ef1f9ddf9e84d0ebc671a6100f45d71bc.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-env/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jaraco-env/jaraco-env-1.0.0.ebuild X-VCS-Directories: dev-python/jaraco-env/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: c9ea276ef1f9ddf9e84d0ebc671a6100f45d71bc X-VCS-Branch: master Date: Thu, 29 Jun 2023 13:37:04 +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: 9fcec87e-4f48-4b41-8440-502377126f8d X-Archives-Hash: d3527a51f1295f317a4ea818db812bba commit: c9ea276ef1f9ddf9e84d0ebc671a6100f45d71bc Author: Yixun Lan gentoo org> AuthorDate: Thu Jun 29 13:33:26 2023 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Jun 29 13:36:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ea276e dev-python/jaraco-env: Keyword 1.0.0 riscv, #909299 Signed-off-by: Yixun Lan gentoo.org> dev-python/jaraco-env/jaraco-env-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jaraco-env/jaraco-env-1.0.0.ebuild b/dev-python/jaraco-env/jaraco-env-1.0.0.ebuild index 4821678bdeca..6eaa4cdae03d 100644 --- a/dev-python/jaraco-env/jaraco-env-1.0.0.ebuild +++ b/dev-python/jaraco-env/jaraco-env-1.0.0.ebuild @@ -18,7 +18,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86" BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}]