summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-devel/gcc/ChangeLog6
-rw-r--r--sys-devel/gcc/gcc-3.4.3.20050110-r2.ebuild4
-rw-r--r--sys-devel/gcc/gcc-4.0.1_beta20050507.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index f5673e54d45c..38b6cd00e034 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.403 2005/05/10 18:10:37 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.404 2005/05/11 10:22:10 flameeyes Exp $
+
+ 11 May 2005; Diego Pettenò <flameeyes@gentoo.org>
+ gcc-3.4.3.20050110-r2.ebuild, gcc-4.0.1_beta20050507.ebuild:
+ Make latest gcc (3.4 and 4) depend on glibc just for glibc systems.
10 May 2005; Martin Schlemmer <azarah@gentoo.org>
files/awk/fixlafiles.awk, gcc-4.0.0.ebuild, gcc-4.0.1_beta20050507.ebuild:
diff --git a/sys-devel/gcc/gcc-3.4.3.20050110-r2.ebuild b/sys-devel/gcc/gcc-3.4.3.20050110-r2.ebuild
index 5f7bbff06065..be64c6f75f3e 100644
--- a/sys-devel/gcc/gcc-3.4.3.20050110-r2.ebuild
+++ b/sys-devel/gcc/gcc-3.4.3.20050110-r2.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-r2.ebuild,v 1.2 2005/04/24 03:31:33 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.3.20050110-r2.ebuild,v 1.3 2005/05/11 10:22:10 flameeyes Exp $
MAN_VER="3.4.3"
PATCH_VER="1.3"
@@ -49,7 +49,7 @@ RDEPEND="virtual/libc
>=sys-devel/gcc-config-1.3.10
>=sys-libs/zlib-1.1.4
!sys-devel/hardened-gcc
- !uclibc? (
+ elibc_glibc? (
>=sys-libs/glibc-2.3.3_pre20040420-r1
hardened? ( >=sys-libs/glibc-2.3.3_pre20040529 )
)
diff --git a/sys-devel/gcc/gcc-4.0.1_beta20050507.ebuild b/sys-devel/gcc/gcc-4.0.1_beta20050507.ebuild
index bad89788c5d6..c5a43d22dbab 100644
--- a/sys-devel/gcc/gcc-4.0.1_beta20050507.ebuild
+++ b/sys-devel/gcc/gcc-4.0.1_beta20050507.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-4.0.1_beta20050507.ebuild,v 1.2 2005/05/10 18:10:37 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.1_beta20050507.ebuild,v 1.3 2005/05/11 10:22:10 flameeyes Exp $
ETYPE="gcc-compiler"
@@ -16,7 +16,7 @@ RDEPEND="virtual/libc
>=sys-devel/gcc-config-1.3.1
>=sys-libs/zlib-1.1.4
!sys-devel/hardened-gcc
- !uclibc? (
+ elibc_glibc? (
>=sys-libs/glibc-2.3.3_pre20040420-r1
hardened? ( >=sys-libs/glibc-2.3.3_pre20040529 )
)