diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-17 23:06:41 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-17 23:06:57 +0100 |
commit | 648b9dd9236af78df5f63dc226a3c109b0f4dab1 (patch) | |
tree | 7279526e479d19c0ef2e0627006a3214828e2d53 /app-emulation/qemu | |
parent | app-emulation/qemu: add 'avr' target to live ebuild (diff) | |
download | gentoo-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.ebuild | 1 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 1 |
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 |