diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-11-20 12:27:40 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-11-20 12:27:40 +0000 |
commit | 17bd2cb371b5fc19cb9b912aab636df2151a43cf (patch) | |
tree | 66f2ec1cdf79360d566d27d0cc369d3c4637fd4b /sys-devel | |
parent | Added ~arm keyword (bug 343505) (diff) | |
download | gentoo-2-17bd2cb371b5fc19cb9b912aab636df2151a43cf.tar.gz gentoo-2-17bd2cb371b5fc19cb9b912aab636df2151a43cf.tar.bz2 gentoo-2-17bd2cb371b5fc19cb9b912aab636df2151a43cf.zip |
alpha/ia64/sh/sparc stable wrt #331531
(Portage version: 2.1.8.3/cvs/Linux ia64)
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 5f1af51c5954..6bcd94c2c0a8 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.790 2010/11/19 06:15:04 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.791 2010/11/20 12:27:40 armin76 Exp $ + + 20 Nov 2010; Raúl Porcel <armin76@gentoo.org> gcc-4.4.4-r2.ebuild: + alpha/ia64/sh/sparc stable wrt #331531 19 Nov 2010; Ryan Hill <dirtyepic@gentoo.org> gcc-4.5.1.ebuild: Patchset 1.3 fixes the following bugs: diff --git a/sys-devel/gcc/gcc-4.4.4-r2.ebuild b/sys-devel/gcc/gcc-4.4.4-r2.ebuild index cfd338d4dfef..dd39e2f4ab56 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.5 2010/11/03 21:09:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.4-r2.ebuild,v 1.6 2010/11/20 12:27:40 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="" |