From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1629131-garchives=archives.gentoo.org@lists.gentoo.org> 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 DBD97158064 for <garchives@archives.gentoo.org>; Wed, 8 May 2024 21:48:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 228CEE2DC1; Wed, 8 May 2024 21:48:45 +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 E71B5E2DC1 for <gentoo-commits@lists.gentoo.org>; Wed, 8 May 2024 21:48:44 +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 6641434309B for <gentoo-commits@lists.gentoo.org>; Wed, 8 May 2024 21:48:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F046B1A3F for <gentoo-commits@lists.gentoo.org>; Wed, 8 May 2024 21:48:41 +0000 (UTC) From: "Yixun Lan" <dlan@gentoo.org> 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" <dlan@gentoo.org> Message-ID: <1715204903.7fb5632aca63f7451bf6a8a1b5d13fe56b2f6c05.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mpdecimal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mpdecimal/mpdecimal-4.0.0.ebuild X-VCS-Directories: dev-libs/mpdecimal/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 7fb5632aca63f7451bf6a8a1b5d13fe56b2f6c05 X-VCS-Branch: master Date: Wed, 8 May 2024 21:48:41 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6b02ce0a-1c84-4c7d-aede-41f6956176ea X-Archives-Hash: 5b69c2d49fc4c99db7c9dc53beebfc54 commit: 7fb5632aca63f7451bf6a8a1b5d13fe56b2f6c05 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Wed May 8 21:40:32 2024 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Wed May 8 21:48:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb5632a dev-libs/mpdecimal: Keyword 4.0.0 riscv, #931598 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> dev-libs/mpdecimal/mpdecimal-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/mpdecimal/mpdecimal-4.0.0.ebuild b/dev-libs/mpdecimal/mpdecimal-4.0.0.ebuild index 95742357fa5b..e2b2f84cbcad 100644 --- a/dev-libs/mpdecimal/mpdecimal-4.0.0.ebuild +++ b/dev-libs/mpdecimal/mpdecimal-4.0.0.ebuild @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="BSD-2" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc" IUSE="cxx test" RESTRICT="!test? ( test )"