diff options
author | Travis Tilley <lv@gentoo.org> | 2004-08-13 20:14:05 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-08-13 20:14:05 +0000 |
commit | fbe969115b09082f4dc77fc62174360facb1e8d6 (patch) | |
tree | c486860c42dd80c22523ff203e2513297fb80501 | |
parent | Fix broken quoting reported by genstef in #gentoo-bugs. (Manifest recommit) (diff) | |
download | gentoo-2-fbe969115b09082f4dc77fc62174360facb1e8d6.tar.gz gentoo-2-fbe969115b09082f4dc77fc62174360facb1e8d6.tar.bz2 gentoo-2-fbe969115b09082f4dc77fc62174360facb1e8d6.zip |
stable on amd64
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 3039b2ebf30c..9b13d1fabf70 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.303 2004/08/12 00:28:46 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.304 2004/08/13 20:14:05 lv Exp $ + + 13 Aug 2004; Travis Tilley <lv@gentoo.org> gcc-3.4.1-r2.ebuild: + stable on amd64 :) 11 Aug 2004; Gustavo Zacarias <gustavoz@gentoo.org> gcc-3.3.4-r1.ebuild: Keyworded ~sparc diff --git a/sys-devel/gcc/gcc-3.4.1-r2.ebuild b/sys-devel/gcc/gcc-3.4.1-r2.ebuild index 0c52758a735e..4768ff7ef9de 100644 --- a/sys-devel/gcc/gcc-3.4.1-r2.ebuild +++ b/sys-devel/gcc/gcc-3.4.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.1-r2.ebuild,v 1.6 2004/08/13 17:58:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.1-r2.ebuild,v 1.7 2004/08/13 20:14:05 lv Exp $ IUSE="static nls bootstrap build multilib gcj gtk f77 objc hardened uclibc n32 n64" @@ -12,7 +12,7 @@ LICENSE="GPL-2 LGPL-2.1" # previous release known to b0rk glibc on hppa... i dont know if this bug # still exists, so i'll keep in the -hppa... -KEYWORDS="-* ~amd64 ~mips ~ppc64 ~x86 -hppa" +KEYWORDS="-* amd64 ~mips ~ppc64 ~x86 -hppa" # we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs # we also need at least glibc 2.3.3 20040420-r1 in order for gcc 3.4 not to nuke |