diff options
Diffstat (limited to 'sys-devel/gcc/gcc-4.1.0-r1.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-4.1.0-r1.ebuild b/sys-devel/gcc/gcc-4.1.0-r1.ebuild index 83ab6d0..03a07e8 100644 --- a/sys-devel/gcc/gcc-4.1.0-r1.ebuild +++ b/sys-devel/gcc/gcc-4.1.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=8 PATCH_VER="1.8" UCLIBC_VER="1.1" @@ -20,5 +20,5 @@ src_prepare() { use vanilla && return 0 # Fix cross-compiling - epatch "${FILESDIR}"/4.1.0/gcc-4.1.0-cross-compile.patch + eapply "${FILESDIR}"/4.1.0/gcc-4.1.0-cross-compile.patch } |