summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2017-09-03 22:23:08 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2017-09-04 00:47:12 +0200
commite01a50ef1d80e03988808222f96ec8dc33f28ed2 (patch)
treed37671744d8a93fa79e39433075bc8825562abff /app-emulation
parentprofiles/package.mask: mask enchant-2, bug #629750 (diff)
downloadgentoo-e01a50ef1d80e03988808222f96ec8dc33f28ed2.tar.gz
gentoo-e01a50ef1d80e03988808222f96ec8dc33f28ed2.tar.bz2
gentoo-e01a50ef1d80e03988808222f96ec8dc33f28ed2.zip
app-emulation/libguestfs: fix missing backslash in src_configure
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/libguestfs/libguestfs-1.36.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/libguestfs/libguestfs-1.36.5.ebuild b/app-emulation/libguestfs/libguestfs-1.36.5.ebuild
index 9d2995d26cf1..bbd53624c9d4 100644
--- a/app-emulation/libguestfs/libguestfs-1.36.5.ebuild
+++ b/app-emulation/libguestfs/libguestfs-1.36.5.ebuild
@@ -147,7 +147,7 @@ src_configure() {
$(use_enable erlang) \
$(use_enable systemtap probes) \
$(use_enable lua) \
- --with-gtk=$(usex gtk 3 no)
+ --with-gtk=$(usex gtk 3 no) \
$(usex doc '' PO4A=no)
}