diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-18 16:57:47 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-18 16:57:47 +0000 |
commit | 88fa8914cb3c8b90614f8ebe96f6a1f02cea87f7 (patch) | |
tree | 0d74fd70d1fa2a5c0b8fcf98c28e5daac3ac2613 | |
parent | alpha/arm/ia64/s390/sh/sparc stable wrt #321899 (diff) | |
download | gentoo-2-88fa8914cb3c8b90614f8ebe96f6a1f02cea87f7.tar.gz gentoo-2-88fa8914cb3c8b90614f8ebe96f6a1f02cea87f7.tar.bz2 gentoo-2-88fa8914cb3c8b90614f8ebe96f6a1f02cea87f7.zip |
ppc64 stable wrt #302468
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.3-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 62acd5930f78..1bdd44c2b7a1 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.764 2010/06/28 11:32:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.765 2010/07/18 16:57:47 ssuominen Exp $ + + 18 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> gcc-4.4.3-r2.ebuild: + ppc64 stable wrt #302468 28 Jun 2010; Jeroen Roovers <jer@gentoo.org> gcc-4.4.4-r1.ebuild: Marked ~hppa after setting STAGE1_CFLAGS to something sane. diff --git a/sys-devel/gcc/gcc-4.4.3-r2.ebuild b/sys-devel/gcc/gcc-4.4.3-r2.ebuild index 81f29edfa81b..057b32bb7a52 100644 --- a/sys-devel/gcc/gcc-4.4.3-r2.ebuild +++ b/sys-devel/gcc/gcc-4.4.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.3-r2.ebuild,v 1.7 2010/06/13 10:50:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.3-r2.ebuild,v 1.8 2010/07/18 16:57:47 ssuominen Exp $ PATCH_VER="1.2" UCLIBC_VER="1.0" @@ -26,7 +26,7 @@ inherit toolchain DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" LICENSE="GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2" -KEYWORDS="alpha amd64 arm -hppa ia64 ~mips ~ppc ~ppc64 sh -sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm -hppa ia64 ~mips ~ppc ppc64 sh -sparc x86 ~x86-fbsd" RDEPEND=">=sys-libs/zlib-1.1.4 >=sys-devel/gcc-config-1.4 |