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 0A455139694 for ; Wed, 31 May 2017 18:01:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54E7221C0B2; Wed, 31 May 2017 18:01:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 323BB21C0B2 for ; Wed, 31 May 2017 18:01:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0E7733416E8 for ; Wed, 31 May 2017 18:01:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB1027463 for ; Wed, 31 May 2017 18:01:13 +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: <1496253667.14be863c1712ca45a93db95f9d873cfcf2f19332.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/kodi/kodi-17.3.ebuild media-tv/kodi/kodi-9999.ebuild X-VCS-Directories: media-tv/kodi/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 14be863c1712ca45a93db95f9d873cfcf2f19332 X-VCS-Branch: master Date: Wed, 31 May 2017 18:01:13 +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-Archives-Salt: 81d7cbaf-09a5-48bc-98e1-5352b31f5be8 X-Archives-Hash: 94f00e95c6ed8ed32e20b5f8e1e45b03 commit: 14be863c1712ca45a93db95f9d873cfcf2f19332 Author: Jory A. Pratt gentoo org> AuthorDate: Wed May 31 18:00:19 2017 +0000 Commit: Jory Pratt gentoo org> CommitDate: Wed May 31 18:01:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14be863c media-tv/kodi: disable MPROTECT to prevent segfault in bundled libffi Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-tv/kodi/kodi-17.3.ebuild | 2 +- media-tv/kodi/kodi-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-tv/kodi/kodi-17.3.ebuild b/media-tv/kodi/kodi-17.3.ebuild index 160ad03b2af..695aeef5fa3 100644 --- a/media-tv/kodi/kodi-17.3.ebuild +++ b/media-tv/kodi/kodi-17.3.ebuild @@ -254,7 +254,7 @@ src_compile() { src_install() { cmake-utils_src_install - pax-mark E "${ED%/}"/usr/$(get_libdir)/${PN}/${PN}.bin + pax-mark Em "${ED%/}"/usr/$(get_libdir)/${PN}/${PN}.bin rm "${ED%/}"/usr/share/doc/*/{LICENSE.GPL,copying.txt}* || die diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index 003395603b1..b9748b0b818 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -252,7 +252,7 @@ src_compile() { src_install() { cmake-utils_src_install - pax-mark E "${ED%/}"/usr/$(get_libdir)/${PN}/${PN}.bin + pax-mark Em "${ED%/}"/usr/$(get_libdir)/${PN}/${PN}.bin rm "${ED%/}"/usr/share/doc/*/{LICENSE.GPL,copying.txt}* || die