From: Matthew Thode Date: Sat, 12 Aug 2017 05:15:28 +0000 (-0500) Subject: app-emulation/libguestfs: fix build error, bug 625742 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c31af4de6dc73f7f12ee0233de2aa088cd12348d;p=gentoo.git app-emulation/libguestfs: fix build error, bug 625742 Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/app-emulation/libguestfs/libguestfs-1.28.5-r3.ebuild b/app-emulation/libguestfs/libguestfs-1.28.5-r3.ebuild index 44eebef32e90..afc70750da9f 100644 --- a/app-emulation/libguestfs/libguestfs-1.28.5-r3.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.28.5-r3.ebuild @@ -119,25 +119,25 @@ src_configure() { export vmchannel_test=no econf \ - $(use_enable test werror) - --with-libvirt - --with-default-backend=libvirt - --disable-appliance - --disable-daemon - --with-extra="-gentoo" - --with-readline - --disable-php - $(use_enable python) - --without-java - $(use_enable perl) - $(use_enable fuse) - $(use_enable ocaml) - $(use_enable ruby) - --disable-haskell - --disable-golang - $(use_enable introspection gobject) - $(use_enable erlang) - $(use_enable systemtap probes) + $(use_enable test werror) \ + --with-libvirt \ + --with-default-backend=libvirt \ + --disable-appliance \ + --disable-daemon \ + --with-extra="-gentoo" \ + --with-readline \ + --disable-php \ + $(use_enable python) \ + --without-java \ + $(use_enable perl) \ + $(use_enable fuse) \ + $(use_enable ocaml) \ + $(use_enable ruby) \ + --disable-haskell \ + --disable-golang \ + $(use_enable introspection gobject) \ + $(use_enable erlang) \ + $(use_enable systemtap probes) \ $(use_enable lua) }