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-3.17.2.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-3.17.2.ebuild')
-rw-r--r--dev-util/w32api/w32api-3.17.2.ebuild3
1 files changed, 1 insertions, 2 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