summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2018-04-02 17:13:42 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2018-04-02 19:50:27 +0200
commit9b0676739d3b59a29fd34539d7c2494105cf8196 (patch)
tree8d6301a69e851e331e6215d9732bd6103a971b7b
parentx11-proto/xproto: arm64 stable (bug #651286) (diff)
downloadgentoo-9b067673.tar.gz
gentoo-9b067673.tar.bz2
gentoo-9b067673.zip
app-emulation/libguestfs: fix a typo in ocaml activation, bug #650068
Closes: https://bugs.gentoo.org/650068 Package-Manager: Portage-2.3.27, Repoman-2.3.9
-rw-r--r--app-emulation/libguestfs/libguestfs-1.36.13.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/libguestfs/libguestfs-1.36.13.ebuild b/app-emulation/libguestfs/libguestfs-1.36.13.ebuild
index 16835babf72e..0044509fdf69 100644
--- a/app-emulation/libguestfs/libguestfs-1.36.13.ebuild
+++ b/app-emulation/libguestfs/libguestfs-1.36.13.ebuild
@@ -140,7 +140,7 @@ src_configure() {
--without-java \
$(use_enable perl) \
$(use_enable fuse) \
- $($use_enable ocaml) \
+ $(use_enable ocaml) \
$(use_enable ruby) \
--disable-haskell \
--disable-golang \