summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/gcc/gcc-4.7.1.ebuild')
-rw-r--r--sys-devel/gcc/gcc-4.7.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-4.7.1.ebuild b/sys-devel/gcc/gcc-4.7.1.ebuild
index 40747e8..5c035a9 100644
--- a/sys-devel/gcc/gcc-4.7.1.ebuild
+++ b/sys-devel/gcc/gcc-4.7.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
PATCH_VER="1.5"
UCLIBC_VER="1.0"
-inherit toolchain
+inherit toolchain-legacy
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
@@ -29,5 +29,5 @@ src_prepare() {
# drop the x32 stuff in the next patchset #543578
EPATCH_EXCLUDE+=" 90_all_gcc-4.7-x32.patch"
- toolchain_src_prepare
+ toolchain-legacy_src_prepare
}