Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 28 Nov 2016 21:56:51
Message-Id: 1480370202.161b8032806f1badc388d2386492e42bffd07ef4.polynomial-c@gentoo
1 commit: 161b8032806f1badc388d2386492e42bffd07ef4
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 21:54:54 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 21:56:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161b8032
7
8 mozconfig-*.eclass: added sub-slot dependency for app-text/hunspell.
9
10 This fixes Gentoo bug #601134.
11
12 eclass/mozconfig-v5.31.eclass | 2 +-
13 eclass/mozconfig-v6.38.eclass | 2 +-
14 eclass/mozconfig-v6.42.eclass | 2 +-
15 eclass/mozconfig-v6.45.eclass | 2 +-
16 eclass/mozconfig-v6.49.eclass | 2 +-
17 5 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/eclass/mozconfig-v5.31.eclass b/eclass/mozconfig-v5.31.eclass
20 index 5d93466..a9b72fa 100644
21 --- a/eclass/mozconfig-v5.31.eclass
22 +++ b/eclass/mozconfig-v5.31.eclass
23 @@ -51,7 +51,7 @@ IUSE="${IUSE} dbus debug gstreamer pulseaudio startup-notification system-cairo
24 # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
25 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau
26
27 -RDEPEND=">=app-text/hunspell-1.2
28 +RDEPEND=">=app-text/hunspell-1.2:=
29 dev-libs/atk
30 dev-libs/expat
31 >=dev-libs/libevent-1.4.7
32
33 diff --git a/eclass/mozconfig-v6.38.eclass b/eclass/mozconfig-v6.38.eclass
34 index 15925cb..7f70597 100644
35 --- a/eclass/mozconfig-v6.38.eclass
36 +++ b/eclass/mozconfig-v6.38.eclass
37 @@ -51,7 +51,7 @@ IUSE="${IUSE} dbus debug gstreamer gstreamer-0 +jemalloc3 neon pulseaudio selinu
38 # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
39 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau
40
41 -RDEPEND=">=app-text/hunspell-1.2
42 +RDEPEND=">=app-text/hunspell-1.2:=
43 dev-libs/atk
44 dev-libs/expat
45 >=dev-libs/libevent-1.4.7
46
47 diff --git a/eclass/mozconfig-v6.42.eclass b/eclass/mozconfig-v6.42.eclass
48 index d0c8abf..29a75f9 100644
49 --- a/eclass/mozconfig-v6.42.eclass
50 +++ b/eclass/mozconfig-v6.42.eclass
51 @@ -61,7 +61,7 @@ IUSE="${IUSE} dbus debug +gstreamer gstreamer-0 +jemalloc3 neon pulseaudio selin
52 # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
53 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau
54
55 -RDEPEND=">=app-text/hunspell-1.2
56 +RDEPEND=">=app-text/hunspell-1.2:=
57 dev-libs/atk
58 dev-libs/expat
59 >=dev-libs/libevent-1.4.7
60
61 diff --git a/eclass/mozconfig-v6.45.eclass b/eclass/mozconfig-v6.45.eclass
62 index 02890a3..de2b4a9 100644
63 --- a/eclass/mozconfig-v6.45.eclass
64 +++ b/eclass/mozconfig-v6.45.eclass
65 @@ -77,7 +77,7 @@ IUSE="${IUSE} dbus debug ffmpeg +gstreamer gstreamer-0 +jemalloc3 neon pulseaudi
66 # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
67 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau
68
69 -RDEPEND=">=app-text/hunspell-1.2
70 +RDEPEND=">=app-text/hunspell-1.2:=
71 dev-libs/atk
72 dev-libs/expat
73 >=x11-libs/cairo-1.10[X]
74
75 diff --git a/eclass/mozconfig-v6.49.eclass b/eclass/mozconfig-v6.49.eclass
76 index 5fa9db6..283aecd 100644
77 --- a/eclass/mozconfig-v6.49.eclass
78 +++ b/eclass/mozconfig-v6.49.eclass
79 @@ -90,7 +90,7 @@ IUSE="${IUSE} dbus debug +jemalloc neon pulseaudio selinux +skia startup-notific
80 # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14
81 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau
82
83 -RDEPEND=">=app-text/hunspell-1.2
84 +RDEPEND=">=app-text/hunspell-1.2:=
85 dev-libs/atk
86 dev-libs/expat
87 >=x11-libs/cairo-1.10[X]