summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-27 06:03:44 +0000
committerSam James <sam@gentoo.org>2021-01-27 06:03:44 +0000
commit59c1b8a604e224f2236735714a5b21bda9029ea2 (patch)
treebd4508efe436475c9c5e9947cda7d888209f96a3
parentdev-ml/dune-configurator: enforce ocamlopt= (diff)
downloadgentoo-59c1b8a604e224f2236735714a5b21bda9029ea2.tar.gz
gentoo-59c1b8a604e224f2236735714a5b21bda9029ea2.tar.bz2
gentoo-59c1b8a604e224f2236735714a5b21bda9029ea2.zip
dev-ml/dune-private-libs: enforce ocamlopt=
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-ml/dune-private-libs/dune-private-libs-2.8.2-r1.ebuild (renamed from dev-ml/dune-private-libs/dune-private-libs-2.8.2.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/dune-private-libs/dune-private-libs-2.8.2.ebuild b/dev-ml/dune-private-libs/dune-private-libs-2.8.2-r1.ebuild
index d471204f312b..47c9e0aeb3b3 100644
--- a/dev-ml/dune-private-libs/dune-private-libs-2.8.2.ebuild
+++ b/dev-ml/dune-private-libs/dune-private-libs-2.8.2-r1.ebuild
@@ -26,8 +26,8 @@ BDEPEND="
)
"
DEPEND="
- dev-ml/csexp:=
- dev-ml/findlib:=
+ dev-ml/csexp:=[ocamlopt=]
+ dev-ml/findlib:=[ocamlopt=]
"
RDEPEND="${DEPEND}"