From 88194809fe5a4bbda95418c09274d0644e01a602 Mon Sep 17 00:00:00 2001 From: Tomas Mozes Date: Fri, 29 Mar 2019 12:28:57 +0100 Subject: [PATCH] app-emulation/xen-tools: disable sys-cluster/glusterfs automagic MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/682006 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Tomáš Mózes Signed-off-by: Yixun Lan --- app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild | 4 ++++ app-emulation/xen-tools/xen-tools-4.11.1-r2.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild index f58f83d88632..e5f5d7172109 100644 --- a/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild @@ -332,6 +332,10 @@ src_prepare() { -e 's:^#vif.default.script=:vif.default.script=:' \ -i tools/examples/xl.conf || die + # disable glusterfs + sed -e "s:\$\$source/configure:\0 --disable-glusterfs:" \ + -i tools/Makefile || die + default } diff --git a/app-emulation/xen-tools/xen-tools-4.11.1-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.11.1-r2.ebuild index c6d51462da39..bfa221f47fb7 100644 --- a/app-emulation/xen-tools/xen-tools-4.11.1-r2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.11.1-r2.ebuild @@ -338,6 +338,10 @@ src_prepare() { sed -e "s:\$\$source/configure:\0 --disable-capstone:" \ -i tools/Makefile || die + # disable glusterfs + sed -e "s:\$\$source/configure:\0 --disable-glusterfs:" \ + -i tools/Makefile || die + default } -- 2.26.2