summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-11-25 15:26:36 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2018-11-25 15:26:36 +0000
commitb8167b610b88cda6366b3d1e19bfc398cc34abfb (patch)
tree224759f325e3730f13013b087a5c64c3784f0dcc /dev-util/w32api/w32api-4.0.3.1.ebuild
parentdev-util/mingw64-runtime: drop prepstrip(), bug #587292 (diff)
downloadgentoo-b8167b610b88cda6366b3d1e19bfc398cc34abfb.tar.gz
gentoo-b8167b610b88cda6366b3d1e19bfc398cc34abfb.tar.bz2
gentoo-b8167b610b88cda6366b3d1e19bfc398cc34abfb.zip
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@gentoo.org>
Diffstat (limited to 'dev-util/w32api/w32api-4.0.3.1.ebuild')
-rw-r--r--dev-util/w32api/w32api-4.0.3.1.ebuild3
1 files changed, 1 insertions, 2 deletions
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