From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A7F451384B4 for ; Mon, 30 Nov 2015 00:22:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14CD0E0896; Mon, 30 Nov 2015 00:22:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA133E0896 for ; Mon, 30 Nov 2015 00:22:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D74034067D for ; Mon, 30 Nov 2015 00:22:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FC06A8E for ; Mon, 30 Nov 2015 00:22:00 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1448842884.6774ea3aef72cf1c2cd7a2a3b04261eaa105108d.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/mozconfig-v6.42.eclass X-VCS-Directories: eclass/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 6774ea3aef72cf1c2cd7a2a3b04261eaa105108d X-VCS-Branch: master Date: Mon, 30 Nov 2015 00:22:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6dd8a55d-4643-4f41-a1c4-be4e65302dac X-Archives-Hash: 2bd53bd722a67a5e8a7636eae2abbfe7 commit: 6774ea3aef72cf1c2cd7a2a3b04261eaa105108d Author: Jory A. Pratt gentoo org> AuthorDate: Mon Nov 30 00:19:30 2015 +0000 Commit: Jory Pratt gentoo org> CommitDate: Mon Nov 30 00:21:24 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6774ea3a eclass mozconfig-v6.42 - add xcb dep on system-cairo eclass/mozconfig-v6.42.eclass | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/eclass/mozconfig-v6.42.eclass b/eclass/mozconfig-v6.42.eclass index 3d67500..7ed7283 100644 --- a/eclass/mozconfig-v6.42.eclass +++ b/eclass/mozconfig-v6.42.eclass @@ -99,21 +99,13 @@ 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=] ) system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) " -# dev-lang/yaml is needed on all available platforms for webm support: -DEPEND+=" - amd64? ( dev-lang/yasm ) - amd64-fbsd? ( dev-lang/yasm ) - x86? ( dev-lang/yasm ) - x86-fbsd? ( dev-lang/yasm ) -" - if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then if [[ ${MOZCONFIG_OPTIONAL_GTK3} = "enabled" ]]; then IUSE+=" +gtk3" @@ -241,6 +233,7 @@ mozconfig_config() { mozconfig_annotate 'Gentoo default' --with-system-png mozconfig_annotate '' --enable-system-ffi mozconfig_annotate 'Gentoo default to honor system linker' --disable-gold + mozconfig_annotate 'Gentoo default' --disable-skia mozconfig_annotate '' --disable-gconf # Use jemalloc unless libc is not glibc >= 2.4