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 09E83158094 for ; Fri, 12 Aug 2022 09:18:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FCD3E0ADA; Fri, 12 Aug 2022 09:18:34 +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 27E48E0AD9 for ; Fri, 12 Aug 2022 09:18:33 +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 0452A34133E for ; Fri, 12 Aug 2022 09:18:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 857CB566 for ; Fri, 12 Aug 2022 09:18:30 +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: <1660295894.4b3a6ae9b656f76a70b00f14292a0ae660a5d80a.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/semver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/semver/semver-2.13.0.ebuild X-VCS-Directories: dev-python/semver/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 4b3a6ae9b656f76a70b00f14292a0ae660a5d80a X-VCS-Branch: master Date: Fri, 12 Aug 2022 09:18:30 +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: 53350591-8853-4ed4-945b-e422ec2da531 X-Archives-Hash: 2d277e39dfdbf55309868d2445440f02 commit: 4b3a6ae9b656f76a70b00f14292a0ae660a5d80a Author: Atharva protonmail com> AuthorDate: Wed Aug 10 07:39:36 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Aug 12 09:18:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3a6ae9 dev-python/semver: ~riscv keywording Closes: https://github.com/gentoo/gentoo/pull/26803 Signed-off-by: Atharva protonmail.com> Signed-off-by: Yixun Lan gentoo.org> dev-python/semver/semver-2.13.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/semver/semver-2.13.0.ebuild b/dev-python/semver/semver-2.13.0.ebuild index c4ed05fc9562..08cf77cf1df0 100644 --- a/dev-python/semver/semver-2.13.0.ebuild +++ b/dev-python/semver/semver-2.13.0.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/python-${P}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" distutils_enable_tests pytest