diff options
author | 2004-03-22 16:58:03 +0000 | |
---|---|---|
committer | 2004-03-22 16:58:03 +0000 | |
commit | 7090054317e70cab7fa9dd3bc9b8af6a59594c67 (patch) | |
tree | 272ded1bc83dacf786d04ae0ef27949205496ba9 /sys-devel/gcc | |
parent | Version bump... bump to stable x86... removing old ebuilds... Closes bug #453... (diff) | |
download | gentoo-2-7090054317e70cab7fa9dd3bc9b8af6a59594c67.tar.gz gentoo-2-7090054317e70cab7fa9dd3bc9b8af6a59594c67.tar.bz2 gentoo-2-7090054317e70cab7fa9dd3bc9b8af6a59594c67.zip |
Marked -ppc again, there are to many problems with commonly used applications (eg: openssl)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.3.3_pre20040215.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 9d2ce56207ef..2efecd89b59b 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.193 2004/03/15 14:46:50 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.194 2004/03/22 16:58:03 lu_zero Exp $ + + 22 Mar 2004; Luca Barbato <lu_zero@gentoo.org> gcc-3.3.3_pre20040215.ebuild: + Marked again -ppc since it is still too much problematic. 15 Mar 2004; Joshua Kinard <kumba@gentoo.org> gcc-3.3.2-r5.ebuild, gcc-3.3.2-r6.ebuild: diff --git a/sys-devel/gcc/gcc-3.3.3_pre20040215.ebuild b/sys-devel/gcc/gcc-3.3.3_pre20040215.ebuild index 0f95618c36b1..d179a9c579c8 100644 --- a/sys-devel/gcc/gcc-3.3.3_pre20040215.ebuild +++ b/sys-devel/gcc/gcc-3.3.3_pre20040215.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.3_pre20040215.ebuild,v 1.3 2004/02/22 23:07:45 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.3_pre20040215.ebuild,v 1.4 2004/03/22 16:58:03 lu_zero Exp $ IUSE="static nls bootstrap java build X multilib" @@ -108,7 +108,7 @@ LICENSE="GPL-2 LGPL-2.1" # It is working fine on ppc too # -KEYWORDS="-* ppc64 ~ppc" +KEYWORDS="-* ppc64 -ppc" #KEYWORDS="-* ~x86 ~mips ~sparc ~amd64 -hppa ~alpha ~ia64" # Ok, this is a hairy one again, but lets assume that we |