From: "Jory Pratt" <anarchy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/mozilla:master commit in: dev-libs/nspr/
Date: Sat, 21 Jul 2012 02:42:01 +0000 (UTC) [thread overview]
Message-ID: <1342838469.f9c30077b2e25d61d29769d62e7c2279f7ffc577.anarchy@gentoo> (raw)
commit: f9c30077b2e25d61d29769d62e7c2279f7ffc577
Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 21 02:41:09 2012 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sat Jul 21 02:41:09 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=f9c30077
minor cleanup of code in nspr
---
dev-libs/nspr/Manifest | 2 +-
dev-libs/nspr/nspr-4.9.1-r3.ebuild | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-libs/nspr/Manifest b/dev-libs/nspr/Manifest
index fe12f1d..33655e8 100644
--- a/dev-libs/nspr/Manifest
+++ b/dev-libs/nspr/Manifest
@@ -10,4 +10,4 @@ AUX nspr-4.8.4-darwin-install_name.patch 1102 SHA256 ca17efc9a60f4372b5da9c29ddf
AUX nspr-4.8.9-link-flags.patch 995 SHA256 f986c69ff6250f54eb291339ab5503e73cc5cc68af4c3c3ed5a25812bf47b610 SHA512 3c20019b5a378bc0cec1925c2324fc1b72bd1427e9262065952632c406bc6a8f9303fc55aabad472713f5e8656973db5c503dd9072ea01283a6f671dcd26b049 WHIRLPOOL 695310cfd54140b2c333f0b6556d8c049441b246a006cc885d2149a6d73d8d6223964d47d5af87c949ab2693fd320c4ecf67fd120b09862972a39df0cc00c7ca
AUX nspr-4.9.1-x32_v0.2.patch 2348 SHA256 2adf3138542bbb497776cb4349f87e093085f3ffec9b4b9845f18bd9dabbb648 SHA512 019e627936cfc644b472af82cf60a253e795574e5762f5464f7dff536fbbe471a576b791c5abf737aa2f91515865c7e9c0b936c59bd3753195257df0d43eb09c WHIRLPOOL 03a07fce0adfae840ab3d330d705eebbc114b3dfb28cbcbf6b2b15b20da3e4000e8a28284fb75275baecb876b2b3e3ba70fc6e1147b112c167e9f2f1bfc76b93
DIST nspr-4.9.1.tar.gz 1172951 SHA256 5b696b80a3254aa0e5c7f0614b6bb9b14c483df46af66c792993e3d853568d17 SHA512 b7613eb5f97d9d8d0254d454fb516a672664fbf46b34eb03cc51a9b3af11d8cbdc117691c068f8e64a8255aadfd28b2814eda53edcd97a643b26b94b5adec341 WHIRLPOOL 9df74a88ea050d0fb2ff8f8a38d703c2bd77f6ecc4c5e6fe09c240bf9f99266ba56083aed566ea2e0a1df7afdb090861dbe6b45725906af5979242f9b2a82161
-EBUILD nspr-4.9.1-r3.ebuild 3697 SHA256 f5b8bfb9f1be78d004755ed1302f8996df15c0fd13ac62095b13b78aa0e942c0 SHA512 cea9bba36807ec7d88a6faf83db985177db27ed11a00940e1a1058ce1101e1600aca7b8c58ea593ad6c6d2ca0d256b4bea008f6084525545037685089a19c2d9 WHIRLPOOL 5989ba5eb442609530572d3ed71a109edef08819c2b9868e4fc2a167e1d42b2d9e7052c91f20c784baed379cb30490a6a0bdf001a3eb3e17cced308e92b71416
+EBUILD nspr-4.9.1-r3.ebuild 3658 SHA256 b7ab8a3619369edc5a672ffcf9b5d8ac4286a30ac22f669f7511f2d55b8f1a1b SHA512 6b46a01ced10230a6a91dde3f17d78342cba0097cb6ed556b66e7746d8e8566ee7902ea0055396e708b6da4bae868cb3c1f1bab162e64402e49ac50a17f5693d WHIRLPOOL d1eb961d672ca0efe0be3c7bade8affa511785968748385fec4ef49a7ea98ac62dc00be00811ff6a20671a07a04abb2d65ea00bb393e9c9cbb1a790aa3ff4e62
diff --git a/dev-libs/nspr/nspr-4.9.1-r3.ebuild b/dev-libs/nspr/nspr-4.9.1-r3.ebuild
index fabd0ac..3d4e3ca 100644
--- a/dev-libs/nspr/nspr-4.9.1-r3.ebuild
+++ b/dev-libs/nspr/nspr-4.9.1-r3.ebuild
@@ -51,8 +51,7 @@ src_configure() {
echo > "${T}"/test.c
$(tc-getCC) -c "${T}"/test.c -o "${T}"/test.o
case $(file "${T}"/test.o) in
- *32-bit*x86-64*) myconf="${myconf} --enable-64bit";;
- *64-bit*|*ppc64*|*x86_64*) myconf="${myconf} --enable-64bit";;
+ *32-bit*x86-64*|*64-bit*|*ppc64*|*x86_64*) myconf="${myconf} --enable-64bit";;
*32-bit*|*ppc*|*i386*) ;;
*) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";;
esac
next reply other threads:[~2012-07-21 2:42 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-21 2:42 Jory Pratt [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-02-05 1:15 [gentoo-commits] proj/mozilla:master commit in: dev-libs/nspr/ Jory Pratt
2019-12-04 18:03 Jory Pratt
2019-08-23 21:40 Lars Wendler
2019-03-20 18:50 Jory Pratt
2018-03-07 13:00 Lars Wendler
2018-01-20 10:06 Lars Wendler
2017-09-21 22:28 Lars Wendler
2015-12-07 7:17 Lars Wendler
2014-06-13 14:04 Ian Stakenvicius
2014-06-12 20:30 Ian Stakenvicius
2013-11-18 9:15 Lars Wendler
2013-09-27 1:48 Jory Pratt
2013-03-24 20:11 Jory Pratt
2013-03-14 3:12 Jory Pratt
2012-11-25 12:40 Jory Pratt
2012-07-31 3:18 Jory Pratt
2012-05-07 15:26 Jory Pratt
2012-03-30 13:29 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=1342838469.f9c30077b2e25d61d29769d62e7c2279f7ffc577.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