diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-05-16 21:39:42 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-05-16 21:39:42 +0000 |
commit | d1a36193888dac3ec1ef845f4e750cd87cc0c9c8 (patch) | |
tree | 1d963f4505b23b394e3a5953eca88e58937fba1c /sys-devel | |
parent | Fix building with Python 2.6 (bug #267638). (diff) | |
download | gentoo-2-d1a36193888dac3ec1ef845f4e750cd87cc0c9c8.tar.gz gentoo-2-d1a36193888dac3ec1ef845f4e750cd87cc0c9c8.tar.bz2 gentoo-2-d1a36193888dac3ec1ef845f4e750cd87cc0c9c8.zip |
Keyword -x86-fbsd per bug #270098 (miscompile of the C library).
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 46c36d3e8ab2..78aa3e6b4074 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.708 2009/05/15 14:51:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.709 2009/05/16 21:39:42 flameeyes Exp $ + + 16 May 2009; Diego E. Pettenò <flameeyes@gentoo.org> gcc-4.4.0.ebuild: + Keyword -x86-fbsd per bug #270098 (miscompile of the C library). 15 May 2009; Raúl Porcel <armin76@gentoo.org> gcc-4.3.2-r4.ebuild: arm stable wrt #264121 diff --git a/sys-devel/gcc/gcc-4.4.0.ebuild b/sys-devel/gcc/gcc-4.4.0.ebuild index e0f76ec4f053..36a912b2f07f 100644 --- a/sys-devel/gcc/gcc-4.4.0.ebuild +++ b/sys-devel/gcc/gcc-4.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.0.ebuild,v 1.4 2009/05/11 13:42:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.0.ebuild,v 1.5 2009/05/16 21:39:42 flameeyes Exp $ PATCH_VER="1.0" 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-2.1 libgcc libstdc++ gcc-runtime-library-exception-3.1" -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" RDEPEND=">=sys-libs/zlib-1.1.4 >=sys-devel/gcc-config-1.4 |