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: sys-devel/llvm/
Date: Sat, 06 Nov 2021 16:52:08
Message-Id: 1636217511.d5146d4604f4bf79ce78853a315a6121c0545ebd.mgorny@gentoo
1 commit: d5146d4604f4bf79ce78853a315a6121c0545ebd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 6 14:59:22 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 16:51:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5146d46
7
8 sys-devel/llvm: Enable the linker plugin by default
9
10 Bug: https://bugs.gentoo.org/819036
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 sys-devel/llvm/llvm-10.0.1.ebuild | 2 +-
14 sys-devel/llvm/llvm-11.1.0.ebuild | 2 +-
15 sys-devel/llvm/llvm-12.0.1.ebuild | 2 +-
16 sys-devel/llvm/llvm-13.0.0.9999.ebuild | 2 +-
17 sys-devel/llvm/llvm-13.0.0.ebuild | 2 +-
18 sys-devel/llvm/llvm-14.0.0.9999.ebuild | 2 +-
19 6 files changed, 6 insertions(+), 6 deletions(-)
20
21 diff --git a/sys-devel/llvm/llvm-10.0.1.ebuild b/sys-devel/llvm/llvm-10.0.1.ebuild
22 index 3e8131297bc..a5a1b924a33 100644
23 --- a/sys-devel/llvm/llvm-10.0.1.ebuild
24 +++ b/sys-devel/llvm/llvm-10.0.1.ebuild
25 @@ -31,7 +31,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
26 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
27 SLOT="$(ver_cut 1)"
28 KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos"
29 -IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml z3
30 +IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3
31 kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
32 REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )"
33 RESTRICT="!test? ( test )"
34
35 diff --git a/sys-devel/llvm/llvm-11.1.0.ebuild b/sys-devel/llvm/llvm-11.1.0.ebuild
36 index 86135d7d22d..33f5e0968ef 100644
37 --- a/sys-devel/llvm/llvm-11.1.0.ebuild
38 +++ b/sys-devel/llvm/llvm-11.1.0.ebuild
39 @@ -27,7 +27,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
40 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
41 SLOT="$(ver_cut 1)"
42 KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
43 -IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml z3
44 +IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3
45 kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
46 REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )"
47 RESTRICT="!test? ( test )"
48
49 diff --git a/sys-devel/llvm/llvm-12.0.1.ebuild b/sys-devel/llvm/llvm-12.0.1.ebuild
50 index 7eb8e4a7eb1..be1a91f9655 100644
51 --- a/sys-devel/llvm/llvm-12.0.1.ebuild
52 +++ b/sys-devel/llvm/llvm-12.0.1.ebuild
53 @@ -27,7 +27,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
54 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
55 SLOT="$(ver_cut 1)"
56 KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos"
57 -IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml z3
58 +IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3
59 kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
60 REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )"
61 RESTRICT="!test? ( test )"
62
63 diff --git a/sys-devel/llvm/llvm-13.0.0.9999.ebuild b/sys-devel/llvm/llvm-13.0.0.9999.ebuild
64 index 84ccd0ebedb..a602eb65d6c 100644
65 --- a/sys-devel/llvm/llvm-13.0.0.9999.ebuild
66 +++ b/sys-devel/llvm/llvm-13.0.0.9999.ebuild
67 @@ -19,7 +19,7 @@ HOMEPAGE="https://llvm.org/"
68 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
69 SLOT="$(ver_cut 1)"
70 KEYWORDS=""
71 -IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml z3
72 +IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3
73 kernel_Darwin"
74 RESTRICT="!test? ( test )"
75
76
77 diff --git a/sys-devel/llvm/llvm-13.0.0.ebuild b/sys-devel/llvm/llvm-13.0.0.ebuild
78 index b233b121c0b..fa93e368990 100644
79 --- a/sys-devel/llvm/llvm-13.0.0.ebuild
80 +++ b/sys-devel/llvm/llvm-13.0.0.ebuild
81 @@ -19,7 +19,7 @@ HOMEPAGE="https://llvm.org/"
82 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
83 SLOT="$(ver_cut 1)"
84 KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
85 -IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml z3
86 +IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3
87 kernel_Darwin"
88 RESTRICT="!test? ( test )"
89
90
91 diff --git a/sys-devel/llvm/llvm-14.0.0.9999.ebuild b/sys-devel/llvm/llvm-14.0.0.9999.ebuild
92 index 84ccd0ebedb..a602eb65d6c 100644
93 --- a/sys-devel/llvm/llvm-14.0.0.9999.ebuild
94 +++ b/sys-devel/llvm/llvm-14.0.0.9999.ebuild
95 @@ -19,7 +19,7 @@ HOMEPAGE="https://llvm.org/"
96 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
97 SLOT="$(ver_cut 1)"
98 KEYWORDS=""
99 -IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml z3
100 +IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3
101 kernel_Darwin"
102 RESTRICT="!test? ( test )"