app-emulation/libguestfs: fix build error, bug 625742
authorMatthew Thode <prometheanfire@gentoo.org>
Sat, 12 Aug 2017 05:15:28 +0000 (00:15 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Sat, 12 Aug 2017 05:16:11 +0000 (00:16 -0500)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

app-emulation/libguestfs/libguestfs-1.28.5-r3.ebuild

index 44eebef32e90c287b2a9c1440c37c4a6d5ba0563..afc70750da9f51ecc73268044d4727171e84e130 100644 (file)
@@ -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)
 }