From b8167b610b88cda6366b3d1e19bfc398cc34abfb Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 25 Nov 2018 15:26:36 +0000 Subject: [PATCH] dev-util/w32api: drop prepstrip(), bug #587294 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This disables all stripping in w32api. As PMS does not provide an alternative just drop stripping for now. Reported-by: Michał Górny Closes: https://bugs.gentoo.org/587294 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich --- dev-util/w32api/w32api-3.17.2.ebuild | 3 +-- dev-util/w32api/w32api-4.0.3.1.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-util/w32api/w32api-3.17.2.ebuild b/dev-util/w32api/w32api-3.17.2.ebuild index 02fce8e4df78..61232887fb74 100644 --- a/dev-util/w32api/w32api-3.17.2.ebuild +++ b/dev-util/w32api/w32api-3.17.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -56,7 +56,6 @@ src_install() { doins -r include/* || die else emake install DESTDIR="${D}" || die - env -uRESTRICT CHOST=${CTARGET} prepallstrip dodoc CONTRIBUTIONS ChangeLog README.w32api TODO # Make sure diff cross-compilers don't collide #414075 diff --git a/dev-util/w32api/w32api-4.0.3.1.ebuild b/dev-util/w32api/w32api-4.0.3.1.ebuild index 26a1f1cb5bf2..b3d1c3c93af2 100644 --- a/dev-util/w32api/w32api-4.0.3.1.ebuild +++ b/dev-util/w32api/w32api-4.0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -59,7 +59,6 @@ src_install() { doins -r include/* else emake -j1 install DESTDIR="${D}" - env -uRESTRICT CHOST=${CTARGET} prepallstrip # Make sure diff cross-compilers don't collide #414075 mv "${D}"/usr/share/doc/{${PF},${CTARGET}-${PF}} || die -- 2.26.2