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 1Qut7O-0005l4-2L for garchives@archives.gentoo.org; Sat, 20 Aug 2011 21:30:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88C1221C177; Sat, 20 Aug 2011 21:30:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3E43B21C177 for ; Sat, 20 Aug 2011 21:30:01 +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 A4AEF1B401B for ; Sat, 20 Aug 2011 21:30:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 048DF80040 for ; Sat, 20 Aug 2011 21:30:00 +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: mail-client/thunderbird/, www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: mail-client/thunderbird/Manifest mail-client/thunderbird/thunderbird-6.0.ebuild www-client/firefox/Manifest www-client/firefox/firefox-6.0.ebuild X-VCS-Directories: mail-client/thunderbird/ www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: b92819d62e12a4fe0e30ef79db077da385c2de77 Date: Sat, 20 Aug 2011 21:30: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 12008145ebb2c4894372e9066720fb42 commit: b92819d62e12a4fe0e30ef79db077da385c2de77 Author: Jory A. Pratt gentoo org> AuthorDate: Sat Aug 20 21:26:25 2011 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sat Aug 20 21:26:25 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mozilla.git;a= =3Dcommit;h=3Db92819d6 Resolve bug #279315 --- mail-client/thunderbird/Manifest | 2 +- mail-client/thunderbird/thunderbird-6.0.ebuild | 9 ++++----- www-client/firefox/Manifest | 2 +- www-client/firefox/firefox-6.0.ebuild | 10 +++++----- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/M= anifest index c39be2d..ee043cd 100644 --- a/mail-client/thunderbird/Manifest +++ b/mail-client/thunderbird/Manifest @@ -41,4 +41,4 @@ DIST thunderbird-6.0-tr.xpi 403273 RMD160 0a1bbbae82a03= 78016d0dd6185d604b5b608da DIST thunderbird-6.0-uk.xpi 452775 RMD160 f1915e4ae3fa8f667540dde3d31c3e= 36749c0b57 SHA1 54e21c3baff6bf833d18df047cc849d2b9258c65 SHA256 a7030f7f6= aa9d52b4a39c344ef1d5aeae9114dca9590e2eabf24b3c2849601ec DIST thunderbird-6.0-zh-TW.xpi 420983 RMD160 739aaf7ce018f0bcf938436d324= ab75f4559869e SHA1 462357caafdcd7dcea824d3d2958e545a9101422 SHA256 5c07cc= 4f35a827e9b533888cdfb482b44f8cebd2a079b5b370ce656e8ecc8de0 DIST thunderbird-6.0.source.tar.bz2 86286245 RMD160 758a274ec2b12aba5257= 4922cd9526fd3596a505 SHA1 7a9ea62aa11522230327574b245a2f793015b5f4 SHA256= 3c56af448ebd4805c7997d8e0e41f4333d110ad2c4ad4873204bd4d68bbd8189 -EBUILD thunderbird-6.0.ebuild 8427 RMD160 4397a060cf9266cc64716bd0a13b01= 2b06d8cb7d SHA1 d4920324cc3daa4b04d7c19663bfa5379474133b SHA256 5915a3e89= d948008ac8f3d51be2c1cf84621a932dd106b09ca1e86f7dcf19c68 +EBUILD thunderbird-6.0.ebuild 8437 RMD160 a036fd5dd3de677b7ddbde4e74c63c= 072ce2283a SHA1 eb9386c9245ef33ece0123f38b76247a4a4482fe SHA256 7d48d5523= 20fa16ebfe520aacf0b3f130c1a3bc7e302748086c9c0e761421562 diff --git a/mail-client/thunderbird/thunderbird-6.0.ebuild b/mail-client= /thunderbird/thunderbird-6.0.ebuild index 19f8ede..23e9f97 100644 --- a/mail-client/thunderbird/thunderbird-6.0.ebuild +++ b/mail-client/thunderbird/thunderbird-6.0.ebuild @@ -202,11 +202,10 @@ src_configure() { =20 if [[ $(gcc-major-version) -lt 4 ]]; then append-cxxflags -fno-stack-protector - fi - - # Ensure we do not fail on i{3,5,7} processors that support -mavx - if use amd64 || use x86; then - append-flags -mno-avx + elif [[ $(gcc-major-version) -gt 4 || $(gcc-minor-version) -gt 3 ]]; th= en + if use amd64 || use x86; then + append-flags -mno-avx + fi fi =20 CPPFLAGS=3D"${CPPFLAGS}" \ diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index 9eb9716..86dbc06 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 10921 RMD160 29111a7c0d914faf026a84049e6626ad5= 445e866 SHA1 ad74b23ebec9bb0284c056b73cc936c6247b5fdf SHA256 2ae08c2f75a2= 0892dc2e97ee4684c058ecf80db842cff9319f1229b95c77973c +EBUILD firefox-6.0.ebuild 10999 RMD160 d30480779893e91582e810b91943f6003= 55ccca3 SHA1 57eaf62acf1f4703d96ef5cd1b20f4fcf4e9b97e SHA256 b3ea89f09378= 73688ccc7989addda6755278978bca20825d10a2bb7e01229487 diff --git a/www-client/firefox/firefox-6.0.ebuild b/www-client/firefox/f= irefox-6.0.ebuild index 94a0323..1d69fc4 100644 --- a/www-client/firefox/firefox-6.0.ebuild +++ b/www-client/firefox/firefox-6.0.ebuild @@ -251,11 +251,11 @@ src_configure() { =20 if [[ $(gcc-major-version) -lt 4 ]]; then append-cxxflags -fno-stack-protector - fi - - if use amd64 || use x86; then - append-flags -mno-avx - fi + elif [[ $(gcc-major-version) -gt 4 || $(gcc-minor-version) -gt 3 ]]; th= en + if use amd64 || use x86; then + append-flags -mno-avx + fi + fi } =20 src_compile() {