Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/
Date: Mon, 03 Jan 2022 23:27:00
Message-Id: 1641252385.e88cba0c0c8269adac66c5d90ad7ff62bbf49069.soap@gentoo
1 commit: e88cba0c0c8269adac66c5d90ad7ff62bbf49069
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 23:26:25 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 23:26:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88cba0c
7
8 sys-libs/compiler-rt-sanitizers: remove implicit elibc_* flags
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 .../compiler-rt-sanitizers/compiler-rt-sanitizers-11.1.0-r1.ebuild | 4 ++--
13 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-12.0.1.ebuild | 4 ++--
14 .../compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.0-r1.ebuild | 4 ++--
15 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.0.ebuild | 4 ++--
16 .../compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1.9999.ebuild | 4 ++--
17 .../compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1_rc1.ebuild | 4 ++--
18 .../compiler-rt-sanitizers/compiler-rt-sanitizers-14.0.0.9999.ebuild | 4 ++--
19 7 files changed, 14 insertions(+), 14 deletions(-)
20
21 diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-11.1.0-r1.ebuild b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-11.1.0-r1.ebuild
22 index e089a94c228c..c56dd239fbd5 100644
23 --- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-11.1.0-r1.ebuild
24 +++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-11.1.0-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2021 Gentoo Authors
27 +# Copyright 1999-2022 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31 @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/"
32 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
33 SLOT="$(ver_cut 1-3)"
34 KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
35 -IUSE="+clang test elibc_glibc"
36 +IUSE="+clang test"
37 # base targets
38 IUSE+=" +libfuzzer +profile +xray"
39 # sanitizer targets, keep in sync with config-ix.cmake
40
41 diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-12.0.1.ebuild b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-12.0.1.ebuild
42 index 5d5313171cc8..8e473f55140e 100644
43 --- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-12.0.1.ebuild
44 +++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-12.0.1.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2021 Gentoo Authors
47 +# Copyright 1999-2022 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=7
51 @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/"
52 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
53 SLOT="$(ver_cut 1-3)"
54 KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
55 -IUSE="+clang test elibc_glibc"
56 +IUSE="+clang test"
57 # base targets
58 IUSE+=" +libfuzzer +memprof +profile +xray"
59 # sanitizer targets, keep in sync with config-ix.cmake
60
61 diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.0-r1.ebuild b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.0-r1.ebuild
62 index dc6d1d54b523..942810e86916 100644
63 --- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.0-r1.ebuild
64 +++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.0-r1.ebuild
65 @@ -1,4 +1,4 @@
66 -# Copyright 1999-2021 Gentoo Authors
67 +# Copyright 1999-2022 Gentoo Authors
68 # Distributed under the terms of the GNU General Public License v2
69
70 EAPI=7
71 @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/"
72 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
73 SLOT="$(ver_cut 1-3)"
74 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
75 -IUSE="+clang debug test elibc_glibc"
76 +IUSE="+clang debug test"
77 # base targets
78 IUSE+=" +libfuzzer +memprof +orc +profile +xray"
79 # sanitizer targets, keep in sync with config-ix.cmake
80
81 diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.0.ebuild b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.0.ebuild
82 index 68f7e7b395dd..0e4e81fde951 100644
83 --- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.0.ebuild
84 +++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.0.ebuild
85 @@ -1,4 +1,4 @@
86 -# Copyright 1999-2021 Gentoo Authors
87 +# Copyright 1999-2022 Gentoo Authors
88 # Distributed under the terms of the GNU General Public License v2
89
90 EAPI=7
91 @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/"
92 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
93 SLOT="$(ver_cut 1-3)"
94 KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
95 -IUSE="+clang debug test elibc_glibc"
96 +IUSE="+clang debug test"
97 # base targets
98 IUSE+=" +libfuzzer +memprof +orc +profile +xray"
99 # sanitizer targets, keep in sync with config-ix.cmake
100
101 diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1.9999.ebuild b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1.9999.ebuild
102 index f89af63c6d33..6a19654cbc0a 100644
103 --- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1.9999.ebuild
104 +++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1.9999.ebuild
105 @@ -1,4 +1,4 @@
106 -# Copyright 1999-2021 Gentoo Authors
107 +# Copyright 1999-2022 Gentoo Authors
108 # Distributed under the terms of the GNU General Public License v2
109
110 EAPI=7
111 @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/"
112 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
113 SLOT="$(ver_cut 1-3)"
114 KEYWORDS=""
115 -IUSE="+abi_x86_32 abi_x86_64 +clang debug test elibc_glibc"
116 +IUSE="+abi_x86_32 abi_x86_64 +clang debug test"
117 # base targets
118 IUSE+=" +libfuzzer +memprof +orc +profile +xray"
119 # sanitizer targets, keep in sync with config-ix.cmake
120
121 diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1_rc1.ebuild b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1_rc1.ebuild
122 index c456d296bcb8..203bcf1a2488 100644
123 --- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1_rc1.ebuild
124 +++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1_rc1.ebuild
125 @@ -1,4 +1,4 @@
126 -# Copyright 1999-2021 Gentoo Authors
127 +# Copyright 1999-2022 Gentoo Authors
128 # Distributed under the terms of the GNU General Public License v2
129
130 EAPI=7
131 @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/"
132 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
133 SLOT="$(ver_cut 1-3)"
134 KEYWORDS=""
135 -IUSE="+abi_x86_32 abi_x86_64 +clang debug test elibc_glibc"
136 +IUSE="+abi_x86_32 abi_x86_64 +clang debug test"
137 # base targets
138 IUSE+=" +libfuzzer +memprof +orc +profile +xray"
139 # sanitizer targets, keep in sync with config-ix.cmake
140
141 diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-14.0.0.9999.ebuild b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-14.0.0.9999.ebuild
142 index 4e70cfd227c4..12e5eb2d01e7 100644
143 --- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-14.0.0.9999.ebuild
144 +++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-14.0.0.9999.ebuild
145 @@ -1,4 +1,4 @@
146 -# Copyright 1999-2021 Gentoo Authors
147 +# Copyright 1999-2022 Gentoo Authors
148 # Distributed under the terms of the GNU General Public License v2
149
150 EAPI=7
151 @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/"
152 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
153 SLOT="$(ver_cut 1-3)"
154 KEYWORDS=""
155 -IUSE="+abi_x86_32 abi_x86_64 +clang debug test elibc_glibc"
156 +IUSE="+abi_x86_32 abi_x86_64 +clang debug test"
157 # base targets
158 IUSE+=" +libfuzzer +memprof +orc +profile +xray"
159 # sanitizer targets, keep in sync with config-ix.cmake