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-util/mingw64-runtime/
Date: Sun, 25 Nov 2018 15:27:17
Message-Id: 1543159525.f7b00dded36b68edd053e313ebe6036234a109d8.slyfox@gentoo
1 commit: f7b00dded36b68edd053e313ebe6036234a109d8
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 25 15:25:25 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 25 15:25:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b00dde
7
8 dev-util/mingw64-runtime: drop prepstrip(), bug #587292
9
10 This disables all stripping in mingw64-runtime. 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/587292
15 Package-Manager: Portage-2.3.52, Repoman-2.3.12
16 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
17
18 dev-util/mingw64-runtime/mingw64-runtime-5.0.4.ebuild | 3 +--
19 dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r1.ebuild | 1 -
20 2 files changed, 1 insertion(+), 3 deletions(-)
21
22 diff --git a/dev-util/mingw64-runtime/mingw64-runtime-5.0.4.ebuild b/dev-util/mingw64-runtime/mingw64-runtime-5.0.4.ebuild
23 index 25722876100..93965bb06d7 100644
24 --- a/dev-util/mingw64-runtime/mingw64-runtime-5.0.4.ebuild
25 +++ b/dev-util/mingw64-runtime/mingw64-runtime-5.0.4.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2018 Gentoo Foundation
28 +# Copyright 1999-2018 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=6
32 @@ -103,6 +103,5 @@ src_install() {
33 dosym usr/include /usr/${CTARGET}/sys-include
34 fi
35
36 - env -uRESTRICT CHOST=${CTARGET} prepallstrip
37 rm -rf "${ED}/usr/share"
38 }
39
40 diff --git a/dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r1.ebuild b/dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r1.ebuild
41 index 59982699b75..dbf9db4e858 100644
42 --- a/dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r1.ebuild
43 +++ b/dev-util/mingw64-runtime/mingw64-runtime-6.0.0-r1.ebuild
44 @@ -108,6 +108,5 @@ src_install() {
45 dosym usr/include /usr/${CTARGET}/sys-include
46 fi
47
48 - env -uRESTRICT CHOST=${CTARGET} prepallstrip
49 rm -rf "${ED}/usr/share"
50 }