commit: b8167b610b88cda6366b3d1e19bfc398cc34abfb Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Nov 25 15:26:36 2018 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Nov 25 15:26:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8167b61
dev-util/w32api: drop prepstrip(), bug #587294 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 <slyfox <AT> gentoo.org> 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 02fce8e4df7..61232887fb7 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 26a1f1cb5bf..b3d1c3c93af 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
