commit:     4f0a756827edfc65991bda1c072cc6fff1bc9c70
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 24 03:34:13 2014 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Oct 24 03:34:13 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/toolchain.git;a=commit;h=4f0a7568

gcc: drop ugly /root hack

---
 sys-devel/gcc/gcc-4.0.0.ebuild | 9 ---------
 1 file changed, 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
 

Reply via email to