diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-05-27 12:30:29 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-05-27 12:30:29 +0000 |
commit | b89b79e0516c9a7d931463fcfb12b5c01501fe24 (patch) | |
tree | 889eae7065403b65075d75bd014ea9b80ce8901c /sys-devel | |
parent | Initial import, see bug ##28808 (Manifest recommit) (diff) | |
download | gentoo-2-b89b79e0516c9a7d931463fcfb12b5c01501fe24.tar.gz gentoo-2-b89b79e0516c9a7d931463fcfb12b5c01501fe24.tar.bz2 gentoo-2-b89b79e0516c9a7d931463fcfb12b5c01501fe24.zip |
Fix bug 52147: gcc-3.3.2-r5 used to build on ia64, now it doesn't. Demote stable version to 3.3.2-r2, which still builds.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.3.2-r5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index d86bc5b4121b..b6829755d1ec 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # 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.252 2004/05/27 11:54:30 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.253 2004/05/27 12:30:29 agriffis Exp $ + + 27 May 2004; Aron Griffis <agriffis@gentoo.org> gcc-3.3.2-r5.ebuild: + Fix bug 52147: gcc-3.3.2-r5 used to build on ia64, now it doesn't. Demote + stable version to 3.3.2-r2, which still builds. *gcc-3.3.3-r6 (27 May 2004) diff --git a/sys-devel/gcc/gcc-3.3.2-r5.ebuild b/sys-devel/gcc/gcc-3.3.2-r5.ebuild index 92c0cdc56a8b..1d4d08359953 100644 --- a/sys-devel/gcc/gcc-3.3.2-r5.ebuild +++ b/sys-devel/gcc/gcc-3.3.2-r5.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.2-r5.ebuild,v 1.15 2004/04/24 00:38:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.2-r5.ebuild,v 1.16 2004/05/27 12:30:29 agriffis Exp $ IUSE="static nls bootstrap java build X multilib gcj" @@ -99,7 +99,7 @@ HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="x86 mips ~sparc ~amd64 -hppa alpha ia64 ppc64" +KEYWORDS="x86 mips ~sparc ~amd64 -hppa alpha -ia64 ppc64" # Ok, this is a hairy one again, but lets assume that we # are not cross compiling, than we want SLOT to only contain |