From: Matthew Thode Date: Tue, 17 Dec 2019 05:07:34 +0000 (-0600) Subject: dev-ml/ocaml-augeas: fix bad dep on ocaml X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3d41f3ee0829be0ccdb871543eab768d57d30fb6;p=gentoo.git 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 --- diff --git a/dev-ml/ocaml-augeas/ocaml-augeas-0.5.ebuild b/dev-ml/ocaml-augeas/ocaml-augeas-0.5.ebuild index f0a89730569b..92d39261f54a 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() {