diff options
author | 2017-11-04 16:40:26 +0100 | |
---|---|---|
committer | 2017-11-04 16:40:40 +0100 | |
commit | 6e354561b2959d08e9498d521b76b91b1ae660d6 (patch) | |
tree | f6a976e4e77b8b3888b32b891d015d5f91a1c526 /dev-ml/ppx_optcomp | |
parent | profiles: update chromium mask for M64 (diff) | |
download | gentoo-6e354561b2959d08e9498d521b76b91b1ae660d6.tar.gz gentoo-6e354561b2959d08e9498d521b76b91b1ae660d6.tar.bz2 gentoo-6e354561b2959d08e9498d521b76b91b1ae660d6.zip |
dev-ml/ppx_optcomp: Revbump to fix missing transitive := dep on stdio.
Closes: https://bugs.gentoo.org/636518
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-ml/ppx_optcomp')
-rw-r--r-- | dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r3.ebuild (renamed from dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r2.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r2.ebuild b/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r3.ebuild index 0185e9f77fb8..44140740f37b 100644 --- a/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r2.ebuild +++ b/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r3.ebuild @@ -16,6 +16,7 @@ IUSE="" DEPEND=" dev-ml/ppx_core:= + dev-ml/stdio:= dev-ml/ocaml-migrate-parsetree:= " RDEPEND="${DEPEND}" |