Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cygwin/
Date: Sun, 25 Nov 2018 15:27:17
Message-Id: 1543159447.9fadc7d8ea7625749b9e53729ee33a477db4068e.slyfox@gentoo
1 commit: 9fadc7d8ea7625749b9e53729ee33a477db4068e
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 25 15:24:07 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 25 15:24:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fadc7d8
7
8 dev-libs/cygwin: drop prepstrip(), bug #587290
9
10 This disables all stripping in cygwin. As PMS does
11 not provide an alternative just drop stripping for now.
12
13 Reported-by: Michał Górny
14 Closes: https://bugs.gentoo.org/587290
15 Package-Manager: Portage-2.3.52, Repoman-2.3.12
16 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
17
18 dev-libs/cygwin/cygwin-1.5.25.15.ebuild | 3 +--
19 1 file changed, 1 insertion(+), 2 deletions(-)
20
21 diff --git a/dev-libs/cygwin/cygwin-1.5.25.15.ebuild b/dev-libs/cygwin/cygwin-1.5.25.15.ebuild
22 index 876ce11981b..433361029fd 100644
23 --- a/dev-libs/cygwin/cygwin-1.5.25.15.ebuild
24 +++ b/dev-libs/cygwin/cygwin-1.5.25.15.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Foundation
27 +# Copyright 1999-2018 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=0
31 @@ -88,6 +88,5 @@ src_install() {
32 else
33 cd "${WORKDIR}"/build
34 emake install DESTDIR="${D}" || die
35 - env -uRESTRICT CHOST=${CTARGET} prepallstrip
36 fi
37 }