diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-11-27 11:04:54 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-11-27 11:04:54 +0000 |
commit | 9918a1bc0f798c9486cbfaef79adcfa0b0d5575f (patch) | |
tree | 418d865b0e86000be7ab72da750eb6805ad0e553 /sys-devel/gcc | |
parent | Version bump. (diff) | |
download | gentoo-2-9918a1bc0f798c9486cbfaef79adcfa0b0d5575f.tar.gz gentoo-2-9918a1bc0f798c9486cbfaef79adcfa0b0d5575f.tar.bz2 gentoo-2-9918a1bc0f798c9486cbfaef79adcfa0b0d5575f.zip |
s390 stable
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.4-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 7560e51d39ed..2ae373e6a64e 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.793 2010/11/23 19:37:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.794 2010/11/27 11:04:54 armin76 Exp $ + + 27 Nov 2010; Raúl Porcel <armin76@gentoo.org> gcc-4.4.4-r2.ebuild: + s390 stable 23 Nov 2010; Jeroen Roovers <jer@gentoo.org> gcc-4.4.4-r2.ebuild: Stable for PPC (bug #331531). diff --git a/sys-devel/gcc/gcc-4.4.4-r2.ebuild b/sys-devel/gcc/gcc-4.4.4-r2.ebuild index e906375f98b2..522b11fb924f 100644 --- a/sys-devel/gcc/gcc-4.4.4-r2.ebuild +++ b/sys-devel/gcc/gcc-4.4.4-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.4-r2.ebuild,v 1.7 2010/11/23 19:37:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.4-r2.ebuild,v 1.8 2010/11/27 11:04:54 armin76 Exp $ PATCH_VER="1.2" UCLIBC_VER="1.0" @@ -24,7 +24,7 @@ inherit toolchain DESCRIPTION="The GNU Compiler Collection" 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 ~s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" |