diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-05-16 13:44:13 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-05-16 13:44:13 +0000 |
commit | 2e3adf7e791caa9fa547d9ea177a62313098c9b0 (patch) | |
tree | 532ca0be75f5ff4b69452109072712306075e951 /sys-devel | |
parent | force newer version of headers on hppa and relocate simple tests from src_ins... (diff) | |
download | gentoo-2-2e3adf7e791caa9fa547d9ea177a62313098c9b0.tar.gz gentoo-2-2e3adf7e791caa9fa547d9ea177a62313098c9b0.tar.bz2 gentoo-2-2e3adf7e791caa9fa547d9ea177a62313098c9b0.zip |
Stable on sparc wrt #178768
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 72655c32f013..850a6e7b7c58 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # 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.614 2007/05/12 19:36:00 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.615 2007/05/16 13:44:13 gustavoz Exp $ + + 16 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> gcc-4.1.2.ebuild: + Stable on sparc wrt #178768 12 May 2007; Joshua Kinard <kumba@gentoo.org> gcc-4.1.1-r3.ebuild: Stable on mips. diff --git a/sys-devel/gcc/gcc-4.1.2.ebuild b/sys-devel/gcc/gcc-4.1.2.ebuild index 2d40dbb16fcc..16ca4b48a9a3 100644 --- a/sys-devel/gcc/gcc-4.1.2.ebuild +++ b/sys-devel/gcc/gcc-4.1.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.1.2.ebuild,v 1.3 2007/05/14 14:50:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild,v 1.4 2007/05/16 13:44:13 gustavoz Exp $ PATCH_VER="1.0.1" UCLIBC_VER="1.0" @@ -17,7 +17,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 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 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 ) |