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 53E301388BF for ; Mon, 11 Jan 2016 01:19:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB9ECE080D; Mon, 11 Jan 2016 01:19:53 +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 845AEE07ED for ; Mon, 11 Jan 2016 01:19:53 +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 7A2F2340967 for ; Mon, 11 Jan 2016 01:19:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83952CF1 for ; Mon, 11 Jan 2016 01:19:49 +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: <1452475110.65e762bf0b9c329d71a0d5be606fb1f0210ff721.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozconfig-v6.44.eclass X-VCS-Directories: eclass/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 65e762bf0b9c329d71a0d5be606fb1f0210ff721 X-VCS-Branch: master Date: Mon, 11 Jan 2016 01:19:49 +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: d861357d-ee26-455f-bacb-31f5a0898134 X-Archives-Hash: d1f662ef7a74bf58c44056baa2f6be3c commit: 65e762bf0b9c329d71a0d5be606fb1f0210ff721 Author: Jory A. Pratt gentoo org> AuthorDate: Mon Jan 11 01:18:30 2016 +0000 Commit: Jory Pratt gentoo org> CommitDate: Mon Jan 11 01:18:30 2016 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=65e762bf Apply same intl-api fix to mozconfig-v6.44 eclass/mozconfig-v6.44.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/mozconfig-v6.44.eclass b/eclass/mozconfig-v6.44.eclass index 8af9bab..fa3c968 100644 --- a/eclass/mozconfig-v6.44.eclass +++ b/eclass/mozconfig-v6.44.eclass @@ -265,6 +265,7 @@ mozconfig_config() { mozconfig_annotate 'Gentoo default to honor system linker' --disable-gold mozconfig_annotate 'Gentoo default' --disable-skia mozconfig_annotate '' --disable-gconf + mozconfig_annotate '' --with-intl-api # default toolkit is cairo-gtk2, optional use flags can change this local toolkit="cairo-gtk2" @@ -320,7 +321,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