diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2018-04-02 17:13:42 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2018-04-02 19:50:27 +0200 |
commit | 9b0676739d3b59a29fd34539d7c2494105cf8196 (patch) | |
tree | 8d6301a69e851e331e6215d9732bd6103a971b7b /app-emulation | |
parent | x11-proto/xproto: arm64 stable (bug #651286) (diff) | |
download | gentoo-9b0676739d3b59a29fd34539d7c2494105cf8196.tar.gz gentoo-9b0676739d3b59a29fd34539d7c2494105cf8196.tar.bz2 gentoo-9b0676739d3b59a29fd34539d7c2494105cf8196.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
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libguestfs/libguestfs-1.36.13.ebuild | 2 |
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 \ |