From 3d41f3ee0829be0ccdb871543eab768d57d30fb6 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Mon, 16 Dec 2019 23:07:34 -0600 Subject: [PATCH] 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 --- 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 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() { -- 2.26.2