Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-devel/gcc/
Date: Fri, 07 Jun 2019 12:37:18
Message-Id: 1559911012.97200c5ec7c405b10008220914f4293802019ce7.haubi@gentoo
1 commit: 97200c5ec7c405b10008220914f4293802019ce7
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 7 12:35:28 2019 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 7 12:36:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=97200c5e
7
8 sys-devel/gcc: kill a leftover cygwin patch
9
10 It turns out that cygport does not fail on already applied patches,
11 so it was gone unnoticed that the patch is obsolete.
12
13 Package-Manager: Portage-2.3.66, Repoman-2.3.11
14 Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
15
16 sys-devel/gcc/gcc-8.3.0.ebuild | 4 ++++
17 1 file changed, 4 insertions(+)
18
19 diff --git a/sys-devel/gcc/gcc-8.3.0.ebuild b/sys-devel/gcc/gcc-8.3.0.ebuild
20 index 259fa644cd..9fd18b937f 100644
21 --- a/sys-devel/gcc/gcc-8.3.0.ebuild
22 +++ b/sys-devel/gcc/gcc-8.3.0.ebuild
23 @@ -22,6 +22,10 @@ if [[ ${CATEGORY} != cross-* ]] ; then
24 fi
25
26 src_prepare() {
27 + if use elibc_Cygwin; then
28 + sed -e '/0001-share-mingw-fset-stack-executable-with-cygwin.patch/d' \
29 + -i "${WORKDIR}/gcc-${CYGWINPORTS_GITREV}/gcc.cygport" || die
30 + fi
31 toolchain_src_prepare
32
33 use vanilla && return 0