diff options
author | 2005-06-25 08:10:16 +0000 | |
---|---|---|
committer | 2005-06-25 08:10:16 +0000 | |
commit | 1b9a9f0072e2f38104d3f6c90335280a1381ad9d (patch) | |
tree | 59679f21b199a69774d33eec58ed68edc7e3d93b /sys-devel | |
parent | add hvc support for dostrow (diff) | |
download | gentoo-2-1b9a9f0072e2f38104d3f6c90335280a1381ad9d.tar.gz gentoo-2-1b9a9f0072e2f38104d3f6c90335280a1381ad9d.tar.bz2 gentoo-2-1b9a9f0072e2f38104d3f6c90335280a1381ad9d.zip |
add the dont-eat-my-/dev/null patch
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/files/digest-gcc-4.0.0 | 2 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.0.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/files/digest-gcc-4.0.0 b/sys-devel/gcc/files/digest-gcc-4.0.0 index e3722d9f4693..c7741dd822d2 100644 --- a/sys-devel/gcc/files/digest-gcc-4.0.0 +++ b/sys-devel/gcc/files/digest-gcc-4.0.0 @@ -1,5 +1,5 @@ MD5 55ee7df1b29f719138ec063c57b89db6 gcc-4.0.0.tar.bz2 31338477 MD5 a03c4495cae826ff7baa17eec943e533 gcc-4.0.0-uclibc-patches-1.0.tar.bz2 23241 -MD5 869b08b1dc2d20be17708e7092a428be gcc-4.0.0-patches-1.0.tar.bz2 2174 +MD5 9a7f21b0bce0989daeb88a8b7e997b89 gcc-4.0.0-patches-1.1.tar.bz2 2760 MD5 bb04852dcebb5dc8a7b3ddfb5cbfdce9 gcc-4.0.0-piepatches-v8.7.8.tar.bz2 13334 MD5 a49a70c99ac589efb5c6c39f37986b88 bounds-checking-gcc-4.0.0-1.00.patch.bz2 820067 diff --git a/sys-devel/gcc/gcc-4.0.0.ebuild b/sys-devel/gcc/gcc-4.0.0.ebuild index 81b4636cae1c..426f3ddfb0ca 100644 --- a/sys-devel/gcc/gcc-4.0.0.ebuild +++ b/sys-devel/gcc/gcc-4.0.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.0.ebuild,v 1.5 2005/05/30 03:35:06 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.0.ebuild,v 1.6 2005/06/25 08:10:16 vapier Exp $ MAN_VER="" -PATCH_VER="1.0" +PATCH_VER="1.1" UCLIBC_VER="1.0" PIE_VER="8.7.8" PP_VER="" |