From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 406351584AD for ; Sat, 19 Apr 2025 04:24:08 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 21F3B342FF3 for ; Sat, 19 Apr 2025 04:24:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 101E2110494; Sat, 19 Apr 2025 04:24:07 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 05CCA110494 for ; Sat, 19 Apr 2025 04:24: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A907342FF3 for ; Sat, 19 Apr 2025 04:24:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B13B91DF6 for ; Sat, 19 Apr 2025 04:24:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1745036608.0b06eed921340e8420aa8931fd4d86c7bad19218.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/valgrind/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/valgrind/valgrind-3.25.0_rc1.ebuild dev-debug/valgrind/valgrind-9999.ebuild X-VCS-Directories: dev-debug/valgrind/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0b06eed921340e8420aa8931fd4d86c7bad19218 X-VCS-Branch: master Date: Sat, 19 Apr 2025 04:24: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: 7a4de5f3-a3e9-4fa1-a4f9-b3fb39f72111 X-Archives-Hash: 54c13ccd75e63ae4893d17c17cc36dc9 commit: 0b06eed921340e8420aa8931fd4d86c7bad19218 Author: Jakov Smolić gentoo org> AuthorDate: Sat Apr 19 02:45:34 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 19 04:23:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b06eed9 dev-debug/valgrind: keyword 3.25.0_rc1 for ~riscv There is a known test failure documented here: https://sourceforge.net/p/valgrind/mailman/message/59153566/ Runtime tested some basic features: memcheck, gdbserver, callgrind, helgrind and massif, all of which are working. Given this, we can proceed to keyword for riscv. Thanks-to: Sam James gentoo.org> Signed-off-by: Jakov Smolić gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/41659 Signed-off-by: Sam James gentoo.org> dev-debug/valgrind/valgrind-3.25.0_rc1.ebuild | 2 +- dev-debug/valgrind/valgrind-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-debug/valgrind/valgrind-3.25.0_rc1.ebuild b/dev-debug/valgrind/valgrind-3.25.0_rc1.ebuild index b8778b8c8633..fabc10e80fda 100644 --- a/dev-debug/valgrind/valgrind-3.25.0_rc1.ebuild +++ b/dev-debug/valgrind/valgrind-3.25.0_rc1.ebuild @@ -42,7 +42,7 @@ else S="${WORKDIR}"/${MY_P} if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" fi fi diff --git a/dev-debug/valgrind/valgrind-9999.ebuild b/dev-debug/valgrind/valgrind-9999.ebuild index b8778b8c8633..fabc10e80fda 100644 --- a/dev-debug/valgrind/valgrind-9999.ebuild +++ b/dev-debug/valgrind/valgrind-9999.ebuild @@ -42,7 +42,7 @@ else S="${WORKDIR}"/${MY_P} if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" + KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" fi fi