diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2007-06-12 17:04:09 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2007-06-12 17:04:09 +0000 |
commit | b2395fc0684a4af5dc07764c08f099e665ce368c (patch) | |
tree | 70bb2c60a7c855f349488b13bbc04d28db75dbae /sys-devel/gcc | |
parent | Stable amd64, ppc, x86. (diff) | |
download | gentoo-2-b2395fc0684a4af5dc07764c08f099e665ce368c.tar.gz gentoo-2-b2395fc0684a4af5dc07764c08f099e665ce368c.tar.bz2 gentoo-2-b2395fc0684a4af5dc07764c08f099e665ce368c.zip |
Stable on alpha as per bug #178768
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-devel/gcc')
-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 f268ae6030d1..856b8cdfa62a 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.622 2007/06/02 11:40:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.623 2007/06/12 17:04:09 ferdy Exp $ + + 12 Jun 2007; Fernando J. Pereda <ferdy@gentoo.org> gcc-4.1.2.ebuild: + Stable on alpha as per bug #178768 02 Jun 2007; Raúl Porcel <armin76@gentoo.org> gcc-4.1.2.ebuild: ia64 stable wrt #178768 diff --git a/sys-devel/gcc/gcc-4.1.2.ebuild b/sys-devel/gcc/gcc-4.1.2.ebuild index a89ff282dd30..610062f1f9df 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.11 2007/06/02 11:40:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild,v 1.12 2007/06/12 17:04:09 ferdy 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 ) |