Skip to content

Commit

Permalink
dev-util/w32api: drop prepstrip(), bug #587294
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Nov 25, 2018
1 parent f7b00dd commit b8167b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions dev-util/w32api/w32api-3.17.2.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions dev-util/w32api/w32api-4.0.3.1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b8167b6

Please sign in to comment.