Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: sys-devel/gcc/
Date: Sat, 13 Apr 2019 19:47:50
Message-Id: 1555184859.a0b6b1502d98142ebce05ac6c81609b436e1b0b8.blueness@gentoo
1 commit: a0b6b1502d98142ebce05ac6c81609b436e1b0b8
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 13 19:47:39 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 13 19:47:39 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=a0b6b150
7
8 sys-devel/gcc: migrate to eapply
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 sys-devel/gcc/gcc-8.3.0-r1.ebuild | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-devel/gcc/gcc-8.3.0-r1.ebuild b/sys-devel/gcc/gcc-8.3.0-r1.ebuild
17 index 1cf74d8..313196d 100644
18 --- a/sys-devel/gcc/gcc-8.3.0-r1.ebuild
19 +++ b/sys-devel/gcc/gcc-8.3.0-r1.ebuild
20 @@ -22,8 +22,10 @@ src_prepare() {
21 toolchain_src_prepare
22
23 if use elibc_musl || [[ ${CATEGORY} = cross-*-musl* ]]; then
24 - epatch "${FILESDIR}"/6.3.0/cpu_indicator.patch
25 - epatch "${FILESDIR}"/7.1.0/posix_memalign.patch
26 - epatch "${FILESDIR}"/8.3.0/gcc-pure64.patch
27 + eapply "${FILESDIR}"/6.3.0/cpu_indicator.patch
28 + eapply "${FILESDIR}"/7.1.0/posix_memalign.patch
29 + eapply "${FILESDIR}"/8.3.0/gcc-pure64.patch
30 fi
31 +
32 + eapply_user
33 }