Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 30 Nov 2015 00:22:08
Message-Id: 1448842884.6774ea3aef72cf1c2cd7a2a3b04261eaa105108d.anarchy@gentoo
1 commit: 6774ea3aef72cf1c2cd7a2a3b04261eaa105108d
2 Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 00:19:30 2015 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 00:21:24 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6774ea3a
7
8 eclass mozconfig-v6.42 - add xcb dep on system-cairo
9
10 eclass/mozconfig-v6.42.eclass | 11 ++---------
11 1 file changed, 2 insertions(+), 9 deletions(-)
12
13 diff --git a/eclass/mozconfig-v6.42.eclass b/eclass/mozconfig-v6.42.eclass
14 index 3d67500..7ed7283 100644
15 --- a/eclass/mozconfig-v6.42.eclass
16 +++ b/eclass/mozconfig-v6.42.eclass
17 @@ -99,21 +99,13 @@ RDEPEND=">=app-text/hunspell-1.2
18 x11-libs/libXfixes
19 x11-libs/libXrender
20 x11-libs/libXt
21 - system-cairo? ( >=x11-libs/cairo-1.12[X] >=x11-libs/pixman-0.19.2 )
22 + system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 )
23 system-icu? ( >=dev-libs/icu-51.1:= )
24 system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 )
25 system-sqlite? ( >=dev-db/sqlite-3.8.11.1:3[secure-delete,debug=] )
26 system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] )
27 "
28
29 -# dev-lang/yaml is needed on all available platforms for webm support:
30 -DEPEND+="
31 - amd64? ( dev-lang/yasm )
32 - amd64-fbsd? ( dev-lang/yasm )
33 - x86? ( dev-lang/yasm )
34 - x86-fbsd? ( dev-lang/yasm )
35 -"
36 -
37 if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then
38 if [[ ${MOZCONFIG_OPTIONAL_GTK3} = "enabled" ]]; then
39 IUSE+=" +gtk3"
40 @@ -241,6 +233,7 @@ mozconfig_config() {
41 mozconfig_annotate 'Gentoo default' --with-system-png
42 mozconfig_annotate '' --enable-system-ffi
43 mozconfig_annotate 'Gentoo default to honor system linker' --disable-gold
44 + mozconfig_annotate 'Gentoo default' --disable-skia
45 mozconfig_annotate '' --disable-gconf
46
47 # Use jemalloc unless libc is not glibc >= 2.4