From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 643F31382C5 for ; Mon, 19 Feb 2018 12:25:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41D51E0ABD; Mon, 19 Feb 2018 12:25:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 219EEE0ABD for ; Mon, 19 Feb 2018 12:25:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB3C7335C07 for ; Mon, 19 Feb 2018 12:25:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 608711DF for ; Mon, 19 Feb 2018 12:25:03 +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: <1519042888.c4d832dc7dfc223b7cd586a944007f050397243c.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozconfig-v6.58.eclass X-VCS-Directories: eclass/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: c4d832dc7dfc223b7cd586a944007f050397243c X-VCS-Branch: master Date: Mon, 19 Feb 2018 12:25:03 +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: 52fce0a0-7a45-4c76-b52d-ea3845997a4e X-Archives-Hash: d97678a238f947f562fb7cec9e525b09 commit: c4d832dc7dfc223b7cd586a944007f050397243c Author: Jory A. Pratt gentoo org> AuthorDate: Mon Feb 19 12:21:28 2018 +0000 Commit: Jory Pratt gentoo org> CommitDate: Mon Feb 19 12:21:28 2018 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=c4d832dc eclass/mozconfig-v6.58 - pass --enable-system-pixman for good measure eclass/mozconfig-v6.58.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/mozconfig-v6.58.eclass b/eclass/mozconfig-v6.58.eclass index c0a337e..4aab9a4 100644 --- a/eclass/mozconfig-v6.58.eclass +++ b/eclass/mozconfig-v6.58.eclass @@ -266,6 +266,7 @@ mozconfig_config() { mozconfig_annotate '' --enable-system-ffi mozconfig_annotate '' --disable-gconf mozconfig_annotate '' --with-intl-api + mozconfig_annotate '' --enable-system-pixman # skia has no support for big-endian platforms if [[ $(tc-endian) == "big" ]]; then