diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2005-02-12 01:13:18 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2005-02-12 01:13:18 +0000 |
commit | ef7eb5130d5438b369d6e043d99cef9f5e41b2f4 (patch) | |
tree | 0fee87b1674af849c13e2935a1346d2500853a0e /sys-devel | |
parent | Remove '>=sys-devel/gcc-3.3.4-r1'; IA64 toolchains above 3.3.2 don't want to ... (diff) | |
download | gentoo-2-ef7eb5130d5438b369d6e043d99cef9f5e41b2f4.tar.gz gentoo-2-ef7eb5130d5438b369d6e043d99cef9f5e41b2f4.tar.bz2 gentoo-2-ef7eb5130d5438b369d6e043d99cef9f5e41b2f4.zip |
Mask 3.4 series -ia64; PINE fails horribly with it but works on 3.3.2...
(Portage version: 2.0.51.16)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.3-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.3.20050110.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 5b89a14e719b..1d7042b1ea9e 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.380 2005/02/10 19:37:44 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.381 2005/02/12 01:13:18 plasmaroo Exp $ + + 12 Feb 2005; <plasmaroo@gentoo.org> gcc-3.4.3-r1.ebuild, + gcc-3.4.3.20050110.ebuild: + Mask 3.4 series -ia64; PINE fails horribly with it but works on 3.3.2... 10 Feb 2005; Markus Rothe <corsair@gentoo.org> gcc-3.4.3-r1.ebuild: Stable on ppc64 diff --git a/sys-devel/gcc/gcc-3.4.3-r1.ebuild b/sys-devel/gcc/gcc-3.4.3-r1.ebuild index 62ed03170c64..f23494559592 100644 --- a/sys-devel/gcc/gcc-3.4.3-r1.ebuild +++ b/sys-devel/gcc/gcc-3.4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.3-r1.ebuild,v 1.23 2005/02/10 19:37:44 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.3-r1.ebuild,v 1.24 2005/02/12 01:13:18 plasmaroo Exp $ GENTOO_TOOLCHAIN_BASE_URI="http://dev.gentoo.org/~lv/GCC/" #GCC_MANPAGE_VERSION="none" @@ -40,7 +40,7 @@ inherit toolchain eutils DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" -KEYWORDS="-* amd64 ~mips ppc64 ~x86 -hppa ~ppc ~sparc ia64" +KEYWORDS="-* amd64 ~mips ppc64 ~x86 -hppa ~ppc ~sparc -ia64" # we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs # NOTE: we SHOULD be using at least binutils 2.15.90.0.1 everywhere for proper diff --git a/sys-devel/gcc/gcc-3.4.3.20050110.ebuild b/sys-devel/gcc/gcc-3.4.3.20050110.ebuild index c1a72633ae0d..54866cc56c64 100644 --- a/sys-devel/gcc/gcc-3.4.3.20050110.ebuild +++ b/sys-devel/gcc/gcc-3.4.3.20050110.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.3.20050110.ebuild,v 1.12 2005/02/02 18:36:10 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.3.20050110.ebuild,v 1.13 2005/02/12 01:13:18 plasmaroo Exp $ GENTOO_TOOLCHAIN_BASE_URI="http://dev.gentoo.org/~eradicator/gcc/" #GCC_MANPAGE_VERSION="none" @@ -38,7 +38,7 @@ SPLIT_SPECS=${SPLIT_SPECS:=true} inherit toolchain eutils DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" -KEYWORDS="-* ~amd64 ~mips ~ppc64 ~x86 -hppa ~ppc ~sparc ~ia64" +KEYWORDS="-* ~amd64 ~mips ~ppc64 ~x86 -hppa ~ppc ~sparc -ia64" # we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs # NOTE: we SHOULD be using at least binutils 2.15.90.0.1 everywhere for proper |