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 1QJZY4-00074v-3O for garchives@archives.gentoo.org; Mon, 09 May 2011 23:07:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A2351C14C; Mon, 9 May 2011 23:06:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 154C51C14C for ; Mon, 9 May 2011 23:06:00 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A1DC1B4071 for ; Mon, 9 May 2011 23:05:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B342E80504 for ; Mon, 9 May 2011 23:05:58 +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/ X-VCS-Repository: proj/mozilla X-VCS-Files: mail-client/thunderbird/Manifest mail-client/thunderbird/thunderbird-3.3_alpha3-r1.ebuild X-VCS-Directories: mail-client/thunderbird/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: d0e2a72c6d7ce3051e188e3384d7295e0a039900 Date: Mon, 9 May 2011 23:05:58 +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: 5a796eda2ae6562789fe217f244ad0e2 commit: d0e2a72c6d7ce3051e188e3384d7295e0a039900 Author: Jory A. Pratt gentoo org> AuthorDate: Mon May 9 23:04:10 2011 +0000 Commit: Jory Pratt gentoo org> CommitDate: Mon May 9 23:04:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mozilla.git;a= =3Dcommit;h=3Dd0e2a72c ensure we disable avx when building thunderbird --- mail-client/thunderbird/Manifest | 2 +- .../thunderbird/thunderbird-3.3_alpha3-r1.ebuild | 3 +++ 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/M= anifest index 1bba889..21321ce 100644 --- a/mail-client/thunderbird/Manifest +++ b/mail-client/thunderbird/Manifest @@ -5,4 +5,4 @@ AUX thunderbird-gentoo-default-prefs-1.js 387 RMD160 5d73= 62448204c7ea6cf81b06446 DIST enigmail-1.2a1-20110316.tar.bz2 905604 RMD160 57bb867f70f6b37ee11d4= 26a8e155f2ccf5d56d2 SHA1 371e3c8bd7157ed8aee7648a271df591db75f8c2 SHA256 = 113db06ab1621328635c5394174afe02bef9c154c46b62ea7c605ac0a0b2beba DIST thunderbird-3.3-patches-0.2.tar.bz2 4404 RMD160 2bc1a86867f01cb5bf8= f29b4e3d65bf662279bf7 SHA1 11f37a4b53bc59e767768d793f126129e8666abf SHA25= 6 3ddd4a086f19b4871160fe72dc920eaed8ef6ed872ac22f8d6759e84a8e4d1f8 DIST thunderbird-3.3a3.source.tar.bz2 83692340 RMD160 79ec91e73d6f1e64f1= 6efae9c6ec333a2e54b220 SHA1 416c085e92a04c12c49b7f1ad41effb7ef24ece9 SHA2= 56 7f5487449023a68784d800fdd38c25d30356972b27b0a23c2ba162c149161618 -EBUILD thunderbird-3.3_alpha3-r1.ebuild 7725 RMD160 1835619c58fe682ec54f= 79bedacb9feb146d6e08 SHA1 aadc1d06125fc2d94c799f9f4a4395342f0d7aa0 SHA256= a7d2341447746f50a0890b1727cde92f688da02dc856ee7173fc8314dce8bf96 +EBUILD thunderbird-3.3_alpha3-r1.ebuild 7828 RMD160 0c18c5aa723fc289d54f= 73d38ebd9e78a92bd4f5 SHA1 980abe3583501dc14a50e5f25cff0cd40ecb2287 SHA256= 29589b33e1ed46e0677bb475cf0c9ff6aa2197f9589f9b48bc92bab2e63d8f37 diff --git a/mail-client/thunderbird/thunderbird-3.3_alpha3-r1.ebuild b/m= ail-client/thunderbird/thunderbird-3.3_alpha3-r1.ebuild index a07e4e5..5a5ddae 100644 --- a/mail-client/thunderbird/thunderbird-3.3_alpha3-r1.ebuild +++ b/mail-client/thunderbird/thunderbird-3.3_alpha3-r1.ebuild @@ -190,6 +190,9 @@ src_configure() { append-cxxflags -fno-stack-protector fi =20 + # Ensure we do not fail on i{3,5,7} processors that support -mavx + append-flags -mno-avx + CPPFLAGS=3D"${CPPFLAGS}" \ CC=3D"$(tc-getCC)" CXX=3D"$(tc-getCXX)" LD=3D"$(tc-getLD)" \ econf || die