From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 42618158094 for ; Sat, 25 Jun 2022 16:37:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25B6FE0964; Sat, 25 Jun 2022 16:37:17 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0879E0964 for ; Sat, 25 Jun 2022 16:37:16 +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 0446734174C for ; Sat, 25 Jun 2022 16:37:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7975A51E for ; Sat, 25 Jun 2022 16:37:13 +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: <1656175026.1ab7a19755aef2f76a91ed162dfd1a1fadedc5a5.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: 1ab7a19755aef2f76a91ed162dfd1a1fadedc5a5 X-VCS-Branch: master Date: Sat, 25 Jun 2022 16:37:13 +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: 98110662-aa18-45e7-b096-086016301c4d X-Archives-Hash: 500877219d862d57e2d3d561e457a1c3 commit: 1ab7a19755aef2f76a91ed162dfd1a1fadedc5a5 Author: Jakov Smolić gentoo org> AuthorDate: Sat Jun 25 16:24:53 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Jun 25 16:37:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab7a197 profiles/arch/riscv: Drop dev-python/subprocess-tee[test-full] mask - All required dependencies have been keyworded on riscv. Signed-off-by: Jakov Smolić gentoo.org> profiles/arch/riscv/package.use.mask | 5 ----- 1 file changed, 5 deletions(-) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 0f594d743f09..9a6dee8dceb7 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -25,11 +25,6 @@ dev-lisp/clisp berkdb # 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) -dev-python/subprocess-tee test-full - # Jakov Smolić (2022-03-25) # sys-process/criu doesn't support riscv (bug #835975) # Upstream bug for criu: https://github.com/checkpoint-restore/criu/issues/1702