summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2018-06-29 00:31:57 -0500
committerMatthias Maier <tamiko@gentoo.org>2018-06-29 00:31:57 -0500
commit4968b9aca32875f31e1f5c04748221ab1adb6b14 (patch)
tree11f4e899e9686fe03e88fd7a99925350f78e43ef /app-emulation/qemu-guest-agent
parentapp-emulation/qemu-guest-agent: do not depend on pixman (diff)
downloadgentoo-4968b9aca32875f31e1f5c04748221ab1adb6b14.tar.gz
gentoo-4968b9aca32875f31e1f5c04748221ab1adb6b14.tar.bz2
gentoo-4968b9aca32875f31e1f5c04748221ab1adb6b14.zip
app-emulation/qemu-guest-agent: disable tools
We also have to disable tools configuration when compiling the guest agent. Bug: https://bugs.gentoo.org/659316 Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'app-emulation/qemu-guest-agent')
-rw-r--r--app-emulation/qemu-guest-agent/qemu-guest-agent-2.11.1.ebuild1
-rw-r--r--app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.11.1.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.11.1.ebuild
index 3f49bc33cf3c..b34558adc4a8 100644
--- a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.11.1.ebuild
+++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.11.1.ebuild
@@ -44,6 +44,7 @@ src_configure() {
--disable-linux-user
--disable-system
--disable-strip
+ --disable-tools
--disable-werror
--enable-guest-agent
--python="${PYTHON}"
diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild
index 57c3f91109ad..ec4616852a89 100644
--- a/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild
+++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-2.12.0-r1.ebuild
@@ -43,6 +43,7 @@ src_configure() {
--disable-linux-user
--disable-system
--disable-strip
+ --disable-tools
--disable-werror
--enable-guest-agent
--python="${PYTHON}"