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 2E33B1581D3 for ; Tue, 28 May 2024 06:25:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74C27E2A07; Tue, 28 May 2024 06:25:21 +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 5AC53E29E8 for ; Tue, 28 May 2024 06:25:21 +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 75F33335C2E for ; Tue, 28 May 2024 06:25:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08EA216 for ; Tue, 28 May 2024 06:25:19 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1716877508.c0abbe49a8bef14d82b5a10e0cdb55289de20c22.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/munkres/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/munkres/munkres-1.1.4-r1.ebuild X-VCS-Directories: dev-python/munkres/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: c0abbe49a8bef14d82b5a10e0cdb55289de20c22 X-VCS-Branch: master Date: Tue, 28 May 2024 06:25:19 +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: 6ef4573c-3b84-46ae-a444-94991be6d75b X-Archives-Hash: 5609636dfe20c83d5208c8a7c637f38f commit: c0abbe49a8bef14d82b5a10e0cdb55289de20c22 Author: Jakov Smolić gentoo org> AuthorDate: Tue May 28 06:25:08 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue May 28 06:25:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0abbe49 dev-python/munkres: Keyword 1.1.4-r1 riscv, #932674 Signed-off-by: Jakov Smolić gentoo.org> dev-python/munkres/munkres-1.1.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/munkres/munkres-1.1.4-r1.ebuild b/dev-python/munkres/munkres-1.1.4-r1.ebuild index c14b5526a82e..1a56b84d479b 100644 --- a/dev-python/munkres/munkres-1.1.4-r1.ebuild +++ b/dev-python/munkres/munkres-1.1.4-r1.ebuild @@ -22,6 +22,6 @@ S=${WORKDIR}/${MY_P} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~s390 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~s390 ~x86" distutils_enable_tests pytest