diff options
author | Brent Baude <ranger@gentoo.org> | 2009-11-10 17:58:55 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-11-10 17:58:55 +0000 |
commit | bbd0f5e6f0bdc9eb1f98399347aa457446a28cd1 (patch) | |
tree | c5d8f9fb77b9c6349c4d309c3bf7582c91f3a029 /sys-devel/gcc | |
parent | Fix changelog, I meant bug 291799. (diff) | |
download | gentoo-2-bbd0f5e6f0bdc9eb1f98399347aa457446a28cd1.tar.gz gentoo-2-bbd0f5e6f0bdc9eb1f98399347aa457446a28cd1.tar.bz2 gentoo-2-bbd0f5e6f0bdc9eb1f98399347aa457446a28cd1.zip |
Marking gcc-4.3.4 ppc64 for bug 288621
(Portage version: 2.1.7.1/cvs/Linux ppc64)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index dbf591f35bd4..721e1eff8998 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.738 2009/11/10 15:04:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.739 2009/11/10 17:58:55 ranger Exp $ + + 10 Nov 2009; Brent Baude <ranger@gentoo.org> gcc-4.3.4.ebuild: + Marking gcc-4.3.4 ppc64 for bug 288621 10 Nov 2009; Raúl Porcel <armin76@gentoo.org> gcc-4.4.2.ebuild: gcc-4.4.2 works fine on arm diff --git a/sys-devel/gcc/gcc-4.3.4.ebuild b/sys-devel/gcc/gcc-4.3.4.ebuild index edc54a2c082e..f4ee13a9d661 100644 --- a/sys-devel/gcc/gcc-4.3.4.ebuild +++ b/sys-devel/gcc/gcc-4.3.4.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.3.4.ebuild,v 1.8 2009/11/02 18:41:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.4.ebuild,v 1.9 2009/11/10 17:58:55 ranger Exp $ GENTOO_PATCH_EXCLUDE="69_all_gcc43-pr39013.patch" #262567 @@ -28,7 +28,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-3 libgcc libstdc++" -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 |