commit:     a0b6b1502d98142ebce05ac6c81609b436e1b0b8
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 19:47:39 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 19:47:39 2019 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=a0b6b150

sys-devel/gcc: migrate to eapply

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 sys-devel/gcc/gcc-8.3.0-r1.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/sys-devel/gcc/gcc-8.3.0-r1.ebuild 
b/sys-devel/gcc/gcc-8.3.0-r1.ebuild
index 1cf74d8..313196d 100644
--- a/sys-devel/gcc/gcc-8.3.0-r1.ebuild
+++ b/sys-devel/gcc/gcc-8.3.0-r1.ebuild
@@ -22,8 +22,10 @@ src_prepare() {
        toolchain_src_prepare
 
        if use elibc_musl || [[ ${CATEGORY} = cross-*-musl* ]]; then
-               epatch "${FILESDIR}"/6.3.0/cpu_indicator.patch
-               epatch "${FILESDIR}"/7.1.0/posix_memalign.patch
-               epatch "${FILESDIR}"/8.3.0/gcc-pure64.patch
+               eapply "${FILESDIR}"/6.3.0/cpu_indicator.patch
+               eapply "${FILESDIR}"/7.1.0/posix_memalign.patch
+               eapply "${FILESDIR}"/8.3.0/gcc-pure64.patch
        fi
+
+       eapply_user
 }

Reply via email to