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 835C6159C96 for ; Thu, 25 Jul 2024 14:12:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B63F7E2B1F; Thu, 25 Jul 2024 14:12:14 +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 9683FE2B1F for ; Thu, 25 Jul 2024 14:12:14 +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 A17EA33FE7D for ; Thu, 25 Jul 2024 14:12:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11EE91B89 for ; Thu, 25 Jul 2024 14:12:12 +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: <1721916709.d92df56891ab6fac6bb59eb5dd154beb1ba11490.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-firmware/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virt-firmware/virt-firmware-24.7.ebuild X-VCS-Directories: app-emulation/virt-firmware/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d92df56891ab6fac6bb59eb5dd154beb1ba11490 X-VCS-Branch: master Date: Thu, 25 Jul 2024 14:12:12 +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: 9506265d-ffb7-4137-afb6-3b92cd074b33 X-Archives-Hash: 5dc9a0d8d445543260cea65ed8b826c9 commit: d92df56891ab6fac6bb59eb5dd154beb1ba11490 Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Jul 25 14:10:34 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Jul 25 14:11:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92df568 app-emulation/virt-firmware: dep on systemd for tests Closes: https://bugs.gentoo.org/936631 Signed-off-by: Andrew Ammerlaan gentoo.org> app-emulation/virt-firmware/virt-firmware-24.7.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app-emulation/virt-firmware/virt-firmware-24.7.ebuild b/app-emulation/virt-firmware/virt-firmware-24.7.ebuild index 925c65c628f1..33bca1b06d18 100644 --- a/app-emulation/virt-firmware/virt-firmware-24.7.ebuild +++ b/app-emulation/virt-firmware/virt-firmware-24.7.ebuild @@ -23,6 +23,13 @@ RDEPEND=" dev-python/pefile[${PYTHON_USEDEP}] " +# Need systemd-detect-virt +BDEPEND=" + test? ( + sys-apps/systemd + ) +" + distutils_enable_tests unittest python_test() {