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>
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=0
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
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
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