public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jory Pratt" <anarchy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/mozilla:master commit in: net-libs/xulrunner/
Date: Mon,  9 May 2011 22:43:51 +0000 (UTC)	[thread overview]
Message-ID: <216b50b3890544506ba2fb97decc960a1d49418e.anarchy@gentoo> (raw)

commit:     216b50b3890544506ba2fb97decc960a1d49418e
Author:     Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 22:42:07 2011 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Mon May  9 22:42:07 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=216b50b3

rework yasm dep, addres avx breakage by filtering

---
 net-libs/xulrunner/Manifest               |    2 +-
 net-libs/xulrunner/xulrunner-2.0.1.ebuild |   11 +++++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/net-libs/xulrunner/Manifest b/net-libs/xulrunner/Manifest
index 69cf142..76cd591 100644
--- a/net-libs/xulrunner/Manifest
+++ b/net-libs/xulrunner/Manifest
@@ -1,4 +1,4 @@
 AUX xulrunner-default-prefs.js 709 RMD160 a4d062f75c17552545267ec3fe2f6b54073dafbd SHA1 580128e9edf8021fdbbca2c91abf63cb83bab2c7 SHA256 e6850b0a22f7d3889b49ec4a79a3c4d3d077edd98c8f0ffdc26e30bc70bb4b09
 DIST firefox-4.0.1.source.tar.bz2 65980273 RMD160 63faaae78b56db407a34454986361212382c838e SHA1 c89bc5106266aa0097a7be15be84555bd2649f03 SHA256 cf3a39877facc229a67760915341fe95095cca647faab3a7adcb70046105199c
 DIST xulrunner-2.0-patches-1.7.tar.bz2 64696 RMD160 8fc16a28f0de53c7109d5fc937e7eea66d1aae83 SHA1 3492ef5d0ec01a91d1e82a1a4ce1695f3db9d7a9 SHA256 16283e5a4c4a6d4aee1324d8354a01aee524df63662068b6fe2c1f66db8866df
-EBUILD xulrunner-2.0.1.ebuild 5545 RMD160 a26e7841c1d466c7b039331fc788000c54077f26 SHA1 4b0b2baef1efaa7ad135b6de43e74385c62586e6 SHA256 37bc8e5295981634a9dc872ddf82bfde6f5122f4bb87f06901cce276bab9eecb
+EBUILD xulrunner-2.0.1.ebuild 5726 RMD160 06bdb8f6029a81570adbbd6e5339be2563336c98 SHA1 f1f4cdbdb9422843faf8d35d0cc9379052156d56 SHA256 5a88c47c78008fd38fddacb7291b19ff0ab5314e147ba3e840dffa5fc4f0ded0

diff --git a/net-libs/xulrunner/xulrunner-2.0.1.ebuild b/net-libs/xulrunner/xulrunner-2.0.1.ebuild
index 7eb392e..3e5fe5c 100644
--- a/net-libs/xulrunner/xulrunner-2.0.1.ebuild
+++ b/net-libs/xulrunner/xulrunner-2.0.1.ebuild
@@ -28,6 +28,8 @@ REL_URI="http://releases.mozilla.org/pub/mozilla.org/firefox/releases"
 # More URIs appended below...
 SRC_URI="http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.bz2"
 
+ASM_DEPEND=">=dev-lang/yasm-1.1.0"
+
 RDEPEND="
 	>=sys-devel/binutils-2.16.1
 	>=dev-libs/nss-3.12.9
@@ -38,12 +40,14 @@ RDEPEND="
 	media-libs/libpng[apng]
 	system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete,unlock-notify,debug=] )
 	webm? ( media-libs/libvpx
-		media-libs/alsa-lib )
+		media-libs/alsa-lib
+		media-libs/mesa )
 	!www-plugins/weave"
 
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig
-	dev-lang/yasm"
+	amd64? ( ${ASM_DEPEND} )
+	x86? ( ${ASM_DEPEND} ) "
 
 if [[ ${PV} =~ alpha|beta ]]; then
 	# hg snapshot tarball
@@ -136,6 +140,9 @@ src_configure() {
 		append-flags -fno-stack-protector
 	fi
 
+	# Ensure we do not fail on i{3,5,7} processors that support -mavx
+	append-flags -mno-avx
+
 	####################################
 	#
 	#  Configure and build



             reply	other threads:[~2011-05-09 22:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-09 22:43 Jory Pratt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-04-10 16:46 [gentoo-commits] proj/mozilla:master commit in: net-libs/xulrunner/ Jory Pratt
2011-03-04  4:46 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=216b50b3890544506ba2fb97decc960a1d49418e.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