diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-02-11 03:26:31 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-02-11 03:26:31 +0100 |
commit | bd62b3aca68ce447b43ab5733f2b8e83615347b1 (patch) | |
tree | 080518bcdd5275416ab83b01517ffe5de5f8b2f0 /app-emulation/qemu/qemu-9999.ebuild | |
parent | app-emulation/qemu: fix configure options (diff) | |
download | gentoo-bd62b3aca68ce447b43ab5733f2b8e83615347b1.tar.gz gentoo-bd62b3aca68ce447b43ab5733f2b8e83615347b1.tar.bz2 gentoo-bd62b3aca68ce447b43ab5733f2b8e83615347b1.zip |
app-emulation/qemu: fix more configure options
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-emulation/qemu/qemu-9999.ebuild')
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index d6f958f31220..59cdcadc04bc 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -646,7 +646,7 @@ qemu_src_configure() { conf_opts+=( --disable-linux-user --disable-system - --disable-blobs + --disable-install-blobs --enable-tools --enable-cap-ng ) |