commit:     3d41f3ee0829be0ccdb871543eab768d57d30fb6
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 17 05:07:34 2019 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 05:07:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d41f3ee

dev-ml/ocaml-augeas: fix bad dep on ocaml

Fixes: https://bugs.gentoo.org/703152
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-ml/ocaml-augeas/ocaml-augeas-0.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/ocaml-augeas/ocaml-augeas-0.5.ebuild 
b/dev-ml/ocaml-augeas/ocaml-augeas-0.5.ebuild
index f0a89730569..92d39261f54 100644
--- a/dev-ml/ocaml-augeas/ocaml-augeas-0.5.ebuild
+++ b/dev-ml/ocaml-augeas/ocaml-augeas-0.5.ebuild
@@ -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() {

Reply via email to