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 6142415808B for ; Thu, 7 Apr 2022 16:16:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87F86E09B6; Thu, 7 Apr 2022 16:16:48 +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 64D93E09B6 for ; Thu, 7 Apr 2022 16:16:48 +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 4851D340FE3 for ; Thu, 7 Apr 2022 16:16:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3898D0 for ; Thu, 7 Apr 2022 16:16:45 +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: <1649348194.613f894f37c12d7087d6f9a70ecd1b939e370924.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/riscv/package.use.mask X-VCS-Directories: profiles/arch/riscv/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 613f894f37c12d7087d6f9a70ecd1b939e370924 X-VCS-Branch: master Date: Thu, 7 Apr 2022 16:16:45 +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: b7d023f6-66b1-4f85-9b00-c4f7be52e18f X-Archives-Hash: 7d187de6a49d75fb2d5f3d24536fae89 commit: 613f894f37c12d7087d6f9a70ecd1b939e370924 Author: Jakov Smolić gentoo org> AuthorDate: Thu Apr 7 16:14:20 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Apr 7 16:16:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613f894f profiles/arch/riscv: Mask sys-block/fio[rbd] Depends on sys-cluster/ceph, which needs valgdring (unavailable on risc-v) Signed-off-by: Jakov Smolić gentoo.org> profiles/arch/riscv/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 7e63597355cc..fa265a36511d 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,11 @@ # Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Jakov Smolić (2022-04-07) +# Depends on sys-cluster/ceph which pulls in valgrind, which is +# unavailable on riscv currently +sys-block/fio rbd + # Marek Szuba (2022-03-30) # Indirectly depends on dev-python/pytest-testinfra, which is currently # blocked from being keyworded on this arch by several errors (Bug #835717)