Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/
Date: Tue, 29 Nov 2016 17:17:19
Message-Id: 1480439787.694d8eaf22ede120535905337c0860f7cab4ff0a.polynomial-c@gentoo
1 commit: 694d8eaf22ede120535905337c0860f7cab4ff0a
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 17:16:27 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 17:16:27 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=694d8eaf
7
8 mozconfig-*.eclass: added sub-slot dependency for app-text/hunspell.
9
10 eclass/mozconfig-v6.38.eclass | 2 +-
11 eclass/mozconfig-v6.39.eclass | 2 +-
12 eclass/mozconfig-v6.41.eclass | 2 +-
13 eclass/mozconfig-v6.42.eclass | 2 +-
14 eclass/mozconfig-v6.44.eclass | 2 +-
15 eclass/mozconfig-v6.45.eclass | 2 +-
16 eclass/mozconfig-v6.46.eclass | 2 +-
17 eclass/mozconfig-v6.47.eclass | 2 +-
18 eclass/mozconfig-v6.48.eclass | 2 +-
19 eclass/mozconfig-v6.49.eclass | 2 +-
20 10 files changed, 10 insertions(+), 10 deletions(-)
21
22 diff --git a/eclass/mozconfig-v6.38.eclass b/eclass/mozconfig-v6.38.eclass
23 index 15925cb..7f70597 100644
24 --- a/eclass/mozconfig-v6.38.eclass
25 +++ b/eclass/mozconfig-v6.38.eclass
26 @@ -51,7 +51,7 @@ IUSE="${IUSE} dbus debug gstreamer gstreamer-0 +jemalloc3 neon pulseaudio selinu
27 # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
28 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau
29
30 -RDEPEND=">=app-text/hunspell-1.2
31 +RDEPEND=">=app-text/hunspell-1.2:=
32 dev-libs/atk
33 dev-libs/expat
34 >=dev-libs/libevent-1.4.7
35
36 diff --git a/eclass/mozconfig-v6.39.eclass b/eclass/mozconfig-v6.39.eclass
37 index 7f7d353..3e71ac7 100644
38 --- a/eclass/mozconfig-v6.39.eclass
39 +++ b/eclass/mozconfig-v6.39.eclass
40 @@ -51,7 +51,7 @@ IUSE="${IUSE} dbus debug gstreamer gstreamer-0 +jemalloc3 pulseaudio selinux sta
41 # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
42 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau
43
44 -RDEPEND=">=app-text/hunspell-1.2
45 +RDEPEND=">=app-text/hunspell-1.2:=
46 dev-libs/atk
47 dev-libs/expat
48 >=dev-libs/libevent-1.4.7
49
50 diff --git a/eclass/mozconfig-v6.41.eclass b/eclass/mozconfig-v6.41.eclass
51 index 25a9471..6ff9a2a 100644
52 --- a/eclass/mozconfig-v6.41.eclass
53 +++ b/eclass/mozconfig-v6.41.eclass
54 @@ -61,7 +61,7 @@ IUSE="${IUSE} dbus debug gstreamer gstreamer-0 +jemalloc3 pulseaudio selinux sta
55 # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
56 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau
57
58 -RDEPEND=">=app-text/hunspell-1.2
59 +RDEPEND=">=app-text/hunspell-1.2:=
60 dev-libs/atk
61 dev-libs/expat
62 >=dev-libs/libevent-1.4.7
63
64 diff --git a/eclass/mozconfig-v6.42.eclass b/eclass/mozconfig-v6.42.eclass
65 index d0c8abf..29a75f9 100644
66 --- a/eclass/mozconfig-v6.42.eclass
67 +++ b/eclass/mozconfig-v6.42.eclass
68 @@ -61,7 +61,7 @@ IUSE="${IUSE} dbus debug +gstreamer gstreamer-0 +jemalloc3 neon pulseaudio selin
69 # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
70 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau
71
72 -RDEPEND=">=app-text/hunspell-1.2
73 +RDEPEND=">=app-text/hunspell-1.2:=
74 dev-libs/atk
75 dev-libs/expat
76 >=dev-libs/libevent-1.4.7
77
78 diff --git a/eclass/mozconfig-v6.44.eclass b/eclass/mozconfig-v6.44.eclass
79 index c050a49..275f1a5 100644
80 --- a/eclass/mozconfig-v6.44.eclass
81 +++ b/eclass/mozconfig-v6.44.eclass
82 @@ -72,7 +72,7 @@ IUSE="${IUSE} dbus debug ffmpeg +gstreamer gstreamer-0 +jemalloc3 neon pulseaudi
83 # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
84 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau
85
86 -RDEPEND=">=app-text/hunspell-1.2
87 +RDEPEND=">=app-text/hunspell-1.2:=
88 dev-libs/atk
89 dev-libs/expat
90 >=x11-libs/cairo-1.10[X]
91
92 diff --git a/eclass/mozconfig-v6.45.eclass b/eclass/mozconfig-v6.45.eclass
93 index be5c49a..d4b7601 100644
94 --- a/eclass/mozconfig-v6.45.eclass
95 +++ b/eclass/mozconfig-v6.45.eclass
96 @@ -77,7 +77,7 @@ IUSE="${IUSE} dbus debug ffmpeg +gstreamer gstreamer-0 +jemalloc3 neon pulseaudi
97 # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
98 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau
99
100 -RDEPEND=">=app-text/hunspell-1.2
101 +RDEPEND=">=app-text/hunspell-1.2:=
102 dev-libs/atk
103 dev-libs/expat
104 >=x11-libs/cairo-1.10[X]
105
106 diff --git a/eclass/mozconfig-v6.46.eclass b/eclass/mozconfig-v6.46.eclass
107 index 7b8c901..1cdf881 100644
108 --- a/eclass/mozconfig-v6.46.eclass
109 +++ b/eclass/mozconfig-v6.46.eclass
110 @@ -90,7 +90,7 @@ IUSE="${IUSE} dbus debug +ffmpeg +jemalloc3 neon pulseaudio selinux startup-noti
111 # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
112 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau
113
114 -RDEPEND=">=app-text/hunspell-1.2
115 +RDEPEND=">=app-text/hunspell-1.2:=
116 dev-libs/atk
117 dev-libs/expat
118 >=x11-libs/cairo-1.10[X]
119
120 diff --git a/eclass/mozconfig-v6.47.eclass b/eclass/mozconfig-v6.47.eclass
121 index 5d52d7c..5fd672c 100644
122 --- a/eclass/mozconfig-v6.47.eclass
123 +++ b/eclass/mozconfig-v6.47.eclass
124 @@ -90,7 +90,7 @@ IUSE="${IUSE} dbus debug +jemalloc3 neon pulseaudio selinux startup-notification
125 # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
126 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau
127
128 -RDEPEND=">=app-text/hunspell-1.2
129 +RDEPEND=">=app-text/hunspell-1.2:=
130 dev-libs/atk
131 dev-libs/expat
132 >=x11-libs/cairo-1.10[X]
133
134 diff --git a/eclass/mozconfig-v6.48.eclass b/eclass/mozconfig-v6.48.eclass
135 index 0c3197d..8ba0fd5 100644
136 --- a/eclass/mozconfig-v6.48.eclass
137 +++ b/eclass/mozconfig-v6.48.eclass
138 @@ -90,7 +90,7 @@ IUSE="${IUSE} dbus debug +jemalloc neon pulseaudio selinux +skia startup-notific
139 # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
140 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau
141
142 -RDEPEND=">=app-text/hunspell-1.2
143 +RDEPEND=">=app-text/hunspell-1.2:=
144 dev-libs/atk
145 dev-libs/expat
146 >=x11-libs/cairo-1.10[X]
147
148 diff --git a/eclass/mozconfig-v6.49.eclass b/eclass/mozconfig-v6.49.eclass
149 index 497e747..1b52c1a 100644
150 --- a/eclass/mozconfig-v6.49.eclass
151 +++ b/eclass/mozconfig-v6.49.eclass
152 @@ -90,7 +90,7 @@ IUSE="${IUSE} dbus debug +jemalloc neon pulseaudio selinux +skia startup-notific
153 # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
154 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau
155
156 -RDEPEND=">=app-text/hunspell-1.2
157 +RDEPEND=">=app-text/hunspell-1.2:=
158 dev-libs/atk
159 dev-libs/expat
160 >=x11-libs/cairo-1.10[X]