summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-06-21 04:23:11 +0000
committerMike Frysinger <vapier@gentoo.org>2008-06-21 04:23:11 +0000
commit698188f0a416c84e4c647944e862b67d0d23e0a8 (patch)
tree58bafbf39daa591fdfc54b24f503baed3bcca5cf /sys-devel
parentx11-wm/aquamarine and x11-wm/heliodor removed (diff)
downloadgentoo-2-698188f0a416c84e4c647944e862b67d0d23e0a8.tar.gz
gentoo-2-698188f0a416c84e4c647944e862b67d0d23e0a8.tar.bz2
gentoo-2-698188f0a416c84e4c647944e862b67d0d23e0a8.zip
Force newer glibc to keep things sane #228631 by Andrey Kislyuk.
(Portage version: 2.2_pre8/cvs/Linux 2.6.25 x86_64, RepoMan options: --force)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/ChangeLog6
-rw-r--r--sys-devel/gcc/gcc-4.3.0.ebuild4
-rw-r--r--sys-devel/gcc/gcc-4.3.1.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index 83ed34a4c2bb..8f8c9d042af3 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/gcc
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.652 2008/06/10 22:31:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.653 2008/06/21 04:23:11 vapier Exp $
+
+ 21 Jun 2008; Mike Frysinger <vapier@gentoo.org> gcc-4.3.0.ebuild,
+ gcc-4.3.1.ebuild:
+ Force newer glibc to keep things sane #228631 by Andrey Kislyuk.
10 Jun 2008; Jeroen Roovers <jer@gentoo.org> gcc-4.3.1.ebuild:
Marked ~hppa too.
diff --git a/sys-devel/gcc/gcc-4.3.0.ebuild b/sys-devel/gcc/gcc-4.3.0.ebuild
index 73b67f0423ad..cfcfb5d800b8 100644
--- a/sys-devel/gcc/gcc-4.3.0.ebuild
+++ b/sys-devel/gcc/gcc-4.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.0.ebuild,v 1.7 2008/05/10 11:57:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.0.ebuild,v 1.8 2008/06/21 04:23:11 vapier Exp $
PATCH_VER="1.2"
UCLIBC_VER="1.0"
@@ -50,7 +50,7 @@ DEPEND="${RDEPEND}
>=${CATEGORY}/binutils-2.15.94"
PDEPEND=">=sys-devel/gcc-config-1.4"
if [[ ${CATEGORY} != cross-* ]] ; then
- PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )"
+ PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.6 )"
fi
src_unpack() {
diff --git a/sys-devel/gcc/gcc-4.3.1.ebuild b/sys-devel/gcc/gcc-4.3.1.ebuild
index 14b22c2c4b4a..d6d6e922d301 100644
--- a/sys-devel/gcc/gcc-4.3.1.ebuild
+++ b/sys-devel/gcc/gcc-4.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.1.ebuild,v 1.3 2008/06/10 22:31:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.1.ebuild,v 1.4 2008/06/21 04:23:11 vapier Exp $
PATCH_VER="1.0"
UCLIBC_VER="1.0"
@@ -51,7 +51,7 @@ DEPEND="${RDEPEND}
>=${CATEGORY}/binutils-2.15.94"
PDEPEND=">=sys-devel/gcc-config-1.4"
if [[ ${CATEGORY} != cross-* ]] ; then
- PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )"
+ PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.6 )"
fi
src_unpack() {