Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/
Date: Sun, 29 Nov 2020 10:36:03
Message-Id: 1606646114.75f89477e6964badf366c72e349723ac945fc028.mgorny@gentoo
1 commit: 75f89477e6964badf366c72e349723ac945fc028
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 10:35:14 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 10:35:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f89477
7
8 dev-ml/llvm-ocaml: Fix old versions too
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-ml/llvm-ocaml/llvm-ocaml-10.0.1.ebuild | 2 +-
13 dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild | 2 +-
14 dev-ml/llvm-ocaml/llvm-ocaml-9.0.1.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1.ebuild
18 index 17ad0324ab8..c9f95c843aa 100644
19 --- a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1.ebuild
20 +++ b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.1.ebuild
21 @@ -32,7 +32,7 @@ RDEPEND="
22 !sys-devel/llvm[ocaml(-)]"
23 for x in "${ALL_LLVM_TARGETS[@]}"; do
24 RDEPEND+="
25 - ~sys-devel/llvm-${PV}[${x}]"
26 + ${x}? ( ~sys-devel/llvm-${PV}[${x}] )"
27 done
28 unset x
29
30
31 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild
32 index 1cc3103d9d2..425c6b24733 100644
33 --- a/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild
34 +++ b/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.ebuild
35 @@ -32,7 +32,7 @@ RDEPEND="
36 !sys-devel/llvm[ocaml(-)]"
37 for x in "${ALL_LLVM_TARGETS[@]}"; do
38 RDEPEND+="
39 - ~sys-devel/llvm-${PV}[${x}]"
40 + ${x}? ( ~sys-devel/llvm-${PV}[${x}] )"
41 done
42 unset x
43
44
45 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9.0.1.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-9.0.1.ebuild
46 index d2b0fe4d121..f6d102ad555 100644
47 --- a/dev-ml/llvm-ocaml/llvm-ocaml-9.0.1.ebuild
48 +++ b/dev-ml/llvm-ocaml/llvm-ocaml-9.0.1.ebuild
49 @@ -30,7 +30,7 @@ RDEPEND="
50 !sys-devel/llvm[ocaml(-)]"
51 for x in "${ALL_LLVM_TARGETS[@]}"; do
52 RDEPEND+="
53 - ~sys-devel/llvm-${PV}[${x}]"
54 + ${x}? ( ~sys-devel/llvm-${PV}[${x}] )"
55 done
56 unset x