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 C69A11388BF for ; Mon, 11 Jan 2016 01:25:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3229321C002; Mon, 11 Jan 2016 01:25:39 +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 CACF021C002 for ; Mon, 11 Jan 2016 01:25:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0131F3406AD for ; Mon, 11 Jan 2016 01:25:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0679C79 for ; Mon, 11 Jan 2016 01:25:35 +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: <1452475455.f4b96f62749eb607ec71b6821de0a8553cf8e957.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozconfig-v6.38.eclass X-VCS-Directories: eclass/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: f4b96f62749eb607ec71b6821de0a8553cf8e957 X-VCS-Branch: master Date: Mon, 11 Jan 2016 01:25:35 +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: 6575cf6a-0884-44a9-a83a-6ce3a96cc25c X-Archives-Hash: b8d7ffe33e884a10eb5e79e28d825714 commit: f4b96f62749eb607ec71b6821de0a8553cf8e957 Author: Jory A. Pratt gentoo org> AuthorDate: Mon Jan 11 01:24:15 2016 +0000 Commit: Jory Pratt gentoo org> CommitDate: Mon Jan 11 01:24:15 2016 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=f4b96f62 Fix mozconfig-v6.38 for thunderbird and esr releases eclass/mozconfig-v6.38.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/mozconfig-v6.38.eclass b/eclass/mozconfig-v6.38.eclass index f3a07db..15925cb 100644 --- a/eclass/mozconfig-v6.38.eclass +++ b/eclass/mozconfig-v6.38.eclass @@ -209,6 +209,7 @@ mozconfig_config() { mozconfig_annotate 'Gentoo default to honor system linker' --disable-gold mozconfig_annotate '' --disable-gconf mozconfig_annotate 'Gentoo default' --disable-skia + mozconfig_annotate '' --with-intl-api # Use jemalloc unless libc is not glibc >= 2.4 # at this time the minimum glibc in the tree is 2.9 so we should be safe. @@ -235,7 +236,6 @@ mozconfig_config() { mozconfig_use_enable system-sqlite mozconfig_use_with system-jpeg mozconfig_use_with system-icu - mozconfig_use_with system-icu intl-api mozconfig_use_with system-libvpx # Modifications to better support ARM, bug 553364