Skip to content

Commit

Permalink
dev-util/mingw64-runtime: drop prepstrip(), bug #587292
Browse files Browse the repository at this point in the history
This disables all stripping in mingw64-runtime. As PMS does
not provide an alternative just drop stripping for now.

Reported-by: Michał Górny
Closes: https://bugs.gentoo.org/587292
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 9fadc7d commit f7b00dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions dev-util/mingw64-runtime/mingw64-runtime-5.0.4.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=6
Expand Down Expand Up @@ -103,6 +103,5 @@ src_install() {
dosym usr/include /usr/${CTARGET}/sys-include
fi

env -uRESTRICT CHOST=${CTARGET} prepallstrip
rm -rf "${ED}/usr/share"
}
1 change: 0 additions & 1 deletion dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,5 @@ src_install() {
dosym usr/include /usr/${CTARGET}/sys-include
fi

env -uRESTRICT CHOST=${CTARGET} prepallstrip
rm -rf "${ED}/usr/share"
}

0 comments on commit f7b00dd

Please sign in to comment.