summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-07-17 23:06:41 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-07-17 23:06:57 +0100
commit648b9dd9236af78df5f63dc226a3c109b0f4dab1 (patch)
tree7279526e479d19c0ef2e0627006a3214828e2d53 /app-emulation/qemu
parentapp-emulation/qemu: add 'avr' target to live ebuild (diff)
downloadgentoo-648b9dd9236af78df5f63dc226a3c109b0f4dab1.tar.gz
gentoo-648b9dd9236af78df5f63dc226a3c109b0f4dab1.tar.bz2
gentoo-648b9dd9236af78df5f63dc226a3c109b0f4dab1.zip
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@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r--app-emulation/qemu/qemu-5.0.0-r2.ebuild1
-rw-r--r--app-emulation/qemu/qemu-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/qemu/qemu-5.0.0-r2.ebuild b/app-emulation/qemu/qemu-5.0.0-r2.ebuild
index a9c5b08ded60..44dad04fd203 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 808bb0e484ad..3bc5de693bf0 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