diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-10-31 21:25:04 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-10-31 21:25:04 +0000 |
commit | a6e0c50873c0f49219d3fa52172f043e04cc0f4e (patch) | |
tree | cfb155b5feb87765157ddc6ebde4f4588f491d94 /sys-devel | |
parent | Adding pdf flag for abiword-plugins (diff) | |
download | gentoo-2-a6e0c50873c0f49219d3fa52172f043e04cc0f4e.tar.gz gentoo-2-a6e0c50873c0f49219d3fa52172f043e04cc0f4e.tar.bz2 gentoo-2-a6e0c50873c0f49219d3fa52172f043e04cc0f4e.zip |
Stable on alpha.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 56aa3f82963b..96d17859cdfc 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.461 2005/10/31 00:33:30 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.462 2005/10/31 21:25:04 kloeri Exp $ + + 31 Oct 2005; Bryan Østergaard <kloeri@gentoo.org> gcc-3.4.4-r1.ebuild: + Stable on alpha. 31 Oct 2005; Mark Loeser <halcy0n@gentoo.org> gcc-4.0.2-r1.ebuild: Adding 28_all_gcc4-pr19520.patch to GENTOO_PATCH_EXCLUDE due to it causing diff --git a/sys-devel/gcc/gcc-3.4.4-r1.ebuild b/sys-devel/gcc/gcc-3.4.4-r1.ebuild index 1c327b58615e..495d495b76bb 100644 --- a/sys-devel/gcc/gcc-3.4.4-r1.ebuild +++ b/sys-devel/gcc/gcc-3.4.4-r1.ebuild @@ -1,6 +1,6 @@ # 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-3.4.4-r1.ebuild,v 1.5 2005/10/07 02:01:56 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.4-r1.ebuild,v 1.6 2005/10/31 21:25:04 kloeri Exp $ MAN_VER="" PATCH_VER="1.6" @@ -40,7 +40,7 @@ inherit toolchain eutils DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" # Stuff to test before adding ~arch -KEYWORDS="-* ~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sh ~sparc ~x86" +KEYWORDS="-* alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sh ~sparc ~x86" # we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs # NOTE: we SHOULD be using at least binutils 2.15.90.0.1 everywhere for proper |