diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2019-03-29 12:28:57 +0100 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2019-04-03 12:55:29 +0800 |
commit | 88194809fe5a4bbda95418c09274d0644e01a602 (patch) | |
tree | c7e46ed8b2f85443aaae15bcc974e45d2a4e3ba2 /app-emulation/xen-tools | |
parent | app-emulation/xen-pvgrub: bump to 4.12.0 (diff) | |
download | gentoo-88194809fe5a4bbda95418c09274d0644e01a602.tar.gz gentoo-88194809fe5a4bbda95418c09274d0644e01a602.tar.bz2 gentoo-88194809fe5a4bbda95418c09274d0644e01a602.zip |
app-emulation/xen-tools: disable sys-cluster/glusterfs automagic
Closes: https://bugs.gentoo.org/682006
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.11.1-r2.ebuild | 4 |
2 files changed, 8 insertions, 0 deletions
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 } |