diff options
author | 2004-07-06 21:57:00 +0000 | |
---|---|---|
committer | 2004-07-06 21:57:00 +0000 | |
commit | 06b6c67cec8c3828c8883e5123a51502837112bd (patch) | |
tree | b7b559848fd7dd9dde9c5d947adbef2d771a3898 /sys-devel/gcc | |
parent | Add new Version 0.9.3. (Manifest recommit) (diff) | |
download | gentoo-2-06b6c67cec8c3828c8883e5123a51502837112bd.tar.gz gentoo-2-06b6c67cec8c3828c8883e5123a51502837112bd.tar.bz2 gentoo-2-06b6c67cec8c3828c8883e5123a51502837112bd.zip |
changing reiser4 patch name
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/files/3.4.0/gcc34-reiser4-fix.patch (renamed from sys-devel/gcc/files/3.4.0/reiser4-why-do-you-hate-me.patch) | 0 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.0-r6.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.1.ebuild | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/gcc/files/3.4.0/reiser4-why-do-you-hate-me.patch b/sys-devel/gcc/files/3.4.0/gcc34-reiser4-fix.patch index f43be66b1677..f43be66b1677 100644 --- a/sys-devel/gcc/files/3.4.0/reiser4-why-do-you-hate-me.patch +++ b/sys-devel/gcc/files/3.4.0/gcc34-reiser4-fix.patch diff --git a/sys-devel/gcc/gcc-3.4.0-r6.ebuild b/sys-devel/gcc/gcc-3.4.0-r6.ebuild index e6c98b1d454c..2e1e4d4fb0b3 100644 --- a/sys-devel/gcc/gcc-3.4.0-r6.ebuild +++ b/sys-devel/gcc/gcc-3.4.0-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.0-r6.ebuild,v 1.15 2004/07/02 09:32:03 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.0-r6.ebuild,v 1.16 2004/07/06 21:57:00 lv Exp $ IUSE="static nls bootstrap java build X multilib gcj f77 objc hardened uclibc n32 n64" @@ -481,7 +481,7 @@ src_unpack() { epatch ${FILESDIR}/3.4.0/gcc34-ppc64-m32-m64-multilib-only.patch epatch ${FILESDIR}/3.4.0/gcc34-ia64-lib64.patch epatch ${FILESDIR}/3.4.0/gcc34-multi32-hack.patch - epatch ${FILESDIR}/3.4.0/reiser4-why-do-you-hate-me.patch + epatch ${FILESDIR}/3.4.0/gcc34-reiser4-fix.patch # Misdesign in libstdc++ (Redhat) cp -a ${S}/libstdc++-v3/config/cpu/i{4,3}86/atomicity.h diff --git a/sys-devel/gcc/gcc-3.4.1.ebuild b/sys-devel/gcc/gcc-3.4.1.ebuild index 67ce5d05190b..46ae50c722f4 100644 --- a/sys-devel/gcc/gcc-3.4.1.ebuild +++ b/sys-devel/gcc/gcc-3.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.1.ebuild,v 1.2 2004/07/06 00:53:29 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.1.ebuild,v 1.3 2004/07/06 21:57:00 lv Exp $ IUSE="static nls bootstrap java build X multilib gcj f77 objc hardened uclibc n32 n64" @@ -485,7 +485,7 @@ src_unpack() { epatch ${FILESDIR}/3.4.0/gcc34-ia64-lib64.patch epatch ${FILESDIR}/3.4.0/gcc34-multi32-hack.patch - epatch ${FILESDIR}/3.4.0/reiser4-why-do-you-hate-me.patch + epatch ${FILESDIR}/3.4.0/gcc34-reiser4-fix.patch # Misdesign in libstdc++ (Redhat) cp -a ${S}/libstdc++-v3/config/cpu/i{4,3}86/atomicity.h |