diff options
Diffstat (limited to 'dev-ml/llvm-ocaml')
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.9999.ebuild | 2 | ||||
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.9999.ebuild index dce57ce08f68..40fb0676b744 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.9999.ebuild @@ -30,7 +30,7 @@ RDEPEND=" !sys-devel/llvm[ocaml(-)]" for x in "${ALL_LLVM_TARGETS[@]}"; do RDEPEND+=" - ~sys-devel/llvm-${PV}[${x}]" + ${x}? ( ~sys-devel/llvm-${PV}[${x}] )" done unset x diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild index 53bd69a34cec..7f6ae880e2cb 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-12.0.0.9999.ebuild @@ -30,7 +30,7 @@ RDEPEND=" !sys-devel/llvm[ocaml(-)]" for x in "${ALL_LLVM_TARGETS[@]}"; do RDEPEND+=" - ~sys-devel/llvm-${PV}[${x}]" + ${x}? ( ~sys-devel/llvm-${PV}[${x}] )" done unset x |