diff options
Diffstat (limited to 'sys-devel/gcc/gcc-4.1.1-r3.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.1.1-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-4.1.1-r3.ebuild b/sys-devel/gcc/gcc-4.1.1-r3.ebuild index 3894a86..cd0810a 100644 --- a/sys-devel/gcc/gcc-4.1.1-r3.ebuild +++ b/sys-devel/gcc/gcc-4.1.1-r3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/Attic/gcc-4.1.1-r3.ebuild,v 1.17 2008/04/18 18:47:51 vapier dead $ -EAPI="2" +EAPI="5" PATCH_VER="1.10" UCLIBC_VER="1.1" @@ -17,8 +17,8 @@ DEPEND="${RDEPEND} ppc64? ( >=${CATEGORY}/binutils-2.17 ) >=${CATEGORY}/binutils-2.15.94" -src_unpack() { - toolchain_src_unpack +src_prepare() { + toolchain_src_prepare use vanilla && return 0 |