diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-12-16 23:07:34 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-12-16 23:07:52 -0600 |
commit | 3d41f3ee0829be0ccdb871543eab768d57d30fb6 (patch) | |
tree | 1d881b97cf4abea00a6e88b73f48ece9b8e9ef25 /dev-ml | |
parent | dev-python/virtualenv: arm64 stable (bug #700620) (diff) | |
download | gentoo-3d41f3ee0829be0ccdb871543eab768d57d30fb6.tar.gz gentoo-3d41f3ee0829be0ccdb871543eab768d57d30fb6.tar.bz2 gentoo-3d41f3ee0829be0ccdb871543eab768d57d30fb6.zip |
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@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-augeas/ocaml-augeas-0.5.ebuild | 4 |
1 files 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() { |