Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/arm/armv7a/, profiles/arch/x86/, ...
Date: Sat, 27 Apr 2019 16:55:53
Message-Id: 1556384101.095c90f8e4867a49e1a751d71d112a343f3bdd38.asturm@gentoo
1 commit: 095c90f8e4867a49e1a751d71d112a343f3bdd38
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 27 11:18:14 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 27 16:55:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=095c90f8
7
8 profiles: Drop obsolete net-libs/webkit-gtk[-jit] package.use.mask
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 profiles/arch/amd64/package.use.mask | 6 ------
13 profiles/arch/arm/armv7a/package.use.mask | 10 ----------
14 profiles/arch/arm64/package.use.mask | 5 -----
15 profiles/arch/base/package.use.mask | 8 +-------
16 profiles/arch/x86-fbsd/package.use.mask | 5 -----
17 profiles/arch/x86/package.use.mask | 8 +-------
18 profiles/default/linux/uclibc/mips/package.use.mask | 8 +-------
19 profiles/prefix/darwin/macos/arch/x86/package.use.mask | 7 +------
20 8 files changed, 4 insertions(+), 53 deletions(-)
21
22 diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
23 index 16577176967..aa573932b13 100644
24 --- a/profiles/arch/amd64/package.use.mask
25 +++ b/profiles/arch/amd64/package.use.mask
26 @@ -250,12 +250,6 @@ media-sound/pulseaudio -webrtc-aec
27 # Masked in base profile, supported on this arch
28 gnustep-base/gnustep-make -libobjc2
29
30 -# Alexandre Rostovtsev <tetromino@g.o> (09 Jan 2012)
31 -# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
32 -# it's masked in base profile and unmasked here (bug #396313).
33 -net-libs/webkit-gtk -jit
34 -www-client/midori -jit
35 -
36 # Davide Pesavento <pesa@g.o> (30 Nov 2011)
37 # The QML (V4) and JSC JITs are supported only on amd64/arm/x86,
38 # so the flag is masked in the base profile and unmasked here.
39
40 diff --git a/profiles/arch/arm/armv7a/package.use.mask b/profiles/arch/arm/armv7a/package.use.mask
41 deleted file mode 100644
42 index 873eb5b5f4c..00000000000
43 --- a/profiles/arch/arm/armv7a/package.use.mask
44 +++ /dev/null
45 @@ -1,10 +0,0 @@
46 -# Copyright 1999-2017 Gentoo Foundation
47 -# Distributed under the terms of the GNU General Public License v2
48 -
49 -# Pacho Ramos <pacho@g.o> (25 Jan 2015)
50 -# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
51 -# it's masked in base profile and unmasked here (bug #396313). Only in arm7 profile
52 -# because webkit-gtk only reliable tests webkit-gtk on this and JIT support is likely
53 -# to break in several ways on every version bump on non-arm7 (#523400)
54 -net-libs/webkit-gtk -jit
55 -www-client/midori -jit
56
57 diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
58 index 505a936e2f0..421fcd4df15 100644
59 --- a/profiles/arch/arm64/package.use.mask
60 +++ b/profiles/arch/arm64/package.use.mask
61 @@ -523,11 +523,6 @@ app-office/libreoffice libreoffice_extensions_scripting-beanshell libreoffice_ex
62 # gobject-introspection[doctool], bug #411761
63 dev-libs/gobject-introspection -doctool
64
65 -# Alexandre Rostovtsev <tetromino@g.o> (09 Jan 2012)
66 -# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
67 -# it's masked in base profile and unmasked here (bug #396313).
68 -net-libs/webkit-gtk -jit
69 -
70 # Anthony G. Basile <blueness@g.o> (Dec 21, 2011)
71 # Mask the vde flag on tinc because net-misc/vde is not
72 # keyworded for arm
73
74 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
75 index 9de0da04830..c80bc9f0d7f 100644
76 --- a/profiles/arch/base/package.use.mask
77 +++ b/profiles/arch/base/package.use.mask
78 @@ -1,4 +1,4 @@
79 -# Copyright 1999-2018 Gentoo Authors
80 +# Copyright 1999-2019 Gentoo Authors
81 # Distributed under the terms of the GNU General Public License v2
82
83 # Sergei Trofimovich <slyfox@g.o> (16 Mar 2019)
84 @@ -214,12 +214,6 @@ media-sound/pulseaudio webrtc-aec
85 # mips only use flags
86 >=sci-libs/fftw-3 zbus
87
88 -# Alexandre Rostovtsev <tetromino@g.o> (09 Jan 2012)
89 -# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
90 -# it's masked here and unmasked in individual profiles (bug #396313).
91 -net-libs/webkit-gtk jit
92 -www-client/midori jit
93 -
94 # Samuli Suominen <ssuominen@g.o> (06 Dec 2011)
95 # NuppelVideo is available on x86 only
96 media-video/transcode nuv pic
97
98 diff --git a/profiles/arch/x86-fbsd/package.use.mask b/profiles/arch/x86-fbsd/package.use.mask
99 index ce7eafff58f..9646560833b 100644
100 --- a/profiles/arch/x86-fbsd/package.use.mask
101 +++ b/profiles/arch/x86-fbsd/package.use.mask
102 @@ -42,11 +42,6 @@ dev-qt/qtchooser test
103 # Missing keyword on dev-libs/botan
104 app-crypt/qca botan
105
106 -# Alexandre Rostovtsev <tetromono@g.o> (09 Jan 2012)
107 -# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
108 -# it's masked in base profile and unmasked here (bug #396313).
109 -net-libs/webkit-gtk -jit
110 -
111 # Pacho Ramos <pacho@gentoo> (18 Mar 2011)
112 # Missing keywords on deps (GNOME related packages)
113 dev-libs/totem-pl-parser quvi
114
115 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
116 index 90514058b93..cddd8a50108 100644
117 --- a/profiles/arch/x86/package.use.mask
118 +++ b/profiles/arch/x86/package.use.mask
119 @@ -1,4 +1,4 @@
120 -# Copyright 1999-2018 Gentoo Authors
121 +# Copyright 1999-2019 Gentoo Authors
122 # Distributed under the terms of the GNU General Public License v2
123
124 # This file requires >=portage-2.1.1
125 @@ -244,12 +244,6 @@ gnustep-base/gnustep-make -libobjc2
126 # https://lists.freedesktop.org/archives/spice-devel/2015-September/021846.html
127 app-emulation/qemu spice
128
129 -# Alexandre Rostovtsev <tetromino@g.o> (09 Jan 2012)
130 -# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
131 -# it's masked in base profile and unmasked here (bug #396313).
132 -net-libs/webkit-gtk -jit
133 -www-client/midori -jit
134 -
135 # Samuli Suominen <ssuominen@g.o> (06 Dec 2011)
136 # NuppelVideo support is x86 only
137 media-video/transcode -nuv -pic
138
139 diff --git a/profiles/default/linux/uclibc/mips/package.use.mask b/profiles/default/linux/uclibc/mips/package.use.mask
140 index 3694a0731d1..5aec6f4b252 100644
141 --- a/profiles/default/linux/uclibc/mips/package.use.mask
142 +++ b/profiles/default/linux/uclibc/mips/package.use.mask
143 @@ -1,4 +1,4 @@
144 -# Copyright 1999-2016 Gentoo Foundation
145 +# Copyright 1999-2019 Gentoo Authors
146 # Distributed under the terms of the GNU General Public License v2
147
148 # Felix Janda <felix.janda@××××××.de> (24 Sep 2016)
149 @@ -20,9 +20,3 @@ app-doc/doxygen clang
150 # Matthias Maier <tamiko@g.o> (17 Oct 2014)
151 # virtual/jre is not keyworded on mips.
152 net-print/cups java
153 -
154 -# Vicente Olivert Riera <vincent@g.o> (11 Sep 2014)
155 -# www-client/midori[jit] depends on net-libs/webkit-gtk[jit]
156 -# which is masked on base/package.use.mask and not unmasked
157 -# on arch/mips/package.use.mask by "net-libs/webkit-gtk -jit"
158 -www-client/midori jit
159
160 diff --git a/profiles/prefix/darwin/macos/arch/x86/package.use.mask b/profiles/prefix/darwin/macos/arch/x86/package.use.mask
161 index 0a0aaa598d3..7068035a971 100644
162 --- a/profiles/prefix/darwin/macos/arch/x86/package.use.mask
163 +++ b/profiles/prefix/darwin/macos/arch/x86/package.use.mask
164 @@ -1,14 +1,9 @@
165 -# Copyright 1999-2017 Gentoo Foundation
166 +# Copyright 1999-2019 Gentoo Authors
167 # Distributed under the terms of the GNU General Public License v2
168
169 # All the Mac OS X profiles inherit from their matching arch profile here.
170
171
172 -# Alexandre Rostovtsev <tetromono@g.o> (09 Jan 2012)
173 -# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
174 -# it's masked in base profile and unmasked here (bug #396313).
175 -net-libs/webkit-gtk -jit
176 -
177 # Jeremy Olexa <darkside@g.o> (29 Jul 2010)
178 # Relocation issues on 32-bit OSX, bug #329859
179 media-sound/mpg123 cpu_flags_x86_mmx cpu_flags_x86_sse