diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-11-28 22:54:54 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-11-28 22:56:42 +0100 |
commit | 161b8032806f1badc388d2386492e42bffd07ef4 (patch) | |
tree | b632afbaf2a4b0afb817a8da6e22babbdf9bc078 /eclass | |
parent | arch/{x86,amd64,powerpc/ppc32}/package.use.mask: really make tomboy use mask ... (diff) | |
download | gentoo-161b8032806f1badc388d2386492e42bffd07ef4.tar.gz gentoo-161b8032806f1badc388d2386492e42bffd07ef4.tar.bz2 gentoo-161b8032806f1badc388d2386492e42bffd07ef4.zip |
mozconfig-*.eclass: added sub-slot dependency for app-text/hunspell.
This fixes Gentoo bug #601134.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozconfig-v5.31.eclass | 2 | ||||
-rw-r--r-- | eclass/mozconfig-v6.38.eclass | 2 | ||||
-rw-r--r-- | eclass/mozconfig-v6.42.eclass | 2 | ||||
-rw-r--r-- | eclass/mozconfig-v6.45.eclass | 2 | ||||
-rw-r--r-- | eclass/mozconfig-v6.49.eclass | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/eclass/mozconfig-v5.31.eclass b/eclass/mozconfig-v5.31.eclass index 5d934661ab61..a9b72fa409ce 100644 --- a/eclass/mozconfig-v5.31.eclass +++ b/eclass/mozconfig-v5.31.eclass @@ -51,7 +51,7 @@ IUSE="${IUSE} dbus debug gstreamer pulseaudio startup-notification system-cairo # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau -RDEPEND=">=app-text/hunspell-1.2 +RDEPEND=">=app-text/hunspell-1.2:= dev-libs/atk dev-libs/expat >=dev-libs/libevent-1.4.7 diff --git a/eclass/mozconfig-v6.38.eclass b/eclass/mozconfig-v6.38.eclass index 15925cbcd2cc..7f70597c8ee5 100644 --- a/eclass/mozconfig-v6.38.eclass +++ b/eclass/mozconfig-v6.38.eclass @@ -51,7 +51,7 @@ IUSE="${IUSE} dbus debug gstreamer gstreamer-0 +jemalloc3 neon pulseaudio selinu # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau -RDEPEND=">=app-text/hunspell-1.2 +RDEPEND=">=app-text/hunspell-1.2:= dev-libs/atk dev-libs/expat >=dev-libs/libevent-1.4.7 diff --git a/eclass/mozconfig-v6.42.eclass b/eclass/mozconfig-v6.42.eclass index d0c8abf59b08..29a75f9972df 100644 --- a/eclass/mozconfig-v6.42.eclass +++ b/eclass/mozconfig-v6.42.eclass @@ -61,7 +61,7 @@ IUSE="${IUSE} dbus debug +gstreamer gstreamer-0 +jemalloc3 neon pulseaudio selin # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau -RDEPEND=">=app-text/hunspell-1.2 +RDEPEND=">=app-text/hunspell-1.2:= dev-libs/atk dev-libs/expat >=dev-libs/libevent-1.4.7 diff --git a/eclass/mozconfig-v6.45.eclass b/eclass/mozconfig-v6.45.eclass index 02890a31d754..de2b4a91625c 100644 --- a/eclass/mozconfig-v6.45.eclass +++ b/eclass/mozconfig-v6.45.eclass @@ -77,7 +77,7 @@ IUSE="${IUSE} dbus debug ffmpeg +gstreamer gstreamer-0 +jemalloc3 neon pulseaudi # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau -RDEPEND=">=app-text/hunspell-1.2 +RDEPEND=">=app-text/hunspell-1.2:= dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] diff --git a/eclass/mozconfig-v6.49.eclass b/eclass/mozconfig-v6.49.eclass index 5fa9db61f3b3..283aecda9b8c 100644 --- a/eclass/mozconfig-v6.49.eclass +++ b/eclass/mozconfig-v6.49.eclass @@ -90,7 +90,7 @@ IUSE="${IUSE} dbus debug +jemalloc neon pulseaudio selinux +skia startup-notific # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau -RDEPEND=">=app-text/hunspell-1.2 +RDEPEND=">=app-text/hunspell-1.2:= dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] |