From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QusUL-0000dp-T2 for garchives@archives.gentoo.org; Sat, 20 Aug 2011 20:49:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2184E21C18F; Sat, 20 Aug 2011 20:49:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E470621C18F for ; Sat, 20 Aug 2011 20:49:46 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D11A1B4035 for ; Sat, 20 Aug 2011 20:49:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7A1F080040 for ; Sat, 20 Aug 2011 20:49:45 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/Manifest www-client/firefox/firefox-6.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: e601760a397be03e43624c9b1c10bf2d99518bba Date: Sat, 20 Aug 2011 20:49:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d36c568ef5a6c39bda5faecc4dc33f4c commit: e601760a397be03e43624c9b1c10bf2d99518bba Author: Jory A. Pratt gentoo org> AuthorDate: Sat Aug 20 20:45:53 2011 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sat Aug 20 20:45:53 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mozilla.git;a= =3Dcommit;h=3De601760a Fix bug bug #374413 --- www-client/firefox/Manifest | 2 +- www-client/firefox/firefox-6.0.ebuild | 2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index 450d7b2..9eb9716 100644 --- a/www-client/firefox/Manifest +++ b/www-client/firefox/Manifest @@ -84,4 +84,4 @@ DIST firefox-6.0-zh-CN.xpi 241868 RMD160 1e9d0b6594cbdc= 151b92456030a5cb40f0916f3 DIST firefox-6.0-zh-TW.xpi 242787 RMD160 13e3b2decf59ff0cb2e69b2f10e446e= 37c63f5f5 SHA1 33d8a06b0775780beadfa836883db3149afa60de SHA256 5b5d3cd6ee= 368007415b82e338204d3fe658291f4f4d454fcc1efc7e93d0563c DIST firefox-6.0-zu.xpi 233159 RMD160 64e3f5fdb78c9f343d3de05f8604e531b6= 7f8f8c SHA1 0cfc262f1f6172f6fa5b8e82f7856d53a1f110c4 SHA256 7e6aa854e7e60= 6f00c8e238c11c634b5fd5d068156840736b5997ecb6f6ad6d9 DIST firefox-6.0.source.tar.bz2 67919174 RMD160 b1f586d4e9889f3b5449c00e= 4bf3340d3dcca0da SHA1 abcb3cc3907d5217726f457085d00b3995fb469b SHA256 cc3= fb554ca02358e000502a1023d5ba01e6d18ae30c719f5a3b1ce1ad8334973 -EBUILD firefox-6.0.ebuild 10878 RMD160 58e76d020d93ac177a68ac3b804805d76= c0d7a43 SHA1 41048b1c47220171f71142488f1bdb2bf3d3c763 SHA256 7070284115bf= bf155f5d3e61289f46273e346697ab1f7fe18aff5bffab187104 +EBUILD firefox-6.0.ebuild 10921 RMD160 29111a7c0d914faf026a84049e6626ad5= 445e866 SHA1 ad74b23ebec9bb0284c056b73cc936c6247b5fdf SHA256 2ae08c2f75a2= 0892dc2e97ee4684c058ecf80db842cff9319f1229b95c77973c diff --git a/www-client/firefox/firefox-6.0.ebuild b/www-client/firefox/f= irefox-6.0.ebuild index c5767a2..94a0323 100644 --- a/www-client/firefox/firefox-6.0.ebuild +++ b/www-client/firefox/firefox-6.0.ebuild @@ -260,6 +260,8 @@ src_configure() { =20 src_compile() { if use pgo; then + addpredict /root + addpredict /etc/gconf CC=3D"$(tc-getCC)" CXX=3D"$(tc-getCXX)" LD=3D"$(tc-getLD)" \ MOZ_MAKE_FLAGS=3D"${MAKEOPTS}" \ Xemake -f client.mk profiledbuild || die "Xemake failed"