diff options
author | Travis Tilley <lv@gentoo.org> | 2004-12-05 17:19:04 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-12-05 17:19:04 +0000 |
commit | 986882f0b8171cf6e96e19d6807c55a9713df7f5 (patch) | |
tree | 87f08787b7ea73b8056c60df76210d23b1031ddd /sys-devel | |
parent | Stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-986882f0b8171cf6e96e19d6807c55a9713df7f5.tar.gz gentoo-2-986882f0b8171cf6e96e19d6807c55a9713df7f5.tar.bz2 gentoo-2-986882f0b8171cf6e96e19d6807c55a9713df7f5.zip |
fix gcc-config dep to re-close bug 72557
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.2-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.3-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.3.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-devel/gcc/gcc-3.4.2-r2.ebuild b/sys-devel/gcc/gcc-3.4.2-r2.ebuild index 70ac8e69e275..df1fa0f16690 100644 --- a/sys-devel/gcc/gcc-3.4.2-r2.ebuild +++ b/sys-devel/gcc/gcc-3.4.2-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.2-r2.ebuild,v 1.22 2004/12/04 02:08:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.2-r2.ebuild,v 1.23 2004/12/05 17:19:04 lv Exp $ DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" @@ -14,7 +14,7 @@ KEYWORDS="-* amd64 ~mips ~ppc64 ~x86 -hppa -ppc" # .eh_frame ld optimisation and symbol visibility support, but it hasnt been # well tested in gentoo on any arch other than amd64!! RDEPEND="virtual/libc - >=sys-devel/gcc-config-1.3.1 + >=sys-devel/gcc-config-1.3.6-r4 >=sys-libs/zlib-1.1.4 !sys-devel/hardened-gcc !uclibc? ( diff --git a/sys-devel/gcc/gcc-3.4.3-r1.ebuild b/sys-devel/gcc/gcc-3.4.3-r1.ebuild index c3b7168802d6..a8da5b3405fa 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-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.3-r1.ebuild,v 1.6 2004/12/04 02:08:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.3-r1.ebuild,v 1.7 2004/12/05 17:19:04 lv Exp $ DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" @@ -11,7 +11,7 @@ KEYWORDS="-* ~amd64 ~mips ~ppc64 ~x86 -hppa ~ppc ~sparc ~ia64" # .eh_frame ld optimisation and symbol visibility support, but it hasnt been # well tested in gentoo on any arch other than amd64!! RDEPEND="virtual/libc - >=sys-devel/gcc-config-1.3.1 + >=sys-devel/gcc-config-1.3.6-r4 >=sys-libs/zlib-1.1.4 !sys-devel/hardened-gcc !uclibc? ( diff --git a/sys-devel/gcc/gcc-3.4.3.ebuild b/sys-devel/gcc/gcc-3.4.3.ebuild index 252cd651be0b..3e7e83fd5cd9 100644 --- a/sys-devel/gcc/gcc-3.4.3.ebuild +++ b/sys-devel/gcc/gcc-3.4.3.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.3.ebuild,v 1.13 2004/12/04 02:08:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.3.ebuild,v 1.14 2004/12/05 17:19:04 lv Exp $ DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" @@ -14,7 +14,7 @@ KEYWORDS="-* amd64 ~mips ~ppc64 ~x86 -hppa ~ppc ~sparc" # .eh_frame ld optimisation and symbol visibility support, but it hasnt been # well tested in gentoo on any arch other than amd64!! RDEPEND="virtual/libc - >=sys-devel/gcc-config-1.3.1 + >=sys-devel/gcc-config-1.3.6-r4 >=sys-libs/zlib-1.1.4 !sys-devel/hardened-gcc !uclibc? ( |