commit: 9fadc7d8ea7625749b9e53729ee33a477db4068e Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Nov 25 15:24:07 2018 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Nov 25 15:24:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fadc7d8
dev-libs/cygwin: drop prepstrip(), bug #587290 This disables all stripping in cygwin. As PMS does not provide an alternative just drop stripping for now. Reported-by: Michał Górny Closes: https://bugs.gentoo.org/587290 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-libs/cygwin/cygwin-1.5.25.15.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-libs/cygwin/cygwin-1.5.25.15.ebuild b/dev-libs/cygwin/cygwin-1.5.25.15.ebuild index 876ce11981b..433361029fd 100644 --- a/dev-libs/cygwin/cygwin-1.5.25.15.ebuild +++ b/dev-libs/cygwin/cygwin-1.5.25.15.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 @@ -88,6 +88,5 @@ src_install() { else cd "${WORKDIR}"/build emake install DESTDIR="${D}" || die - env -uRESTRICT CHOST=${CTARGET} prepallstrip fi }
