dev-util/w32api: drop prepstrip(), bug #587294
authorSergei Trofimovich <slyfox@gentoo.org>
Sun, 25 Nov 2018 15:26:36 +0000 (15:26 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 25 Nov 2018 15:26:36 +0000 (15:26 +0000)
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@gentoo.org>
dev-util/w32api/w32api-3.17.2.ebuild
dev-util/w32api/w32api-4.0.3.1.ebuild

index 02fce8e4df783ff95e6dc49694fc1ce4716c9d5c..61232887fb745b487d1a6b414784ecd303755b47 100644 (file)
@@ -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
index 26a1f1cb5bf2497e714c09a35ceab7b4b457dffa..b3d1c3c93af2bbbe3797fc5d2d6cbf0a1d97964d 100644 (file)
@@ -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