summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-10-23 23:34:13 -0400
committerMike Frysinger <vapier@gentoo.org>2014-10-23 23:34:13 -0400
commit4f0a756827edfc65991bda1c072cc6fff1bc9c70 (patch)
treea4033ecbdee870bfb8bcc3cc851441c03be04269
parentgcc: move snapshot warning messages to the eclass (diff)
downloadtoolchain-4f0a756827edfc65991bda1c072cc6fff1bc9c70.tar.gz
toolchain-4f0a756827edfc65991bda1c072cc6fff1bc9c70.tar.bz2
toolchain-4f0a756827edfc65991bda1c072cc6fff1bc9c70.zip
gcc: drop ugly /root hack
-rw-r--r--sys-devel/gcc/gcc-4.0.0.ebuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys-devel/gcc/gcc-4.0.0.ebuild b/sys-devel/gcc/gcc-4.0.0.ebuild
index 079d64c..bc25ea8 100644
--- a/sys-devel/gcc/gcc-4.0.0.ebuild
+++ b/sys-devel/gcc/gcc-4.0.0.ebuild
@@ -14,15 +14,6 @@ RDEPEND=""
DEPEND="${RDEPEND}
>=sys-devel/binutils-2.15.97"
-src_unpack() {
- toolchain_src_unpack
- cd "${S}"
- [[ ! -e /root/gcc4/list ]] && return 0
- for x in $(</root/gcc4/list) ; do
- [[ -f /root/gcc4/${x} ]] && epatch "/root/gcc4/${x}"
- done
-}
-
pkg_postinst() {
toolchain_pkg_postinst