diff options
author | Joseph Jezak <josejx@gentoo.org> | 2009-07-24 15:23:32 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2009-07-24 15:23:32 +0000 |
commit | 69a734a0cea78c31e0b01c93e9330d3b9f62d89d (patch) | |
tree | eff48f74b41270bcc769f7b1c5ebd1e1ce3f8253 /sys-devel | |
parent | whitespace (diff) | |
download | gentoo-2-69a734a0cea78c31e0b01c93e9330d3b9f62d89d.tar.gz gentoo-2-69a734a0cea78c31e0b01c93e9330d3b9f62d89d.tar.bz2 gentoo-2-69a734a0cea78c31e0b01c93e9330d3b9f62d89d.zip |
Marked ~ppc for bug #278687.
(Portage version: 2.1.6.13/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.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 67a71dd4fed7..d4bfa01446b8 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.715 2009/07/23 06:02:47 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.716 2009/07/24 15:23:32 josejx Exp $ + + 24 Jul 2009; Joseph Jezak <josejx@gentoo.org> gcc-4.4.1.ebuild: + Marked ~ppc for bug #278687. 23 Jul 2009; Mark Loeser <halcy0n@gentoo.org> gcc-4.4.1.ebuild: Bump uclibc patchset to fix a digest screwup diff --git a/sys-devel/gcc/gcc-4.4.1.ebuild b/sys-devel/gcc/gcc-4.4.1.ebuild index a65abf27adbb..6e8e2be38368 100644 --- a/sys-devel/gcc/gcc-4.4.1.ebuild +++ b/sys-devel/gcc/gcc-4.4.1.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.1.ebuild,v 1.2 2009/07/23 06:02:47 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.1.ebuild,v 1.3 2009/07/24 15:23:32 josejx Exp $ PATCH_VER="1.0" UCLIBC_VER="1.1" @@ -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="~amd64 -hppa ~ppc64 ~x86 -x86-fbsd" +KEYWORDS="~amd64 -hppa ~ppc ~ppc64 ~x86 -x86-fbsd" RDEPEND=">=sys-libs/zlib-1.1.4 >=sys-devel/gcc-config-1.4 |