diff options
author | Brent Baude <ranger@gentoo.org> | 2010-11-29 14:06:17 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-11-29 14:06:17 +0000 |
commit | 45e2fdf159cce73e57afa9f4ee05890d31fd66bb (patch) | |
tree | c0cf8dd479f37a5e2fd01d6f61f8c76343c99951 /sys-devel | |
parent | stable ppc64, bug 341405 (diff) | |
download | gentoo-2-45e2fdf159cce73e57afa9f4ee05890d31fd66bb.tar.gz gentoo-2-45e2fdf159cce73e57afa9f4ee05890d31fd66bb.tar.bz2 gentoo-2-45e2fdf159cce73e57afa9f4ee05890d31fd66bb.zip |
Marking gcc-4.4.4-r2 ppc64 for bug 331531
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Diffstat (limited to 'sys-devel')
-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 2ae373e6a64e..9ebbde0908f5 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.794 2010/11/27 11:04:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.795 2010/11/29 14:06:17 ranger Exp $ + + 29 Nov 2010; Brent Baude <ranger@gentoo.org> gcc-4.4.4-r2.ebuild: + Marking gcc-4.4.4-r2 ppc64 for bug 331531 27 Nov 2010; Raúl Porcel <armin76@gentoo.org> gcc-4.4.4-r2.ebuild: s390 stable diff --git a/sys-devel/gcc/gcc-4.4.4-r2.ebuild b/sys-devel/gcc/gcc-4.4.4-r2.ebuild index 522b11fb924f..5caf21745ed3 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.8 2010/11/27 11:04:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.4-r2.ebuild,v 1.9 2010/11/29 14:06:17 ranger 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="" |