commit:     648b9dd9236af78df5f63dc226a3c109b0f4dab1
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 22:06:41 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 22:06:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648b9dd9

app-emulation/qemu: pass --disable-containers

By default qemu build system tries to run docker and zfs tools.
We don't want that as part of normal build process.

Reported-by: Rafael Kitover
Closes: https://bugs.gentoo.org/732972
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emulation/qemu/qemu-5.0.0-r2.ebuild | 1 +
 app-emulation/qemu/qemu-9999.ebuild     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-emulation/qemu/qemu-5.0.0-r2.ebuild 
b/app-emulation/qemu/qemu-5.0.0-r2.ebuild
index a9c5b08ded6..44dad04fd20 100644
--- a/app-emulation/qemu/qemu-5.0.0-r2.ebuild
+++ b/app-emulation/qemu/qemu-5.0.0-r2.ebuild
@@ -413,6 +413,7 @@ qemu_src_configure() {
                --with-confsuffix=/qemu
                --localstatedir=/var
                --disable-bsd-user
+               --disable-containers # bug #732972
                --disable-guest-agent
                --disable-strip
                --disable-werror

diff --git a/app-emulation/qemu/qemu-9999.ebuild 
b/app-emulation/qemu/qemu-9999.ebuild
index 808bb0e484a..3bc5de693bf 100644
--- a/app-emulation/qemu/qemu-9999.ebuild
+++ b/app-emulation/qemu/qemu-9999.ebuild
@@ -411,6 +411,7 @@ qemu_src_configure() {
                --with-confsuffix=/qemu
                --localstatedir=/var
                --disable-bsd-user
+               --disable-containers # bug #732972
                --disable-guest-agent
                --disable-strip
                --disable-werror

Reply via email to