Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mkosi/
Date: Tue, 07 Dec 2021 23:56:45
Message-Id: 1638921264.3433bff9a045f22436d18c5e1ebcc131e9f0bdc1.sam@gentoo
1 commit: 3433bff9a045f22436d18c5e1ebcc131e9f0bdc1
2 Author: Paymon MARANDI <darwinskernel <AT> gmail <DOT> com>
3 AuthorDate: Mon Dec 6 20:16:48 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 7 23:54:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3433bff9
7
8 app-admin/mkosi: add missing firmware deps for booting with qemu
9
10 Signed-off-by: Paymon MARANDI <darwinskernel <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/23202
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 app-admin/mkosi/{mkosi-12.ebuild => mkosi-12-r1.ebuild} | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-admin/mkosi/mkosi-12.ebuild b/app-admin/mkosi/mkosi-12-r1.ebuild
18 similarity index 92%
19 rename from app-admin/mkosi/mkosi-12.ebuild
20 rename to app-admin/mkosi/mkosi-12-r1.ebuild
21 index 2205c666f50c..d1fee884be23 100644
22 --- a/app-admin/mkosi/mkosi-12.ebuild
23 +++ b/app-admin/mkosi/mkosi-12-r1.ebuild
24 @@ -18,7 +18,8 @@ RDEPEND="
25 dev-vcs/git
26 sys-apps/portage
27 sys-apps/systemd
28 -"
29 + app-emulation/qemu
30 + sys-firmware/edk2-ovmf"
31
32 distutils_enable_tests pytest