dev-ml/ocaml-augeas: fix bad dep on ocaml
authorMatthew Thode <prometheanfire@gentoo.org>
Tue, 17 Dec 2019 05:07:34 +0000 (23:07 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Tue, 17 Dec 2019 05:07:52 +0000 (23:07 -0600)
Fixes: https://bugs.gentoo.org/703152
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-ml/ocaml-augeas/ocaml-augeas-0.5.ebuild

index f0a89730569be82306e18c60884bde85aaa81adb..92d39261f54a6566cfd5f6a5efc1577fb3feaebe 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -18,7 +18,7 @@ IUSE=""
 DEPEND="app-admin/augeas
                dev-ml/ocaml-autoconf
                dev-ml/findlib
-               dev-lang/ocaml"
+               dev-lang/ocaml[ocamlopt]"
 RDEPEND="${DEPEND}"
 
 src_install() {