diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-12-23 23:22:49 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-12-23 23:23:19 +0100 |
commit | 2e0aa1095be3240bc3caf731e24797dea31d14d1 (patch) | |
tree | 01f4abaccb7007090409efb3e14a2cecd5651d2d /dev-ml | |
parent | app-crypt/ssss: replace 'type -P' by 'command -v' (diff) | |
download | gentoo-2e0aa1095be3240bc3caf731e24797dea31d14d1.tar.gz gentoo-2e0aa1095be3240bc3caf731e24797dea31d14d1.tar.bz2 gentoo-2e0aa1095be3240bc3caf731e24797dea31d14d1.zip |
dev-ml/mccs: add rdeps on extlib
Closes: https://bugs.gentoo.org/941618
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/mccs/mccs-1.1.17-r1.ebuild (renamed from dev-ml/mccs/mccs-1.1.17.ebuild) | 10 | ||||
-rw-r--r-- | dev-ml/mccs/mccs-1.1.18-r1.ebuild (renamed from dev-ml/mccs/mccs-1.1.18.ebuild) | 10 |
2 files changed, 6 insertions, 14 deletions
diff --git a/dev-ml/mccs/mccs-1.1.17.ebuild b/dev-ml/mccs/mccs-1.1.17-r1.ebuild index 1aaea5e5d372..91467c76e9ff 100644 --- a/dev-ml/mccs/mccs-1.1.17.ebuild +++ b/dev-ml/mccs/mccs-1.1.17-r1.ebuild @@ -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}" diff --git a/dev-ml/mccs/mccs-1.1.18.ebuild b/dev-ml/mccs/mccs-1.1.18-r1.ebuild index 6a857778b7e0..acf18fbb07c9 100644 --- a/dev-ml/mccs/mccs-1.1.18.ebuild +++ b/dev-ml/mccs/mccs-1.1.18-r1.ebuild @@ -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}" |