Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools-uclibc/portage.mips.hardened/, tools-uclibc/portage.i686.hardened/env/, ...
Date: Mon, 25 Mar 2013 21:02:23
Message-Id: 1364245291.a0889d49aaa14eebd066664b67aab062c6a1e27a.blueness@gentoo
1 commit: a0889d49aaa14eebd066664b67aab062c6a1e27a
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 25 21:01:31 2013 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 25 21:01:31 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=a0889d49
7
8 tools-uclibc: update CFLAGS for procps and git on all arches
9
10 ---
11 .../portage.amd64.hardened/env/coreutils.conf | 2 +-
12 tools-uclibc/portage.amd64.hardened/env/git.conf | 1 +
13 tools-uclibc/portage.amd64.hardened/package.env | 1 +
14 .../portage.amd64.vanilla/env/coreutils.conf | 2 +-
15 tools-uclibc/portage.amd64.vanilla/env/git.conf | 1 +
16 tools-uclibc/portage.amd64.vanilla/package.env | 1 +
17 .../portage.arm.hardened/env/coreutils.conf | 2 +-
18 tools-uclibc/portage.arm.hardened/env/git.conf | 1 +
19 tools-uclibc/portage.arm.hardened/env/procps.conf | 1 +
20 tools-uclibc/portage.arm.hardened/package.env | 2 ++
21 .../portage.arm.vanilla/env/coreutils.conf | 2 +-
22 tools-uclibc/portage.arm.vanilla/env/git.conf | 1 +
23 tools-uclibc/portage.arm.vanilla/env/procps.conf | 1 +
24 tools-uclibc/portage.arm.vanilla/package.env | 2 ++
25 .../portage.i686.hardened/env/coreutils.conf | 2 +-
26 tools-uclibc/portage.i686.hardened/env/git.conf | 1 +
27 tools-uclibc/portage.i686.hardened/package.env | 1 +
28 .../portage.i686.vanilla/env/coreutils.conf | 2 +-
29 tools-uclibc/portage.i686.vanilla/env/git.conf | 1 +
30 tools-uclibc/portage.i686.vanilla/package.env | 1 +
31 .../portage.mips.hardened/env/coreutils.conf | 2 +-
32 tools-uclibc/portage.mips.hardened/env/git.conf | 1 +
33 tools-uclibc/portage.mips.hardened/env/procps.conf | 1 +
34 .../portage.mips.hardened/package.accept_keywords | 6 +++---
35 tools-uclibc/portage.mips.hardened/package.env | 2 ++
36 .../portage.mips.vanilla/env/coreutils.conf | 2 +-
37 tools-uclibc/portage.mips.vanilla/env/git.conf | 1 +
38 tools-uclibc/portage.mips.vanilla/env/procps.conf | 1 +
39 .../portage.mips.vanilla/package.accept_keywords | 6 +++---
40 tools-uclibc/portage.mips.vanilla/package.env | 2 ++
41 .../portage.mipsel.hardened/env/coreutils.conf | 2 +-
42 tools-uclibc/portage.mipsel.hardened/env/git.conf | 1 +
43 .../portage.mipsel.hardened/env/procps.conf | 1 +
44 .../package.accept_keywords | 6 +++---
45 tools-uclibc/portage.mipsel.hardened/package.env | 2 ++
46 .../portage.mipsel.vanilla/env/coreutils.conf | 2 +-
47 tools-uclibc/portage.mipsel.vanilla/env/git.conf | 1 +
48 .../portage.mipsel.vanilla/env/procps.conf | 1 +
49 .../portage.mipsel.vanilla/package.accept_keywords | 6 +++---
50 tools-uclibc/portage.mipsel.vanilla/package.env | 2 ++
51 40 files changed, 54 insertions(+), 22 deletions(-)
52
53 diff --git a/tools-uclibc/portage.amd64.hardened/env/coreutils.conf b/tools-uclibc/portage.amd64.hardened/env/coreutils.conf
54 index 7d715e1..518a258 100644
55 --- a/tools-uclibc/portage.amd64.hardened/env/coreutils.conf
56 +++ b/tools-uclibc/portage.amd64.hardened/env/coreutils.conf
57 @@ -1 +1 @@
58 -CFLAGS=" -liconv "
59 +CFLAGS="-liconv"
60
61 diff --git a/tools-uclibc/portage.amd64.hardened/env/git.conf b/tools-uclibc/portage.amd64.hardened/env/git.conf
62 new file mode 100644
63 index 0000000..518a258
64 --- /dev/null
65 +++ b/tools-uclibc/portage.amd64.hardened/env/git.conf
66 @@ -0,0 +1 @@
67 +CFLAGS="-liconv"
68
69 diff --git a/tools-uclibc/portage.amd64.hardened/package.env b/tools-uclibc/portage.amd64.hardened/package.env
70 index d0eaf07..538d924 100644
71 --- a/tools-uclibc/portage.amd64.hardened/package.env
72 +++ b/tools-uclibc/portage.amd64.hardened/package.env
73 @@ -1,2 +1,3 @@
74 sys-apps/coreutils coreutils.conf
75 sys-process/procps procps.conf
76 +dev-vcs/git git.conf
77
78 diff --git a/tools-uclibc/portage.amd64.vanilla/env/coreutils.conf b/tools-uclibc/portage.amd64.vanilla/env/coreutils.conf
79 index 7d715e1..518a258 100644
80 --- a/tools-uclibc/portage.amd64.vanilla/env/coreutils.conf
81 +++ b/tools-uclibc/portage.amd64.vanilla/env/coreutils.conf
82 @@ -1 +1 @@
83 -CFLAGS=" -liconv "
84 +CFLAGS="-liconv"
85
86 diff --git a/tools-uclibc/portage.amd64.vanilla/env/git.conf b/tools-uclibc/portage.amd64.vanilla/env/git.conf
87 new file mode 100644
88 index 0000000..518a258
89 --- /dev/null
90 +++ b/tools-uclibc/portage.amd64.vanilla/env/git.conf
91 @@ -0,0 +1 @@
92 +CFLAGS="-liconv"
93
94 diff --git a/tools-uclibc/portage.amd64.vanilla/package.env b/tools-uclibc/portage.amd64.vanilla/package.env
95 index d0eaf07..538d924 100644
96 --- a/tools-uclibc/portage.amd64.vanilla/package.env
97 +++ b/tools-uclibc/portage.amd64.vanilla/package.env
98 @@ -1,2 +1,3 @@
99 sys-apps/coreutils coreutils.conf
100 sys-process/procps procps.conf
101 +dev-vcs/git git.conf
102
103 diff --git a/tools-uclibc/portage.arm.hardened/env/coreutils.conf b/tools-uclibc/portage.arm.hardened/env/coreutils.conf
104 index 7d715e1..518a258 100644
105 --- a/tools-uclibc/portage.arm.hardened/env/coreutils.conf
106 +++ b/tools-uclibc/portage.arm.hardened/env/coreutils.conf
107 @@ -1 +1 @@
108 -CFLAGS=" -liconv "
109 +CFLAGS="-liconv"
110
111 diff --git a/tools-uclibc/portage.arm.hardened/env/git.conf b/tools-uclibc/portage.arm.hardened/env/git.conf
112 new file mode 100644
113 index 0000000..518a258
114 --- /dev/null
115 +++ b/tools-uclibc/portage.arm.hardened/env/git.conf
116 @@ -0,0 +1 @@
117 +CFLAGS="-liconv"
118
119 diff --git a/tools-uclibc/portage.arm.hardened/env/procps.conf b/tools-uclibc/portage.arm.hardened/env/procps.conf
120 new file mode 100644
121 index 0000000..be0ccc4
122 --- /dev/null
123 +++ b/tools-uclibc/portage.arm.hardened/env/procps.conf
124 @@ -0,0 +1 @@
125 +CFLAGS="-lintl"
126
127 diff --git a/tools-uclibc/portage.arm.hardened/package.env b/tools-uclibc/portage.arm.hardened/package.env
128 index 1e67fe8..538d924 100644
129 --- a/tools-uclibc/portage.arm.hardened/package.env
130 +++ b/tools-uclibc/portage.arm.hardened/package.env
131 @@ -1 +1,3 @@
132 sys-apps/coreutils coreutils.conf
133 +sys-process/procps procps.conf
134 +dev-vcs/git git.conf
135
136 diff --git a/tools-uclibc/portage.arm.vanilla/env/coreutils.conf b/tools-uclibc/portage.arm.vanilla/env/coreutils.conf
137 index 7d715e1..518a258 100644
138 --- a/tools-uclibc/portage.arm.vanilla/env/coreutils.conf
139 +++ b/tools-uclibc/portage.arm.vanilla/env/coreutils.conf
140 @@ -1 +1 @@
141 -CFLAGS=" -liconv "
142 +CFLAGS="-liconv"
143
144 diff --git a/tools-uclibc/portage.arm.vanilla/env/git.conf b/tools-uclibc/portage.arm.vanilla/env/git.conf
145 new file mode 100644
146 index 0000000..518a258
147 --- /dev/null
148 +++ b/tools-uclibc/portage.arm.vanilla/env/git.conf
149 @@ -0,0 +1 @@
150 +CFLAGS="-liconv"
151
152 diff --git a/tools-uclibc/portage.arm.vanilla/env/procps.conf b/tools-uclibc/portage.arm.vanilla/env/procps.conf
153 new file mode 100644
154 index 0000000..be0ccc4
155 --- /dev/null
156 +++ b/tools-uclibc/portage.arm.vanilla/env/procps.conf
157 @@ -0,0 +1 @@
158 +CFLAGS="-lintl"
159
160 diff --git a/tools-uclibc/portage.arm.vanilla/package.env b/tools-uclibc/portage.arm.vanilla/package.env
161 index 1e67fe8..538d924 100644
162 --- a/tools-uclibc/portage.arm.vanilla/package.env
163 +++ b/tools-uclibc/portage.arm.vanilla/package.env
164 @@ -1 +1,3 @@
165 sys-apps/coreutils coreutils.conf
166 +sys-process/procps procps.conf
167 +dev-vcs/git git.conf
168
169 diff --git a/tools-uclibc/portage.i686.hardened/env/coreutils.conf b/tools-uclibc/portage.i686.hardened/env/coreutils.conf
170 index 7d715e1..518a258 100644
171 --- a/tools-uclibc/portage.i686.hardened/env/coreutils.conf
172 +++ b/tools-uclibc/portage.i686.hardened/env/coreutils.conf
173 @@ -1 +1 @@
174 -CFLAGS=" -liconv "
175 +CFLAGS="-liconv"
176
177 diff --git a/tools-uclibc/portage.i686.hardened/env/git.conf b/tools-uclibc/portage.i686.hardened/env/git.conf
178 new file mode 100644
179 index 0000000..518a258
180 --- /dev/null
181 +++ b/tools-uclibc/portage.i686.hardened/env/git.conf
182 @@ -0,0 +1 @@
183 +CFLAGS="-liconv"
184
185 diff --git a/tools-uclibc/portage.i686.hardened/package.env b/tools-uclibc/portage.i686.hardened/package.env
186 index d0eaf07..538d924 100644
187 --- a/tools-uclibc/portage.i686.hardened/package.env
188 +++ b/tools-uclibc/portage.i686.hardened/package.env
189 @@ -1,2 +1,3 @@
190 sys-apps/coreutils coreutils.conf
191 sys-process/procps procps.conf
192 +dev-vcs/git git.conf
193
194 diff --git a/tools-uclibc/portage.i686.vanilla/env/coreutils.conf b/tools-uclibc/portage.i686.vanilla/env/coreutils.conf
195 index 7d715e1..518a258 100644
196 --- a/tools-uclibc/portage.i686.vanilla/env/coreutils.conf
197 +++ b/tools-uclibc/portage.i686.vanilla/env/coreutils.conf
198 @@ -1 +1 @@
199 -CFLAGS=" -liconv "
200 +CFLAGS="-liconv"
201
202 diff --git a/tools-uclibc/portage.i686.vanilla/env/git.conf b/tools-uclibc/portage.i686.vanilla/env/git.conf
203 new file mode 100644
204 index 0000000..518a258
205 --- /dev/null
206 +++ b/tools-uclibc/portage.i686.vanilla/env/git.conf
207 @@ -0,0 +1 @@
208 +CFLAGS="-liconv"
209
210 diff --git a/tools-uclibc/portage.i686.vanilla/package.env b/tools-uclibc/portage.i686.vanilla/package.env
211 index d0eaf07..538d924 100644
212 --- a/tools-uclibc/portage.i686.vanilla/package.env
213 +++ b/tools-uclibc/portage.i686.vanilla/package.env
214 @@ -1,2 +1,3 @@
215 sys-apps/coreutils coreutils.conf
216 sys-process/procps procps.conf
217 +dev-vcs/git git.conf
218
219 diff --git a/tools-uclibc/portage.mips.hardened/env/coreutils.conf b/tools-uclibc/portage.mips.hardened/env/coreutils.conf
220 index 7d715e1..518a258 100644
221 --- a/tools-uclibc/portage.mips.hardened/env/coreutils.conf
222 +++ b/tools-uclibc/portage.mips.hardened/env/coreutils.conf
223 @@ -1 +1 @@
224 -CFLAGS=" -liconv "
225 +CFLAGS="-liconv"
226
227 diff --git a/tools-uclibc/portage.mips.hardened/env/git.conf b/tools-uclibc/portage.mips.hardened/env/git.conf
228 new file mode 100644
229 index 0000000..518a258
230 --- /dev/null
231 +++ b/tools-uclibc/portage.mips.hardened/env/git.conf
232 @@ -0,0 +1 @@
233 +CFLAGS="-liconv"
234
235 diff --git a/tools-uclibc/portage.mips.hardened/env/procps.conf b/tools-uclibc/portage.mips.hardened/env/procps.conf
236 new file mode 100644
237 index 0000000..be0ccc4
238 --- /dev/null
239 +++ b/tools-uclibc/portage.mips.hardened/env/procps.conf
240 @@ -0,0 +1 @@
241 +CFLAGS="-lintl"
242
243 diff --git a/tools-uclibc/portage.mips.hardened/package.accept_keywords b/tools-uclibc/portage.mips.hardened/package.accept_keywords
244 index 1ce6482..b13e8e9 100644
245 --- a/tools-uclibc/portage.mips.hardened/package.accept_keywords
246 +++ b/tools-uclibc/portage.mips.hardened/package.accept_keywords
247 @@ -1,4 +1,4 @@
248 =sys-devel/gcc-4.6.3-r99 ~mips
249 -=sys-libs/uclibc-0.9.33.2-r3 ~amd64
250 -=sys-fs/eudev-1_beta2-r1 ~amd64
251 -=virtual/udev-197 ~amd64
252 +=sys-libs/uclibc-0.9.33.2-r3 ~mips
253 +=sys-fs/eudev-1_beta2-r1 ~mips
254 +=virtual/udev-197 ~mips
255
256 diff --git a/tools-uclibc/portage.mips.hardened/package.env b/tools-uclibc/portage.mips.hardened/package.env
257 index 1e67fe8..538d924 100644
258 --- a/tools-uclibc/portage.mips.hardened/package.env
259 +++ b/tools-uclibc/portage.mips.hardened/package.env
260 @@ -1 +1,3 @@
261 sys-apps/coreutils coreutils.conf
262 +sys-process/procps procps.conf
263 +dev-vcs/git git.conf
264
265 diff --git a/tools-uclibc/portage.mips.vanilla/env/coreutils.conf b/tools-uclibc/portage.mips.vanilla/env/coreutils.conf
266 index 7d715e1..518a258 100644
267 --- a/tools-uclibc/portage.mips.vanilla/env/coreutils.conf
268 +++ b/tools-uclibc/portage.mips.vanilla/env/coreutils.conf
269 @@ -1 +1 @@
270 -CFLAGS=" -liconv "
271 +CFLAGS="-liconv"
272
273 diff --git a/tools-uclibc/portage.mips.vanilla/env/git.conf b/tools-uclibc/portage.mips.vanilla/env/git.conf
274 new file mode 100644
275 index 0000000..518a258
276 --- /dev/null
277 +++ b/tools-uclibc/portage.mips.vanilla/env/git.conf
278 @@ -0,0 +1 @@
279 +CFLAGS="-liconv"
280
281 diff --git a/tools-uclibc/portage.mips.vanilla/env/procps.conf b/tools-uclibc/portage.mips.vanilla/env/procps.conf
282 new file mode 100644
283 index 0000000..be0ccc4
284 --- /dev/null
285 +++ b/tools-uclibc/portage.mips.vanilla/env/procps.conf
286 @@ -0,0 +1 @@
287 +CFLAGS="-lintl"
288
289 diff --git a/tools-uclibc/portage.mips.vanilla/package.accept_keywords b/tools-uclibc/portage.mips.vanilla/package.accept_keywords
290 index 1ce6482..b13e8e9 100644
291 --- a/tools-uclibc/portage.mips.vanilla/package.accept_keywords
292 +++ b/tools-uclibc/portage.mips.vanilla/package.accept_keywords
293 @@ -1,4 +1,4 @@
294 =sys-devel/gcc-4.6.3-r99 ~mips
295 -=sys-libs/uclibc-0.9.33.2-r3 ~amd64
296 -=sys-fs/eudev-1_beta2-r1 ~amd64
297 -=virtual/udev-197 ~amd64
298 +=sys-libs/uclibc-0.9.33.2-r3 ~mips
299 +=sys-fs/eudev-1_beta2-r1 ~mips
300 +=virtual/udev-197 ~mips
301
302 diff --git a/tools-uclibc/portage.mips.vanilla/package.env b/tools-uclibc/portage.mips.vanilla/package.env
303 index 1e67fe8..538d924 100644
304 --- a/tools-uclibc/portage.mips.vanilla/package.env
305 +++ b/tools-uclibc/portage.mips.vanilla/package.env
306 @@ -1 +1,3 @@
307 sys-apps/coreutils coreutils.conf
308 +sys-process/procps procps.conf
309 +dev-vcs/git git.conf
310
311 diff --git a/tools-uclibc/portage.mipsel.hardened/env/coreutils.conf b/tools-uclibc/portage.mipsel.hardened/env/coreutils.conf
312 index 7d715e1..518a258 100644
313 --- a/tools-uclibc/portage.mipsel.hardened/env/coreutils.conf
314 +++ b/tools-uclibc/portage.mipsel.hardened/env/coreutils.conf
315 @@ -1 +1 @@
316 -CFLAGS=" -liconv "
317 +CFLAGS="-liconv"
318
319 diff --git a/tools-uclibc/portage.mipsel.hardened/env/git.conf b/tools-uclibc/portage.mipsel.hardened/env/git.conf
320 new file mode 100644
321 index 0000000..518a258
322 --- /dev/null
323 +++ b/tools-uclibc/portage.mipsel.hardened/env/git.conf
324 @@ -0,0 +1 @@
325 +CFLAGS="-liconv"
326
327 diff --git a/tools-uclibc/portage.mipsel.hardened/env/procps.conf b/tools-uclibc/portage.mipsel.hardened/env/procps.conf
328 new file mode 100644
329 index 0000000..be0ccc4
330 --- /dev/null
331 +++ b/tools-uclibc/portage.mipsel.hardened/env/procps.conf
332 @@ -0,0 +1 @@
333 +CFLAGS="-lintl"
334
335 diff --git a/tools-uclibc/portage.mipsel.hardened/package.accept_keywords b/tools-uclibc/portage.mipsel.hardened/package.accept_keywords
336 index 1ce6482..b13e8e9 100644
337 --- a/tools-uclibc/portage.mipsel.hardened/package.accept_keywords
338 +++ b/tools-uclibc/portage.mipsel.hardened/package.accept_keywords
339 @@ -1,4 +1,4 @@
340 =sys-devel/gcc-4.6.3-r99 ~mips
341 -=sys-libs/uclibc-0.9.33.2-r3 ~amd64
342 -=sys-fs/eudev-1_beta2-r1 ~amd64
343 -=virtual/udev-197 ~amd64
344 +=sys-libs/uclibc-0.9.33.2-r3 ~mips
345 +=sys-fs/eudev-1_beta2-r1 ~mips
346 +=virtual/udev-197 ~mips
347
348 diff --git a/tools-uclibc/portage.mipsel.hardened/package.env b/tools-uclibc/portage.mipsel.hardened/package.env
349 index 1e67fe8..538d924 100644
350 --- a/tools-uclibc/portage.mipsel.hardened/package.env
351 +++ b/tools-uclibc/portage.mipsel.hardened/package.env
352 @@ -1 +1,3 @@
353 sys-apps/coreutils coreutils.conf
354 +sys-process/procps procps.conf
355 +dev-vcs/git git.conf
356
357 diff --git a/tools-uclibc/portage.mipsel.vanilla/env/coreutils.conf b/tools-uclibc/portage.mipsel.vanilla/env/coreutils.conf
358 index 7d715e1..518a258 100644
359 --- a/tools-uclibc/portage.mipsel.vanilla/env/coreutils.conf
360 +++ b/tools-uclibc/portage.mipsel.vanilla/env/coreutils.conf
361 @@ -1 +1 @@
362 -CFLAGS=" -liconv "
363 +CFLAGS="-liconv"
364
365 diff --git a/tools-uclibc/portage.mipsel.vanilla/env/git.conf b/tools-uclibc/portage.mipsel.vanilla/env/git.conf
366 new file mode 100644
367 index 0000000..518a258
368 --- /dev/null
369 +++ b/tools-uclibc/portage.mipsel.vanilla/env/git.conf
370 @@ -0,0 +1 @@
371 +CFLAGS="-liconv"
372
373 diff --git a/tools-uclibc/portage.mipsel.vanilla/env/procps.conf b/tools-uclibc/portage.mipsel.vanilla/env/procps.conf
374 new file mode 100644
375 index 0000000..be0ccc4
376 --- /dev/null
377 +++ b/tools-uclibc/portage.mipsel.vanilla/env/procps.conf
378 @@ -0,0 +1 @@
379 +CFLAGS="-lintl"
380
381 diff --git a/tools-uclibc/portage.mipsel.vanilla/package.accept_keywords b/tools-uclibc/portage.mipsel.vanilla/package.accept_keywords
382 index 1ce6482..b13e8e9 100644
383 --- a/tools-uclibc/portage.mipsel.vanilla/package.accept_keywords
384 +++ b/tools-uclibc/portage.mipsel.vanilla/package.accept_keywords
385 @@ -1,4 +1,4 @@
386 =sys-devel/gcc-4.6.3-r99 ~mips
387 -=sys-libs/uclibc-0.9.33.2-r3 ~amd64
388 -=sys-fs/eudev-1_beta2-r1 ~amd64
389 -=virtual/udev-197 ~amd64
390 +=sys-libs/uclibc-0.9.33.2-r3 ~mips
391 +=sys-fs/eudev-1_beta2-r1 ~mips
392 +=virtual/udev-197 ~mips
393
394 diff --git a/tools-uclibc/portage.mipsel.vanilla/package.env b/tools-uclibc/portage.mipsel.vanilla/package.env
395 index 1e67fe8..538d924 100644
396 --- a/tools-uclibc/portage.mipsel.vanilla/package.env
397 +++ b/tools-uclibc/portage.mipsel.vanilla/package.env
398 @@ -1 +1,3 @@
399 sys-apps/coreutils coreutils.conf
400 +sys-process/procps procps.conf
401 +dev-vcs/git git.conf