dev-ml/mccs: add rdeps on extlib

Closes: https://bugs.gentoo.org/941618
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2024-12-23 23:22:49 +01:00
parent 77f2662e2d
commit 2e0aa1095b
2 changed files with 6 additions and 14 deletions

View File

@@ -15,15 +15,11 @@ S="${WORKDIR}"/ocaml-${PN}-$(ver_rs 2 '-')
LICENSE="|| ( LGPL-2.1 BSD GPL-3 )"
SLOT="0/${PV}"
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
IUSE="+ocamlopt"
RDEPEND="
dev-ml/cudf:=
dev-ml/extlib:=
sci-mathematics/glpk:=
"
DEPEND="${RDEPEND}
test? (
dev-ml/extlib:=
)
"
DEPEND="${RDEPEND}"

View File

@@ -15,15 +15,11 @@ S="${WORKDIR}"/ocaml-${PN}-$(ver_rs 2 '-')
LICENSE="|| ( LGPL-2.1 BSD GPL-3 )"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
IUSE="+ocamlopt"
RDEPEND="
dev-ml/cudf:=
dev-ml/extlib:=
sci-mathematics/glpk:=
"
DEPEND="${RDEPEND}
test? (
dev-ml/extlib:=
)
"
DEPEND="${RDEPEND}"