mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-ml/dune-configurator: be less strict vs ocamlopt dep
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -17,9 +17,9 @@ IUSE="+ocamlopt test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
~dev-ml/dune-private-libs-${PV}:=[ocamlopt=]
|
||||
dev-ml/csexp:=[ocamlopt=]
|
||||
dev-ml/result:=[ocamlopt=]
|
||||
~dev-ml/dune-private-libs-${PV}:=[ocamlopt?]
|
||||
dev-ml/csexp:=[ocamlopt?]
|
||||
dev-ml/result:=[ocamlopt?]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
|
||||
@@ -17,9 +17,9 @@ IUSE="+ocamlopt test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
~dev-ml/dune-private-libs-${PV}:=[ocamlopt=]
|
||||
dev-ml/csexp:=[ocamlopt=]
|
||||
dev-ml/result:=[ocamlopt=]
|
||||
~dev-ml/dune-private-libs-${PV}:=[ocamlopt?]
|
||||
dev-ml/csexp:=[ocamlopt?]
|
||||
dev-ml/result:=[ocamlopt?]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -18,8 +18,8 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
~dev-ml/dune-private-libs-${PV}:=[ocamlopt=]
|
||||
dev-ml/csexp:=[ocamlopt=]
|
||||
dev-ml/result:=[ocamlopt=]
|
||||
dev-ml/csexp:=[ocamlopt?]
|
||||
dev-ml/result:=[ocamlopt?]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -17,9 +17,9 @@ IUSE="+ocamlopt test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
~dev-ml/dune-private-libs-${PV}:=[ocamlopt=]
|
||||
dev-ml/csexp:=[ocamlopt=]
|
||||
dev-ml/result:=[ocamlopt=]
|
||||
~dev-ml/dune-private-libs-${PV}:=[ocamlopt?]
|
||||
dev-ml/csexp:=[ocamlopt?]
|
||||
dev-ml/result:=[ocamlopt?]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
|
||||
@@ -17,9 +17,9 @@ IUSE="+ocamlopt test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
~dev-ml/dune-private-libs-${PV}:=[ocamlopt=]
|
||||
dev-ml/csexp:=[ocamlopt=]
|
||||
dev-ml/result:=[ocamlopt=]
|
||||
~dev-ml/dune-private-libs-${PV}:=[ocamlopt?]
|
||||
dev-ml/csexp:=[ocamlopt?]
|
||||
dev-ml/result:=[ocamlopt?]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
|
||||
Reference in New Issue
Block a user