Skip to content

Commit

Permalink
mozconfig-*.eclass: added sub-slot dependency for app-text/hunspell.
Browse files Browse the repository at this point in the history
This fixes Gentoo bug #601134.
  • Loading branch information
Lars Wendler committed Nov 28, 2016
1 parent 11af225 commit 161b803
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion eclass/mozconfig-v5.31.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion eclass/mozconfig-v6.38.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion eclass/mozconfig-v6.42.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion eclass/mozconfig-v6.45.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion eclass/mozconfig-v6.49.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 161b803

Please sign in to comment.