From: "Jory Pratt" <anarchy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/, www-client/firefox/
Date: Sat, 20 Aug 2011 21:30:00 +0000 (UTC) [thread overview]
Message-ID: <b92819d62e12a4fe0e30ef79db077da385c2de77.anarchy@gentoo> (raw)
commit: b92819d62e12a4fe0e30ef79db077da385c2de77
Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 21:26:25 2011 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 21:26:25 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=b92819d6
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/Manifest
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 0a1bbbae82a0378016d0dd6185d604b5b608da
DIST thunderbird-6.0-uk.xpi 452775 RMD160 f1915e4ae3fa8f667540dde3d31c3e36749c0b57 SHA1 54e21c3baff6bf833d18df047cc849d2b9258c65 SHA256 a7030f7f6aa9d52b4a39c344ef1d5aeae9114dca9590e2eabf24b3c2849601ec
DIST thunderbird-6.0-zh-TW.xpi 420983 RMD160 739aaf7ce018f0bcf938436d324ab75f4559869e SHA1 462357caafdcd7dcea824d3d2958e545a9101422 SHA256 5c07cc4f35a827e9b533888cdfb482b44f8cebd2a079b5b370ce656e8ecc8de0
DIST thunderbird-6.0.source.tar.bz2 86286245 RMD160 758a274ec2b12aba52574922cd9526fd3596a505 SHA1 7a9ea62aa11522230327574b245a2f793015b5f4 SHA256 3c56af448ebd4805c7997d8e0e41f4333d110ad2c4ad4873204bd4d68bbd8189
-EBUILD thunderbird-6.0.ebuild 8427 RMD160 4397a060cf9266cc64716bd0a13b012b06d8cb7d SHA1 d4920324cc3daa4b04d7c19663bfa5379474133b SHA256 5915a3e89d948008ac8f3d51be2c1cf84621a932dd106b09ca1e86f7dcf19c68
+EBUILD thunderbird-6.0.ebuild 8437 RMD160 a036fd5dd3de677b7ddbde4e74c63c072ce2283a SHA1 eb9386c9245ef33ece0123f38b76247a4a4482fe SHA256 7d48d552320fa16ebfe520aacf0b3f130c1a3bc7e302748086c9c0e761421562
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() {
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 ]]; then
+ if use amd64 || use x86; then
+ append-flags -mno-avx
+ fi
fi
CPPFLAGS="${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 1e9d0b6594cbdc151b92456030a5cb40f0916f3
DIST firefox-6.0-zh-TW.xpi 242787 RMD160 13e3b2decf59ff0cb2e69b2f10e446e37c63f5f5 SHA1 33d8a06b0775780beadfa836883db3149afa60de SHA256 5b5d3cd6ee368007415b82e338204d3fe658291f4f4d454fcc1efc7e93d0563c
DIST firefox-6.0-zu.xpi 233159 RMD160 64e3f5fdb78c9f343d3de05f8604e531b67f8f8c SHA1 0cfc262f1f6172f6fa5b8e82f7856d53a1f110c4 SHA256 7e6aa854e7e606f00c8e238c11c634b5fd5d068156840736b5997ecb6f6ad6d9
DIST firefox-6.0.source.tar.bz2 67919174 RMD160 b1f586d4e9889f3b5449c00e4bf3340d3dcca0da SHA1 abcb3cc3907d5217726f457085d00b3995fb469b SHA256 cc3fb554ca02358e000502a1023d5ba01e6d18ae30c719f5a3b1ce1ad8334973
-EBUILD firefox-6.0.ebuild 10921 RMD160 29111a7c0d914faf026a84049e6626ad5445e866 SHA1 ad74b23ebec9bb0284c056b73cc936c6247b5fdf SHA256 2ae08c2f75a20892dc2e97ee4684c058ecf80db842cff9319f1229b95c77973c
+EBUILD firefox-6.0.ebuild 10999 RMD160 d30480779893e91582e810b91943f600355ccca3 SHA1 57eaf62acf1f4703d96ef5cd1b20f4fcf4e9b97e SHA256 b3ea89f0937873688ccc7989addda6755278978bca20825d10a2bb7e01229487
diff --git a/www-client/firefox/firefox-6.0.ebuild b/www-client/firefox/firefox-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() {
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 ]]; then
+ if use amd64 || use x86; then
+ append-flags -mno-avx
+ fi
+ fi
}
src_compile() {
next reply other threads:[~2011-08-20 21:30 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-20 21:30 Jory Pratt [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-08-27 13:28 [gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/, www-client/firefox/ Ian Stakenvicius
2017-12-13 0:40 Jory Pratt
2017-02-10 1:28 Jory Pratt
2015-05-30 2:57 Jory Pratt
2015-01-05 4:44 Jory Pratt
2014-09-03 22:07 Ian Stakenvicius
2014-06-14 0:27 Ian Stakenvicius
2014-04-30 2:28 Jory Pratt
2014-03-20 15:58 Lars Wendler
2013-12-15 21:02 Jory Pratt
2013-12-11 23:16 Jory Pratt
2013-10-31 3:41 Jory Pratt
2013-10-26 2:17 Jory Pratt
2013-09-24 22:34 Jory Pratt
2013-09-22 22:59 Jory Pratt
2013-08-07 2:24 Jory Pratt
2013-06-26 13:41 Jory Pratt
2013-06-10 12:26 Jory Pratt
2013-05-15 3:09 Jory Pratt
2013-04-22 1:26 Jory Pratt
2013-02-23 14:08 Jory Pratt
2012-12-10 22:27 Jory Pratt
2012-12-10 19:05 Ian Stakenvicius
2012-11-25 12:12 Jory Pratt
2012-10-28 0:41 Jory Pratt
2012-10-25 11:29 Jory Pratt
2012-10-21 18:32 Jory Pratt
2012-10-21 16:11 Jory Pratt
2012-10-04 11:27 Jory Pratt
2012-10-04 1:51 Jory Pratt
2012-09-27 22:37 Jory Pratt
2012-09-24 22:19 Jory Pratt
2012-08-06 3:28 Jory Pratt
2012-07-18 0:03 Jory Pratt
2012-07-17 22:45 Jory Pratt
2012-07-12 0:40 Jory Pratt
2012-07-02 13:38 Jory Pratt
2012-06-29 3:26 Jory Pratt
2012-06-15 3:25 Jory Pratt
2012-06-12 13:41 Jory Pratt
2012-06-12 5:25 Lars Wendler
2012-05-28 18:41 Jory Pratt
2012-05-27 15:46 Jory Pratt
2012-05-24 1:21 Jory Pratt
2012-05-21 14:37 Jory Pratt
2012-05-08 12:11 Jory Pratt
2012-05-07 12:15 Jory Pratt
2012-04-21 2:51 Jory Pratt
2012-03-27 12:04 Jory Pratt
2012-03-24 23:47 Jory Pratt
2012-03-06 13:18 Jory Pratt
2012-02-11 2:13 Jory Pratt
2012-02-09 4:46 Jory Pratt
2011-09-29 2:23 Jory Pratt
2011-08-21 16:35 Jory Pratt
2011-03-09 0:18 Jory Pratt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b92819d62e12a4fe0e30ef79db077da385c2de77.anarchy@gentoo \
--to=anarchy@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox