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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BD2FA158042 for ; Fri, 1 Nov 2024 08:55:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB246E08F3; Fri, 1 Nov 2024 08:55:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A5E90E08F3 for ; Fri, 1 Nov 2024 08:55:52 +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 E965D342FF9 for ; Fri, 1 Nov 2024 08:55:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87A021E06 for ; Fri, 1 Nov 2024 08:55:50 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1730451192.dbe9f3af24f33481e9e30b86638bc6ef106764b6.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/ugrd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/ugrd/ugrd-9999.ebuild X-VCS-Directories: sys-kernel/ugrd/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: dbe9f3af24f33481e9e30b86638bc6ef106764b6 X-VCS-Branch: master Date: Fri, 1 Nov 2024 08:55:50 +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: 0d3cfb92-0f6b-4950-a4ff-aa5f56861b1d X-Archives-Hash: 53a737231e977385edbda67999e9c467 commit: dbe9f3af24f33481e9e30b86638bc6ef106764b6 Author: Zen pyl onl> AuthorDate: Thu Oct 31 23:26:23 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Nov 1 08:53:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe9f3af sys-kernel/ugrd: Add btrfs, xfs, and cryptsetup utils for testing Signed-off-by: Zen pyl.onl> Signed-off-by: Andrew Ammerlaan gentoo.org> sys-kernel/ugrd/ugrd-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-kernel/ugrd/ugrd-9999.ebuild b/sys-kernel/ugrd/ugrd-9999.ebuild index 06f07ae98c16..5fe6f7c4da3b 100644 --- a/sys-kernel/ugrd/ugrd-9999.ebuild +++ b/sys-kernel/ugrd/ugrd-9999.ebuild @@ -23,6 +23,9 @@ RDEPEND=" BDEPEND=" test? ( + sys-fs/btrfs-progs + sys-fs/xfsprogs + sys-fs/cryptsetup amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) )