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 01F43158086 for ; Tue, 7 Dec 2021 23:56:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 407E82BC027; Tue, 7 Dec 2021 23:56:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27D2B2BC027 for ; Tue, 7 Dec 2021 23:56:44 +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 41D4C342D1E for ; Tue, 7 Dec 2021 23:56:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D75A779 for ; Tue, 7 Dec 2021 23:56:41 +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: <1638921264.3433bff9a045f22436d18c5e1ebcc131e9f0bdc1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mkosi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/mkosi/mkosi-12-r1.ebuild app-admin/mkosi/mkosi-12.ebuild X-VCS-Directories: app-admin/mkosi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3433bff9a045f22436d18c5e1ebcc131e9f0bdc1 X-VCS-Branch: master Date: Tue, 7 Dec 2021 23:56:41 +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: 5aaa1841-0790-4e86-85fc-5c529793517f X-Archives-Hash: 277f98bed831b02025d5de5f8defe036 commit: 3433bff9a045f22436d18c5e1ebcc131e9f0bdc1 Author: Paymon MARANDI gmail com> AuthorDate: Mon Dec 6 20:16:48 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 7 23:54:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3433bff9 app-admin/mkosi: add missing firmware deps for booting with qemu Signed-off-by: Paymon MARANDI gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23202 Signed-off-by: Sam James gentoo.org> app-admin/mkosi/{mkosi-12.ebuild => mkosi-12-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-admin/mkosi/mkosi-12.ebuild b/app-admin/mkosi/mkosi-12-r1.ebuild similarity index 92% rename from app-admin/mkosi/mkosi-12.ebuild rename to app-admin/mkosi/mkosi-12-r1.ebuild index 2205c666f50c..d1fee884be23 100644 --- a/app-admin/mkosi/mkosi-12.ebuild +++ b/app-admin/mkosi/mkosi-12-r1.ebuild @@ -18,7 +18,8 @@ RDEPEND=" dev-vcs/git sys-apps/portage sys-apps/systemd -" + app-emulation/qemu + sys-firmware/edk2-ovmf" distutils_enable_tests pytest