commit: abc8f1e60a782fa6ec7b43cb88351e4ebb7a046a
Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 9 21:54:58 2015 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Mon Nov 9 21:54:58 2015 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=abc8f1e6
Fix system-cairo dep to reflect xcb requirement
eclass/mozconfig-v6.42.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/mozconfig-v6.42.eclass b/eclass/mozconfig-v6.42.eclass
index 2a45591..e3d5b31 100644
--- a/eclass/mozconfig-v6.42.eclass
+++ b/eclass/mozconfig-v6.42.eclass
@@ -65,7 +65,7 @@ RDEPEND=">=app-text/hunspell-1.2
dev-libs/atk
dev-libs/expat
>=dev-libs/libevent-1.4.7
- >=x11-libs/cairo-1.10[X,xcb,-xlib-xcb]
+ >=x11-libs/cairo-1.10[X]
>=x11-libs/gtk+-2.18:2
x11-libs/gdk-pixbuf
>=x11-libs/pango-1.22.0
@@ -99,7 +99,7 @@ RDEPEND=">=app-text/hunspell-1.2
x11-libs/libXfixes
x11-libs/libXrender
x11-libs/libXt
- system-cairo? ( >=x11-libs/cairo-1.12[X] >=x11-libs/pixman-0.19.2 )
+ system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 )
system-icu? ( >=dev-libs/icu-51.1:= )
system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 )
system-sqlite? ( >=dev-db/sqlite-3.8.11.1:3[secure-delete,debug=] )