dev-ml/dune-private-libs: block stdune/ordering/dyn

Closes: https://bugs.gentoo.org/937224
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2024-08-03 13:12:07 +02:00
parent a49398c5b4
commit b2e71ec0dd
3 changed files with 15 additions and 3 deletions

View File

@@ -21,7 +21,11 @@ BDEPEND=">=dev-ml/dune-3.5"
DEPEND="
dev-ml/csexp:=[ocamlopt?]
"
RDEPEND="${DEPEND}"
RDEPEND="${DEPEND}
!dev-ml/stdune
!dev-ml/dyn
!dev-ml/ordering
"
src_configure() {
:

View File

@@ -21,7 +21,11 @@ BDEPEND=">=dev-ml/dune-3.5"
DEPEND="
dev-ml/csexp:=[ocamlopt?]
"
RDEPEND="${DEPEND}"
RDEPEND="${DEPEND}
!dev-ml/stdune
!dev-ml/dyn
!dev-ml/ordering
"
src_configure() {
:

View File

@@ -21,7 +21,11 @@ BDEPEND=">=dev-ml/dune-3.12"
DEPEND="
dev-ml/csexp:=[ocamlopt?]
"
RDEPEND="${DEPEND}"
RDEPEND="${DEPEND}
!dev-ml/stdune
!dev-ml/dyn
!dev-ml/ordering
"
src_configure() {
: