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: dev-libs/jemalloc/
Date: Mon, 28 May 2018 06:52:38 +0000 (UTC)	[thread overview]
Message-ID: <1527490323.b417d21bd4f80a420f046bb5abd40258fc1a7c63.anarchy@gentoo> (raw)

commit:     b417d21bd4f80a420f046bb5abd40258fc1a7c63
Author:     Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 06:52:03 2018 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Mon May 28 06:52:03 2018 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=b417d21b

dev-libs/jemalloc: Bug 610056, prefix fix

 dev-libs/jemalloc/Manifest              | 4 ++--
 dev-libs/jemalloc/jemalloc-4.5.0.ebuild | 2 +-
 dev-libs/jemalloc/jemalloc-5.0.1.ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/jemalloc/Manifest b/dev-libs/jemalloc/Manifest
index 90014ea..f747e52 100644
--- a/dev-libs/jemalloc/Manifest
+++ b/dev-libs/jemalloc/Manifest
@@ -1,2 +1,2 @@
-DIST jemalloc-4.5.0.tar.bz2 449992 SHA256 9409d85664b4f135b77518b0b118c549009dc10f6cba14557d170476611f6780 SHA512 76953363fe1007952232220afa1a91da4c1c33c02369b5ad239d8dd1d0792141197c15e8489a8f4cd301b08494e65cadd8ecd34d025cb0285700dd78d7248821 WHIRLPOOL 33dc51258d6d27942b656fc355cdde24becf0cd50a507375dd51b2fa6c55a6444ff21bcdae0ebe4fae8d2e95fa31989f5cf8bd435a7a59385ebb225a0a4441fe
-DIST jemalloc-5.0.1.tar.bz2 499300 SHA256 4814781d395b0ef093b21a08e8e6e0bd3dab8762f9935bbfb71679b0dea7c3e9 SHA512 8cb5957a5724eb2bbad120cf0028ea8b2b14b4a416c1751b7c967351a7fd51135058ea0d3c4dc1d127c86f3aa7e9fd5ef101857110aabfdb7789427791c432c3 WHIRLPOOL 7bbaa407b1e403ef3bb5ecf6289dcf7f3cc9e31d8077d6e9b10e434e8f02e8e8c45ec890b67bcf39f8b7419ffcae893b4aa256f1a05750b196fcfbfadbd8696a
+DIST jemalloc-4.5.0.tar.bz2 449992 BLAKE2B 6141c71f7f5f9cee91a59eeed9c69b0a69b3cc39666aa608445073c11ee3ca9b4777a851c5cb5adac80d42bfbf10a6726e5dc1340ffe85ea1ee884d87c7865da SHA512 76953363fe1007952232220afa1a91da4c1c33c02369b5ad239d8dd1d0792141197c15e8489a8f4cd301b08494e65cadd8ecd34d025cb0285700dd78d7248821
+DIST jemalloc-5.0.1.tar.bz2 499300 BLAKE2B 551933fcd93315968cbf89bfadc40313717ff216141af8a131f2333d10090438ddf36fbfdc0ee831cbec6f930ae15aa9cfaafae72ed4f38dd97b00712ca918e8 SHA512 8cb5957a5724eb2bbad120cf0028ea8b2b14b4a416c1751b7c967351a7fd51135058ea0d3c4dc1d127c86f3aa7e9fd5ef101857110aabfdb7789427791c432c3

diff --git a/dev-libs/jemalloc/jemalloc-4.5.0.ebuild b/dev-libs/jemalloc/jemalloc-4.5.0.ebuild
index 9b1c134..5f4c738 100644
--- a/dev-libs/jemalloc/jemalloc-4.5.0.ebuild
+++ b/dev-libs/jemalloc/jemalloc-4.5.0.ebuild
@@ -53,7 +53,7 @@ multilib_src_install_all() {
 		# fixup install_name, #437362
 		install_name_tool \
 			-id "${EPREFIX}"/usr/$(get_libdir)/libjemalloc.1.dylib \
-			"${ED}"/usr/$(get_libdir)/libjemalloc.1.dylib || die
+			"${ED}"/usr/$(get_libdir)/libjemalloc.2.dylib || die
 	fi
 	use static-libs || find "${ED}" -name '*.a' -delete
 }

diff --git a/dev-libs/jemalloc/jemalloc-5.0.1.ebuild b/dev-libs/jemalloc/jemalloc-5.0.1.ebuild
index a2253d7..c727d41 100644
--- a/dev-libs/jemalloc/jemalloc-5.0.1.ebuild
+++ b/dev-libs/jemalloc/jemalloc-5.0.1.ebuild
@@ -53,7 +53,7 @@ multilib_src_install_all() {
 		# fixup install_name, #437362
 		install_name_tool \
 			-id "${EPREFIX}"/usr/$(get_libdir)/libjemalloc.1.dylib \
-			"${ED}"/usr/$(get_libdir)/libjemalloc.1.dylib || die
+			"${ED}"/usr/$(get_libdir)/libjemalloc.2.dylib || die
 	fi
 	use static-libs || find "${ED}" -name '*.a' -delete
 }


             reply	other threads:[~2018-05-28  6:52 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-28  6:52 Jory Pratt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-05-29 14:54 [gentoo-commits] proj/mozilla:master commit in: dev-libs/jemalloc/ Ian Stakenvicius
2016-12-14  0:35 Jory Pratt
2016-12-13 18:15 Jory Pratt
2016-07-17  8:11 Jory Pratt
2016-07-09  3:25 Ian Stakenvicius
2015-11-28 16:24 Jory Pratt
2015-11-02 18:01 Jory Pratt
2014-05-19 13:40 Jory Pratt
2014-03-10 16:29 Ian Stakenvicius
2013-09-24 22:55 Jory Pratt
2013-08-22 13:56 Jory Pratt
2013-03-14  3:10 Jory Pratt
2013-01-26  0:19 Jory Pratt
2012-11-25 12:38 Jory Pratt
2012-10-21 19:45 Jory Pratt
2012-10-21 19:10 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=1527490323.b417d21bd4f80a420f046bb5abd40258fc1a7c63.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