Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: x11-libs/xview/, app-doc/lapack-docs/, sci-libs/io_lib/, sci-libs/omalloc/, ...
Date: Sun, 05 Feb 2017 05:21:47
Message-Id: 1486271882.e029e10aab03f2f3c2acf03e9048090f1f22f559.jlec@gentoo
1 commit: e029e10aab03f2f3c2acf03e9048090f1f22f559
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 3 16:43:25 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 05:18:02 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e029e10a
7
8 Drop all non *86 KEYWORDS
9
10 I heavily doubt we are supporting any other architecture.
11 If I am wrong, please file a bug and I will add back the KEYWORDS
12
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild | 2 +-
16 dev-python/omniorbpy/omniorbpy-3.4.ebuild | 2 +-
17 sci-chemistry/gamess/gamess-20161808.1.ebuild | 2 +-
18 sci-chemistry/mage/mage-6.44.060606.ebuild | 2 +-
19 sci-electronics/tnt/tnt-1.2.2.ebuild | 2 +-
20 sci-libs/factory/factory-3.1.1-r2.ebuild | 2 +-
21 sci-libs/givaro/givaro-3.2.13.ebuild | 2 +-
22 sci-libs/givaro/givaro-3.3.0.ebuild | 2 +-
23 sci-libs/givaro/givaro-3.8.0.ebuild | 2 +-
24 sci-libs/gotoblas2/gotoblas2-1.13-r1.ebuild | 2 +-
25 sci-libs/io_lib/io_lib-1.14.7.ebuild | 2 +-
26 sci-libs/omalloc/omalloc-0.9.6.ebuild | 2 +-
27 sci-libs/openblas/openblas-0.2.14.ebuild | 2 +-
28 sci-libs/openblas/openblas-0.2.15.ebuild | 2 +-
29 sci-libs/parmetis/parmetis-4.0.3.ebuild | 2 +-
30 sci-libs/symmetrica/symmetrica-2.0-r1.ebuild | 2 +-
31 sci-libs/symmetrica/symmetrica-2.0.ebuild | 2 +-
32 sys-cluster/empi/empi-0.10.ebuild | 2 +-
33 sys-cluster/mpich/mpich-3.0.4.ebuild | 2 +-
34 sys-cluster/mpich/mpich-3.1.3-r2.ebuild | 2 +-
35 sys-cluster/mpich/mpich-3.1.4-r1.ebuild | 2 +-
36 sys-cluster/mpich/mpich-3.2-r1.ebuild | 2 +-
37 sys-cluster/mpich/mpich-3.2-r2.ebuild | 2 +-
38 sys-cluster/mpich2/mpich2-1.5.ebuild | 2 +-
39 sys-cluster/openmpi/openmpi-1.10.3-r2.ebuild | 2 +-
40 sys-cluster/openmpi/openmpi-1.8.8.ebuild | 2 +-
41 sys-cluster/openmpi/openmpi-2.0.2.ebuild | 2 +-
42 x11-libs/agg/agg-2.5-r3.ebuild | 2 +-
43 x11-libs/xview/xview-3.2-r8.ebuild | 2 +-
44 29 files changed, 29 insertions(+), 29 deletions(-)
45
46 diff --git a/app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild b/app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild
47 index d78babd..693a1d3 100644
48 --- a/app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild
49 +++ b/app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild
50 @@ -12,7 +12,7 @@ SRC_URI="
51
52 LICENSE="BSD"
53 SLOT="0"
54 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
55 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
56 IUSE=""
57
58 S="${WORKDIR}/manpages"
59
60 diff --git a/dev-python/omniorbpy/omniorbpy-3.4.ebuild b/dev-python/omniorbpy/omniorbpy-3.4.ebuild
61 index ac0f0a0..c983388 100644
62 --- a/dev-python/omniorbpy/omniorbpy-3.4.ebuild
63 +++ b/dev-python/omniorbpy/omniorbpy-3.4.ebuild
64 @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/omniorb/${MY_P}.tar.gz"
65
66 LICENSE="LGPL-2.1"
67 SLOT="0"
68 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
69 +KEYWORDS="~amd64 ~x86"
70 IUSE="ssl"
71
72 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
73
74 diff --git a/sci-chemistry/gamess/gamess-20161808.1.ebuild b/sci-chemistry/gamess/gamess-20161808.1.ebuild
75 index 625bb7e..27083ed 100644
76 --- a/sci-chemistry/gamess/gamess-20161808.1.ebuild
77 +++ b/sci-chemistry/gamess/gamess-20161808.1.ebuild
78 @@ -19,7 +19,7 @@ LICENSE="gamess"
79 # provides the latest version. In other words: As soon as a
80 # new version comes out the stable version will be useless since
81 # users can not get at the tarball any more.
82 -KEYWORDS="~amd64 ~ppc ~x86"
83 +KEYWORDS="~amd64 ~x86"
84 IUSE="mpi neo pax_kernel qmmm-tinker"
85
86 CDEPEND="
87
88 diff --git a/sci-chemistry/mage/mage-6.44.060606.ebuild b/sci-chemistry/mage/mage-6.44.060606.ebuild
89 index fe20e09..d4614e3 100644
90 --- a/sci-chemistry/mage/mage-6.44.060606.ebuild
91 +++ b/sci-chemistry/mage/mage-6.44.060606.ebuild
92 @@ -14,7 +14,7 @@ SRC_URI="http://kinemage.biochem.duke.edu/downloads/software/mage/${MY_P}.src.tg
93
94 LICENSE="richardson"
95 SLOT="0"
96 -KEYWORDS="~amd64 ~ppc ~x86"
97 +KEYWORDS="~amd64 ~x86"
98
99 RDEPEND="sci-chemistry/prekin"
100 DEPEND="${RDEPEND}"
101
102 diff --git a/sci-electronics/tnt/tnt-1.2.2.ebuild b/sci-electronics/tnt/tnt-1.2.2.ebuild
103 index bbe9342..3421cb1 100644
104 --- a/sci-electronics/tnt/tnt-1.2.2.ebuild
105 +++ b/sci-electronics/tnt/tnt-1.2.2.ebuild
106 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/mmtl/${P}.tar.gz"
107
108 SLOT="0"
109 LICENSE="BSD GPL-2"
110 -KEYWORDS="~amd64 ~ppc ~x86"
111 +KEYWORDS="~amd64 ~x86"
112 IUSE="doc"
113
114 RDEPEND="
115
116 diff --git a/sci-libs/factory/factory-3.1.1-r2.ebuild b/sci-libs/factory/factory-3.1.1-r2.ebuild
117 index d2dde0f..0f941de 100644
118 --- a/sci-libs/factory/factory-3.1.1-r2.ebuild
119 +++ b/sci-libs/factory/factory-3.1.1-r2.ebuild
120 @@ -14,7 +14,7 @@ SRC_URI="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Factory/${PN}-${MY_PV}
121
122 LICENSE="GPL-2"
123 SLOT="0"
124 -KEYWORDS="~amd64 ~x86 ~ppc"
125 +KEYWORDS="~amd64 ~x86"
126 IUSE="singular static-libs"
127
128 DEPEND="
129
130 diff --git a/sci-libs/givaro/givaro-3.2.13.ebuild b/sci-libs/givaro/givaro-3.2.13.ebuild
131 index 860ac62..47bfa59 100644
132 --- a/sci-libs/givaro/givaro-3.2.13.ebuild
133 +++ b/sci-libs/givaro/givaro-3.2.13.ebuild
134 @@ -10,7 +10,7 @@ SRC_URI="http://ljk.imag.fr/CASYS/LOGICIELS/givaro/Downloads/${P}.tar.gz"
135
136 LICENSE="GPL-2"
137 SLOT="0"
138 -KEYWORDS="~amd64 ~ppc ~x86 ~ppc64"
139 +KEYWORDS="~amd64 ~x86"
140 IUSE=""
141
142 RDEPEND=">=dev-libs/gmp-4.1-r1:0="
143
144 diff --git a/sci-libs/givaro/givaro-3.3.0.ebuild b/sci-libs/givaro/givaro-3.3.0.ebuild
145 index 77c1926..99aff7f 100644
146 --- a/sci-libs/givaro/givaro-3.3.0.ebuild
147 +++ b/sci-libs/givaro/givaro-3.3.0.ebuild
148 @@ -10,7 +10,7 @@ SRC_URI="http://ljk.imag.fr/CASYS/LOGICIELS/givaro/Downloads/${P}.tar.gz"
149
150 LICENSE="GPL-3"
151 SLOT="0"
152 -KEYWORDS="~amd64 ~ppc ~x86 ~ppc64"
153 +KEYWORDS="~amd64 ~x86"
154 IUSE=""
155
156 RDEPEND=">=dev-libs/gmp-4.1-r1:0="
157
158 diff --git a/sci-libs/givaro/givaro-3.8.0.ebuild b/sci-libs/givaro/givaro-3.8.0.ebuild
159 index ae670fc..74ddbf7 100644
160 --- a/sci-libs/givaro/givaro-3.8.0.ebuild
161 +++ b/sci-libs/givaro/givaro-3.8.0.ebuild
162 @@ -10,7 +10,7 @@ SRC_URI="https://forge.imag.fr/frs/download.php/592/${P}.tar.gz"
163
164 LICENSE="CeCILL-B"
165 SLOT="0"
166 -KEYWORDS="~amd64 ~ppc ~x86 ~ppc64"
167 +KEYWORDS="~amd64 ~x86"
168 IUSE=""
169
170 RDEPEND=">=dev-libs/gmp-4.1-r1:0="
171
172 diff --git a/sci-libs/gotoblas2/gotoblas2-1.13-r1.ebuild b/sci-libs/gotoblas2/gotoblas2-1.13-r1.ebuild
173 index 2d6e0ac..813b450 100644
174 --- a/sci-libs/gotoblas2/gotoblas2-1.13-r1.ebuild
175 +++ b/sci-libs/gotoblas2/gotoblas2-1.13-r1.ebuild
176 @@ -18,7 +18,7 @@ SRC_URI="http://dev.gentoo.org/~bicatali/${MYP}.tar.gz"
177
178 LICENSE="BSD"
179 SLOT="0"
180 -KEYWORDS="~amd64 ~x86 ~x86-macos ~ppc-macos ~x64-macos"
181 +KEYWORDS="~amd64 ~x86"
182 IUSE="+incblas +openmp static-libs threads"
183
184 REQUIRED_USE="|| ( openmp threads )"
185
186 diff --git a/sci-libs/io_lib/io_lib-1.14.7.ebuild b/sci-libs/io_lib/io_lib-1.14.7.ebuild
187 index a0704a2..eca21ac 100644
188 --- a/sci-libs/io_lib/io_lib-1.14.7.ebuild
189 +++ b/sci-libs/io_lib/io_lib-1.14.7.ebuild
190 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/staden/${P}.tar.gz"
191
192 LICENSE="BSD"
193 SLOT="0"
194 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
195 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
196 IUSE="static-libs"
197
198 # Prototype changes in io_lib-1.9.0 create incompatibilities with BioPerl. (Only
199
200 diff --git a/sci-libs/omalloc/omalloc-0.9.6.ebuild b/sci-libs/omalloc/omalloc-0.9.6.ebuild
201 index b03291a..b8e799b 100644
202 --- a/sci-libs/omalloc/omalloc-0.9.6.ebuild
203 +++ b/sci-libs/omalloc/omalloc-0.9.6.ebuild
204 @@ -17,7 +17,7 @@ SRC_URI="${SRC_COM}/Singular-3-1-1-2.tar.gz"
205
206 LICENSE="GPL-2"
207 SLOT="0"
208 -KEYWORDS="~amd64 ~ppc ~x86"
209 +KEYWORDS="~amd64 ~x86"
210 IUSE=""
211
212 S=${WORKDIR}/Singular-3-1-1/omalloc
213
214 diff --git a/sci-libs/openblas/openblas-0.2.14.ebuild b/sci-libs/openblas/openblas-0.2.14.ebuild
215 index 592bec4..95951fc 100644
216 --- a/sci-libs/openblas/openblas-0.2.14.ebuild
217 +++ b/sci-libs/openblas/openblas-0.2.14.ebuild
218 @@ -16,7 +16,7 @@ SRC_URI="
219
220 LICENSE="BSD"
221 SLOT="0"
222 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~ppc-macos ~x64-macos"
223 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
224 IUSE="dynamic openmp static-libs threads"
225
226 RDEPEND=""
227
228 diff --git a/sci-libs/openblas/openblas-0.2.15.ebuild b/sci-libs/openblas/openblas-0.2.15.ebuild
229 index 592bec4..95951fc 100644
230 --- a/sci-libs/openblas/openblas-0.2.15.ebuild
231 +++ b/sci-libs/openblas/openblas-0.2.15.ebuild
232 @@ -16,7 +16,7 @@ SRC_URI="
233
234 LICENSE="BSD"
235 SLOT="0"
236 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~ppc-macos ~x64-macos"
237 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
238 IUSE="dynamic openmp static-libs threads"
239
240 RDEPEND=""
241
242 diff --git a/sci-libs/parmetis/parmetis-4.0.3.ebuild b/sci-libs/parmetis/parmetis-4.0.3.ebuild
243 index 60c2186..8509825 100644
244 --- a/sci-libs/parmetis/parmetis-4.0.3.ebuild
245 +++ b/sci-libs/parmetis/parmetis-4.0.3.ebuild
246 @@ -19,7 +19,7 @@ SRC_URI="
247 examples? ( http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/${METISP}.tar.gz )"
248
249 SLOT="0"
250 -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
251 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
252 LICENSE="free-noncomm"
253 IUSE="doc double-precision examples int64 mpi openmp pcre static-libs"
254
255
256 diff --git a/sci-libs/symmetrica/symmetrica-2.0-r1.ebuild b/sci-libs/symmetrica/symmetrica-2.0-r1.ebuild
257 index d0537c4..896bdb7 100644
258 --- a/sci-libs/symmetrica/symmetrica-2.0-r1.ebuild
259 +++ b/sci-libs/symmetrica/symmetrica-2.0-r1.ebuild
260 @@ -13,7 +13,7 @@ SRC_URI="http://www.neu.uni-bayreuth.de/de/Uni_Bayreuth/Fakultaeten/1_Mathematik
261
262 LICENSE="MIT"
263 SLOT="0"
264 -KEYWORDS="~amd64 ~ppc ~x86 ~ppc64"
265 +KEYWORDS="~amd64 ~x86"
266 IUSE="doc"
267
268 S="${WORKDIR}"
269
270 diff --git a/sci-libs/symmetrica/symmetrica-2.0.ebuild b/sci-libs/symmetrica/symmetrica-2.0.ebuild
271 index 5039495..ea8ac48 100644
272 --- a/sci-libs/symmetrica/symmetrica-2.0.ebuild
273 +++ b/sci-libs/symmetrica/symmetrica-2.0.ebuild
274 @@ -11,7 +11,7 @@ SRC_URI="http://www.neu.uni-bayreuth.de/de/Uni_Bayreuth/Fakultaeten/1_Mathematik
275
276 LICENSE="MIT"
277 SLOT="0"
278 -KEYWORDS="~amd64 ~ppc ~x86 ~ppc64"
279 +KEYWORDS="~amd64 ~x86"
280 IUSE="doc"
281
282 S="${WORKDIR}"
283
284 diff --git a/sys-cluster/empi/empi-0.10.ebuild b/sys-cluster/empi/empi-0.10.ebuild
285 index d1ae64b..4946ead 100644
286 --- a/sys-cluster/empi/empi-0.10.ebuild
287 +++ b/sys-cluster/empi/empi-0.10.ebuild
288 @@ -12,7 +12,7 @@ SRC_URI=""
289
290 LICENSE="GPL-2"
291 SLOT="0"
292 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
293 +KEYWORDS="~amd64 ~x86"
294 IUSE=""
295 DEPEND="app-admin/eselect"
296 RDEPEND="${DEPEND}"
297
298 diff --git a/sys-cluster/mpich/mpich-3.0.4.ebuild b/sys-cluster/mpich/mpich-3.0.4.ebuild
299 index f4aae7b..9ae4526 100644
300 --- a/sys-cluster/mpich/mpich-3.0.4.ebuild
301 +++ b/sys-cluster/mpich/mpich-3.0.4.ebuild
302 @@ -15,7 +15,7 @@ SRC_URI="http://www.mpich.org/static/downloads/${PV}/${P}.tar.gz"
303
304 SLOT="0"
305 LICENSE="mpich"
306 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
307 +KEYWORDS="~amd64 ~x86"
308 IUSE="+cxx doc fortran mpi-threads romio threads"
309
310 COMMON_DEPEND="
311
312 diff --git a/sys-cluster/mpich/mpich-3.1.3-r2.ebuild b/sys-cluster/mpich/mpich-3.1.3-r2.ebuild
313 index cc7e793..eff1410 100644
314 --- a/sys-cluster/mpich/mpich-3.1.3-r2.ebuild
315 +++ b/sys-cluster/mpich/mpich-3.1.3-r2.ebuild
316 @@ -15,7 +15,7 @@ SRC_URI="http://www.mpich.org/static/downloads/${PV}/${P}.tar.gz"
317
318 SLOT="0"
319 LICENSE="mpich"
320 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
321 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
322 IUSE="+cxx doc fortran mpi-threads romio threads"
323
324 COMMON_DEPEND="
325
326 diff --git a/sys-cluster/mpich/mpich-3.1.4-r1.ebuild b/sys-cluster/mpich/mpich-3.1.4-r1.ebuild
327 index 2f0fc84..5cdf815 100644
328 --- a/sys-cluster/mpich/mpich-3.1.4-r1.ebuild
329 +++ b/sys-cluster/mpich/mpich-3.1.4-r1.ebuild
330 @@ -15,7 +15,7 @@ SRC_URI="http://www.mpich.org/static/downloads/${PV}/${P}.tar.gz"
331
332 SLOT="0"
333 LICENSE="mpich"
334 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
335 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
336 IUSE="+cxx doc fortran mpi-threads romio threads"
337
338 COMMON_DEPEND="
339
340 diff --git a/sys-cluster/mpich/mpich-3.2-r1.ebuild b/sys-cluster/mpich/mpich-3.2-r1.ebuild
341 index 2f0fc84..5cdf815 100644
342 --- a/sys-cluster/mpich/mpich-3.2-r1.ebuild
343 +++ b/sys-cluster/mpich/mpich-3.2-r1.ebuild
344 @@ -15,7 +15,7 @@ SRC_URI="http://www.mpich.org/static/downloads/${PV}/${P}.tar.gz"
345
346 SLOT="0"
347 LICENSE="mpich"
348 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
349 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
350 IUSE="+cxx doc fortran mpi-threads romio threads"
351
352 COMMON_DEPEND="
353
354 diff --git a/sys-cluster/mpich/mpich-3.2-r2.ebuild b/sys-cluster/mpich/mpich-3.2-r2.ebuild
355 index d0eba49..27cd170 100644
356 --- a/sys-cluster/mpich/mpich-3.2-r2.ebuild
357 +++ b/sys-cluster/mpich/mpich-3.2-r2.ebuild
358 @@ -16,7 +16,7 @@ SRC_URI="http://www.mpich.org/static/downloads/${PV}/${P}.tar.gz"
359
360 SLOT="0"
361 LICENSE="mpich"
362 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
363 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
364 IUSE="+cxx doc fortran mpi-threads romio threads"
365
366 COMMON_DEPEND="
367
368 diff --git a/sys-cluster/mpich2/mpich2-1.5.ebuild b/sys-cluster/mpich2/mpich2-1.5.ebuild
369 index cc527d5..3ac4a19 100644
370 --- a/sys-cluster/mpich2/mpich2-1.5.ebuild
371 +++ b/sys-cluster/mpich2/mpich2-1.5.ebuild
372 @@ -15,7 +15,7 @@ SRC_URI="http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/${MY
373
374 SLOT="0"
375 LICENSE="mpich2"
376 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
377 +KEYWORDS="~amd64 ~x86"
378 IUSE="+cxx doc fortran mpi-threads romio threads"
379
380 COMMON_DEPEND="
381
382 diff --git a/sys-cluster/openmpi/openmpi-1.10.3-r2.ebuild b/sys-cluster/openmpi/openmpi-1.10.3-r2.ebuild
383 index 2d4de71..ff85df2 100644
384 --- a/sys-cluster/openmpi/openmpi-1.10.3-r2.ebuild
385 +++ b/sys-cluster/openmpi/openmpi-1.10.3-r2.ebuild
386 @@ -33,7 +33,7 @@ HOMEPAGE="http://www.open-mpi.org"
387 SRC_URI="http://www.open-mpi.org/software/ompi/v$(get_version_component_range 1-2)/downloads/${MY_P}.tar.bz2"
388 LICENSE="BSD"
389 SLOT="0"
390 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux"
391 +KEYWORDS="~amd64 ~x86 ~amd64-linux"
392 IUSE="cma cuda +cxx elibc_FreeBSD fortran heterogeneous ipv6 java mpi-threads numa romio threads vt
393 ${IUSE_OPENMPI_FABRICS} ${IUSE_OPENMPI_RM} ${IUSE_OPENMPI_OFED_FEATURES}"
394
395
396 diff --git a/sys-cluster/openmpi/openmpi-1.8.8.ebuild b/sys-cluster/openmpi/openmpi-1.8.8.ebuild
397 index 1a06721..63d703c 100644
398 --- a/sys-cluster/openmpi/openmpi-1.8.8.ebuild
399 +++ b/sys-cluster/openmpi/openmpi-1.8.8.ebuild
400 @@ -34,7 +34,7 @@ HOMEPAGE="http://www.open-mpi.org"
401 SRC_URI="http://www.open-mpi.org/software/ompi/v$(get_version_component_range 1-2)/downloads/${MY_P}.tar.bz2"
402 LICENSE="BSD"
403 SLOT="0"
404 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux"
405 +KEYWORDS="~amd64 ~x86 ~amd64-linux"
406 IUSE="cma cuda +cxx elibc_FreeBSD fortran heterogeneous ipv6 java mpi-threads numa romio threads vt
407 ${IUSE_OPENMPI_FABRICS} ${IUSE_OPENMPI_RM} ${IUSE_OPENMPI_OFED_FEATURES}"
408
409
410 diff --git a/sys-cluster/openmpi/openmpi-2.0.2.ebuild b/sys-cluster/openmpi/openmpi-2.0.2.ebuild
411 index 3d11bf4..7642ca3 100644
412 --- a/sys-cluster/openmpi/openmpi-2.0.2.ebuild
413 +++ b/sys-cluster/openmpi/openmpi-2.0.2.ebuild
414 @@ -33,7 +33,7 @@ HOMEPAGE="http://www.open-mpi.org"
415 SRC_URI="http://www.open-mpi.org/software/ompi/v$(get_version_component_range 1-2)/downloads/${MY_P}.tar.bz2"
416 LICENSE="BSD"
417 SLOT="0"
418 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux"
419 +KEYWORDS="~amd64 ~x86 ~amd64-linux"
420 IUSE="cma cuda cxx elibc_FreeBSD fortran heterogeneous ipv6 java mpi-threads numa romio threads
421 ${IUSE_OPENMPI_FABRICS} ${IUSE_OPENMPI_RM} ${IUSE_OPENMPI_OFED_FEATURES}"
422
423
424 diff --git a/x11-libs/agg/agg-2.5-r3.ebuild b/x11-libs/agg/agg-2.5-r3.ebuild
425 index d9d07db..27d30f0 100644
426 --- a/x11-libs/agg/agg-2.5-r3.ebuild
427 +++ b/x11-libs/agg/agg-2.5-r3.ebuild
428 @@ -12,7 +12,7 @@ SRC_URI="http://antigrain.com/${P}.tar.gz"
429
430 LICENSE="GPL-2 gpc? ( free-noncomm )"
431 SLOT="0"
432 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
433 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
434 IUSE="+gpc sdl static-libs +truetype +X"
435
436 # preffer X with enabled xcb, really
437
438 diff --git a/x11-libs/xview/xview-3.2-r8.ebuild b/x11-libs/xview/xview-3.2-r8.ebuild
439 index 7aa0d76..585c2d1 100644
440 --- a/x11-libs/xview/xview-3.2-r8.ebuild
441 +++ b/x11-libs/xview/xview-3.2-r8.ebuild
442 @@ -17,7 +17,7 @@ SRC_URI="
443
444 LICENSE="XVIEW"
445 SLOT="0"
446 -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux -*"
447 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux -*"
448 IUSE="static-libs"
449
450 RDEPEND="