diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-10-25 14:41:50 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-10-25 14:41:50 +0000 |
commit | c7a7798d6a6a30d976e813e5bc8de42fb75ee07b (patch) | |
tree | 09f349b9997e7b72325181b6d1faa9e28dc2e3eb /sys-devel | |
parent | Remove old version (diff) | |
download | gentoo-2-c7a7798d6a6a30d976e813e5bc8de42fb75ee07b.tar.gz gentoo-2-c7a7798d6a6a30d976e813e5bc8de42fb75ee07b.tar.bz2 gentoo-2-c7a7798d6a6a30d976e813e5bc8de42fb75ee07b.zip |
On ppc64 gcc 4.2.2 is in a much better shape than 4.2.0 was. Add ~ppc64 to get some wider testing. Bug #179218
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.2.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 198a855da1bf..7b2029b44c33 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.634 2007/10/11 04:46:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.635 2007/10/25 14:41:50 corsair Exp $ + + 25 Oct 2007; Markus Rothe <corsair@gentoo.org> gcc-4.2.2.ebuild: + On ppc64 gcc 4.2.2 is in a much better shape than 4.2.0 was. Add ~ppc64 to + get some wider testing. Bug #179218 *gcc-4.2.2 (11 Oct 2007) diff --git a/sys-devel/gcc/gcc-4.2.2.ebuild b/sys-devel/gcc/gcc-4.2.2.ebuild index 60b3a38b8b57..657cc2916e37 100644 --- a/sys-devel/gcc/gcc-4.2.2.ebuild +++ b/sys-devel/gcc/gcc-4.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.2.2.ebuild,v 1.1 2007/10/11 04:46:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.2.2.ebuild,v 1.2 2007/10/25 14:41:50 corsair Exp $ PATCH_VER="1.0" UCLIBC_VER="1.0" @@ -16,7 +16,7 @@ inherit toolchain DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc -ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" #ppc64: 179218 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" RDEPEND=">=sys-libs/zlib-1.1.4 || ( >=sys-devel/gcc-config-1.3.12-r4 app-admin/eselect-compiler ) |