From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3540138334 for ; Sat, 27 Apr 2019 22:22:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9066E08BE; Sat, 27 Apr 2019 22:22:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADC4DE08BE for ; Sat, 27 Apr 2019 22:22:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC7B7342A5E for ; Sat, 27 Apr 2019 22:22:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52FC7326 for ; Sat, 27 Apr 2019 22:22:50 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1556403702.13707ecec863a80aaa821d8650c1ef71faeb1714.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: dev-libs/nss/ X-VCS-Repository: proj/mozilla X-VCS-Files: dev-libs/nss/nss-3.43.ebuild X-VCS-Directories: dev-libs/nss/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 13707ecec863a80aaa821d8650c1ef71faeb1714 X-VCS-Branch: master Date: Sat, 27 Apr 2019 22:22:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9fefb3ba-e613-402b-9678-9d29540e6831 X-Archives-Hash: ad3b56369ab4f817f4b2f57a9c99e333 commit: 13707ecec863a80aaa821d8650c1ef71faeb1714 Author: Jory Pratt gentoo org> AuthorDate: Sat Apr 27 22:21:42 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sat Apr 27 22:21:42 2019 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=13707ece dev-libs/nss: ensure we install shlibsign, breakage from last commit Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Jory Pratt gentoo.org> dev-libs/nss/nss-3.43.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-libs/nss/nss-3.43.ebuild b/dev-libs/nss/nss-3.43.ebuild index c042193..8e716b1 100644 --- a/dev-libs/nss/nss-3.43.ebuild +++ b/dev-libs/nss/nss-3.43.ebuild @@ -285,6 +285,14 @@ multilib_src_install() { # Always enabled because we need it for chk generation. nssutils=( shlibsign ) + if multilib_is_native_abi ; then + pushd dist/*/bin >/dev/null || die + for f in ${nssutils[@]}; do + dobin ${f} + done + popd >/dev/null || die + fi + # Prelink breaks the CHK files. We don't have any reliable way to run # shlibsign after prelink. dodir /etc/prelink.conf.d