diff options
author | Sam James <sam@gentoo.org> | 2021-01-25 00:38:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-25 00:39:57 +0000 |
commit | 29a78bb9eea46318fc02a457e3431788db15a462 (patch) | |
tree | 1b39b8b58714b691ddca5e0ad70f357b76060d3c | |
parent | profiles/updates/2Q-2016: drop OldPackageUpdate (diff) | |
download | gentoo-29a78bb9eea46318fc02a457e3431788db15a462.tar.gz gentoo-29a78bb9eea46318fc02a457e3431788db15a462.tar.bz2 gentoo-29a78bb9eea46318fc02a457e3431788db15a462.zip |
dev-ml/dune-configurator: lock to same dune-private-libs version
This will also ensure we have the right version of Dune.
Reported-by: John Helmert III <jchelmert3@posteo.net>
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-ml/dune-configurator/dune-configurator-2.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/dune-configurator/dune-configurator-2.8.2.ebuild b/dev-ml/dune-configurator/dune-configurator-2.8.2.ebuild index 62e52e408e02..d0485032c52f 100644 --- a/dev-ml/dune-configurator/dune-configurator-2.8.2.ebuild +++ b/dev-ml/dune-configurator/dune-configurator-2.8.2.ebuild @@ -17,7 +17,7 @@ IUSE="+ocamlopt test" RESTRICT="!test? ( test )" DEPEND=" - dev-ml/dune-private-libs:= + ~dev-ml/dune-private-libs-${PV} dev-ml/csexp:= dev-ml/result:= " |