From ab010c8b9d03c9766f2b9e8a28481999e18147a8 Mon Sep 17 00:00:00 2001 From: Alfred Persson Forsberg Date: Wed, 13 Jul 2022 00:10:43 +0000 Subject: [PATCH] sys-apps/fchroot: Fix QEMU dependency Frankenchroot does not use softmmu (full system emulation), it uses qemu-user + chroot. Signed-off-by: Alfred Persson Forsberg --- sys-apps/fchroot/fchroot-0.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/fchroot/fchroot-0.1.2.ebuild b/sys-apps/fchroot/fchroot-0.1.2.ebuild index 3ec06f90b2..d7102e6153 100644 --- a/sys-apps/fchroot/fchroot-0.1.2.ebuild +++ b/sys-apps/fchroot/fchroot-0.1.2.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64" RDEPEND=" ${PYTHON_DEPS} - app-emulation/qemu[qemu_softmmu_targets_x86_64,qemu_softmmu_targets_aarch64,qemu_softmmu_targets_arm,static-user] + app-emulation/qemu[qemu_user_targets_aarch64,qemu_user_targets_arm,static-user] dev-libs/glib[static-libs] dev-libs/libpcre[static-libs] sys-apps/attr[static-libs]