diff options
author | Joseph Jezak <josejx@gentoo.org> | 2007-01-01 21:51:51 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2007-01-01 21:51:51 +0000 |
commit | ffd2b337a9fc6bc5661455a5f2489e538abccd8d (patch) | |
tree | cfcbd33bc7b23391d6b559531a2290b2389b81ca /sys-devel | |
parent | Bump to 3.5.1; remove old versions that can no longer be downloaded; thanks t... (diff) | |
download | gentoo-2-ffd2b337a9fc6bc5661455a5f2489e538abccd8d.tar.gz gentoo-2-ffd2b337a9fc6bc5661455a5f2489e538abccd8d.tar.bz2 gentoo-2-ffd2b337a9fc6bc5661455a5f2489e538abccd8d.zip |
Marked ppc stable for bug #159460.
(Portage version: 2.1.2_rc4-r4)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.6-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 014f52b1e56e..80a095c9044f 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.596 2006/12/31 05:53:07 tgall Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.597 2007/01/01 21:51:51 josejx Exp $ + + 01 Jan 2007; Joseph Jezak <josejx@gentoo.org> gcc-3.4.6-r2.ebuild: + Marked ppc stable for bug #159460. 30 Dec 2006; Tom Gall <tgall@gentoo.org> gcc-3.4.6-r2.ebuild: stable on ppc64, bug #159250 diff --git a/sys-devel/gcc/gcc-3.4.6-r2.ebuild b/sys-devel/gcc/gcc-3.4.6-r2.ebuild index 991007179ce0..0a58480dfe81 100644 --- a/sys-devel/gcc/gcc-3.4.6-r2.ebuild +++ b/sys-devel/gcc/gcc-3.4.6-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.12 2006/12/31 05:53:07 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.13 2007/01/01 21:51:51 josejx Exp $ MAN_VER="" PATCH_VER="1.4" @@ -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" -KEYWORDS="-* alpha ~amd64 arm ~ia64 ~mips ~ppc ppc64 ~s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="-* alpha ~amd64 arm ~ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~x86-fbsd" # 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 |