From: "Jory Pratt" <anarchy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/mozilla:master commit in: dev-libs/nspr/
Date: Fri, 30 Mar 2012 13:29:19 +0000 (UTC) [thread overview]
Message-ID: <1333114067.8c55aa01923d9eb41e68bc98d49d95bd29a362fc.anarchy@gentoo> (raw)
commit: 8c55aa01923d9eb41e68bc98d49d95bd29a362fc
Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 13:27:47 2012 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 13:27:47 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=8c55aa01
Fix bug #406529
---
dev-libs/nspr/Manifest | 2 +-
dev-libs/nspr/nspr-4.9.ebuild | 6 +-----
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/dev-libs/nspr/Manifest b/dev-libs/nspr/Manifest
index 0a864a6..1cd5f08 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 RMD160 eb565bc36822129e05f2fa45aaa
AUX nspr-4.8.9-link-flags.patch 995 RMD160 68a140db428f707f9f8295757c55f343e0f774e3 SHA1 8885af906cd5d21d0d678b42e51b667568fb449a SHA256 f986c69ff6250f54eb291339ab5503e73cc5cc68af4c3c3ed5a25812bf47b610
AUX nspr-4.9-pkgconfig-gentoo.patch 3710 RMD160 c25988e23698df566f69618989eb864dd8bd8848 SHA1 c10e52de61057047a53d8a45f56e7ad901014b57 SHA256 1483506296818ffffbb292d28d336d37147154e5e3db35e7e07d37bb728e2253
DIST nspr-4.9.tar.gz 1218528 RMD160 35298a4752aa657196b9d2f41ad46f1bef7e22a2 SHA1 57a6bb09ccb90d14303c3d9a6ec2592d8a5c0752 SHA256 ecc632bc578c125650999776673eeff952096afa6d151f6d91f6c3a93e1e716a
-EBUILD nspr-4.9.ebuild 3450 RMD160 53a7c2f1b09133bff35d0ad6a03584fdbcdc56b9 SHA1 efd3b8b30f1fb4b86b3595d90b2ba8ce176ebb59 SHA256 296b7bf54a755d2be43ea1a78eeeb6c631ea1e49153e4892aba02ad8982eacfb
+EBUILD nspr-4.9.ebuild 3425 RMD160 d2e831b3d3b5734d65d704c9a560a075de2c9d00 SHA1 3dccaff2539a192821e8f574ab5e718594d6656f SHA256 b1408f5fb1685020d8c61c422af54c8816b1a4589b0cd7219244d3cbcf1ad72d
diff --git a/dev-libs/nspr/nspr-4.9.ebuild b/dev-libs/nspr/nspr-4.9.ebuild
index 5fa4b39..74d228d 100644
--- a/dev-libs/nspr/nspr-4.9.ebuild
+++ b/dev-libs/nspr/nspr-4.9.ebuild
@@ -18,10 +18,6 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="debug"
-src_setup() {
- export LC_ALL="C"
-}
-
src_prepare() {
mkdir build inst
epatch "${FILESDIR}"/${PN}-4.8-config.patch
@@ -62,7 +58,7 @@ src_configure() {
myconf="${myconf} --libdir=${EPREFIX}/usr/$(get_libdir)"
- ECONF_SOURCE="../mozilla/nsprpub" econf \
+ LC_ALL="C" ECONF_SOURCE="../mozilla/nsprpub" econf \
$(use_enable debug) \
$(use_enable !debug optimize) \
${myconf} || die "econf failed"
next reply other threads:[~2012-03-30 13:29 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-30 13:29 Jory Pratt [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-05-07 15:26 [gentoo-commits] proj/mozilla:master commit in: dev-libs/nspr/ Jory Pratt
2012-07-21 2:42 Jory Pratt
2012-07-31 3:18 Jory Pratt
2012-11-25 12:40 Jory Pratt
2013-03-14 3:12 Jory Pratt
2013-03-24 20:11 Jory Pratt
2013-09-27 1:48 Jory Pratt
2013-11-18 9:15 Lars Wendler
2014-06-12 20:30 Ian Stakenvicius
2014-06-13 14:04 Ian Stakenvicius
2015-12-07 7:17 Lars Wendler
2017-09-21 22:28 Lars Wendler
2018-01-20 10:06 Lars Wendler
2018-03-07 13:00 Lars Wendler
2019-03-20 18:50 Jory Pratt
2019-08-23 21:40 Lars Wendler
2019-12-04 18:03 Jory Pratt
2020-02-05 1:15 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=1333114067.8c55aa01923d9eb41e68bc98d49d95bd29a362fc.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