diff options
Diffstat (limited to 'sys-devel/gcc/gcc-4.0.2-r3.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.0.2-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-4.0.2-r3.ebuild b/sys-devel/gcc/gcc-4.0.2-r3.ebuild index 97af6ce..da1221a 100644 --- a/sys-devel/gcc/gcc-4.0.2-r3.ebuild +++ b/sys-devel/gcc/gcc-4.0.2-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.0.2-r3.ebuild,v 1.20 2006/12/30 11:33:36 vapier dead $ -EAPI="2" +EAPI="5" PATCH_VER="1.6" PATCH_GCC_VER="4.0.2" @@ -18,8 +18,8 @@ RDEPEND="" DEPEND="${RDEPEND} >=${CATEGORY}/binutils-2.15.94" -src_unpack() { - toolchain_src_unpack +src_prepare() { + toolchain_src_prepare use vanilla && return 0 |