mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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}"
|
||||
@@ -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}"
|
||||
Reference in New Issue
Block a user