diff options
author | Sam James <sam@gentoo.org> | 2021-02-21 09:48:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-21 09:48:06 +0000 |
commit | 83481d3da17523070d3cd71bfc88c327ca6e1cac (patch) | |
tree | cbc7286c0580058596872faa841f0f4200dcc1bb /dev-ml | |
parent | dev-ml/opam-file-format: Keyword 2.1.2 arm64, #769554 (diff) | |
download | gentoo-83481d3da17523070d3cd71bfc88c327ca6e1cac.tar.gz gentoo-83481d3da17523070d3cd71bfc88c327ca6e1cac.tar.bz2 gentoo-83481d3da17523070d3cd71bfc88c327ca6e1cac.zip |
dev-ml/fmt: add stdlib-shims dep
Closes: https://bugs.gentoo.org/771846
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/fmt/fmt-0.8.9-r1.ebuild (renamed from dev-ml/fmt/fmt-0.8.9.ebuild) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-ml/fmt/fmt-0.8.9.ebuild b/dev-ml/fmt/fmt-0.8.9-r1.ebuild index ecbc21fb3ae2..426f1c5a7189 100644 --- a/dev-ml/fmt/fmt-0.8.9.ebuild +++ b/dev-ml/fmt/fmt-0.8.9-r1.ebuild @@ -15,10 +15,13 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="dev-ml/result:=[ocamlopt] +RDEPEND=" + dev-ml/cmdliner:=[ocamlopt] dev-lang/ocaml:=[ocamlopt] + dev-ml/result:=[ocamlopt] + dev-ml/stdlib-shims:=[ocamlopt] dev-ml/uchar:=[ocamlopt] - dev-ml/cmdliner:=[ocamlopt]" +" DEPEND="${RDEPEND}" BDEPEND=" >=dev-ml/topkg-0.9 |