diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-11-22 09:28:48 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-11-22 09:28:48 +0100 |
commit | a639cc65fd42aa1726617a6b582034cebb2cae25 (patch) | |
tree | 28b31a4f04429cdcacd6d01a2f655051958141d2 /dev-ml | |
parent | dev-ml/0install: fix deps (diff) | |
download | gentoo-a639cc65fd42aa1726617a6b582034cebb2cae25.tar.gz gentoo-a639cc65fd42aa1726617a6b582034cebb2cae25.tar.bz2 gentoo-a639cc65fd42aa1726617a6b582034cebb2cae25.zip |
dev-ml/opam-0install-cudf: fix RDEPS
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r1.ebuild (renamed from dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0.ebuild) | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0.ebuild b/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r1.ebuild index 9db05d077373..053ce51b7f09 100644 --- a/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0.ebuild +++ b/dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0-r1.ebuild @@ -15,6 +15,12 @@ KEYWORDS="~amd64" IUSE="+ocamlopt" +RDEPEND=" + dev-ml/0install:=[ocamlopt?] + dev-ml/cudf:=[ocamlopt?] + dev-ml/extlib:=[ocamlopt?] +" + src_configure() { : } |