summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2006-08-14 16:30:57 +0000
committerNed Ludd <solar@gentoo.org>2006-08-14 16:30:57 +0000
commit2bb04eed4f5109aabfb3e310199fb02ea00c96c3 (patch)
tree92543de456fa7d11ea5cb5924006934164a40ead /sys-libs
parentVersion bump on request of the upstream developer. (diff)
downloadgentoo-2-2bb04eed4f5109aabfb3e310199fb02ea00c96c3.tar.gz
gentoo-2-2bb04eed4f5109aabfb3e310199fb02ea00c96c3.tar.bz2
gentoo-2-2bb04eed4f5109aabfb3e310199fb02ea00c96c3.zip
- switch default ordering of gcc-config and eselect-compiler to work around portage bug
(Portage version: 2.1.1_pre2-r7)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog8
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20041102-r2.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.3.5-r2.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.3.5-r3.ebuild4
5 files changed, 15 insertions, 9 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index 2ab752d79ad9..4d867ba3d761 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.476 2006/08/05 01:05:13 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.477 2006/08/14 16:30:57 solar Exp $
+
+ 14 Aug 2006; <solar@gentoo.org> glibc-2.3.4.20041102-r2.ebuild,
+ glibc-2.3.4.20050125-r1.ebuild, glibc-2.3.5-r2.ebuild,
+ glibc-2.3.5-r3.ebuild:
+ - switch default ordering of gcc-config and eselect-compiler to work around
+ portage bug
05 Aug 2006; Danny van Dyk <kugelfang@gentoo.org> glibc-2.3.6-r4.ebuild,
glibc-2.4-r3.ebuild:
diff --git a/sys-libs/glibc/glibc-2.3.4.20041102-r2.ebuild b/sys-libs/glibc/glibc-2.3.4.20041102-r2.ebuild
index 80f808439dce..e69fb05a1756 100644
--- a/sys-libs/glibc/glibc-2.3.4.20041102-r2.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20041102-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102-r2.ebuild,v 1.14 2006/05/30 19:45:22 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102-r2.ebuild,v 1.15 2006/08/14 16:30:57 solar Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -1114,7 +1114,7 @@ RESTRICT="nostrip multilib-pkg-force"
DEPEND=">=sys-devel/gcc-3.2.3-r1
nptl? ( >=sys-devel/gcc-3.3.1-r1 >=sys-kernel/linux-headers-${NPTL_KERNEL_VERSION} )
>=sys-devel/binutils-2.14.90.0.6-r1
- || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.9 )
+ || ( >=sys-devel/gcc-config-1.3.9 app-admin/eselect-compiler )
virtual/os-headers
nls? ( sys-devel/gettext )
selinux? ( !build? ( sys-libs/libselinux ) )"
diff --git a/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild
index 4e9960cc51d2..27d01d57bb66 100644
--- a/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild,v 1.70 2006/05/30 19:45:22 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild,v 1.71 2006/08/14 16:30:57 solar Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -1059,7 +1059,7 @@ RESTRICT="nostrip multilib-pkg-force"
DEPEND=">=sys-devel/gcc-3.2.3-r1
nptl? ( >=sys-devel/gcc-3.3.1-r1 >=sys-kernel/linux-headers-${NPTL_KERNEL_VERSION} )
>=sys-devel/binutils-2.14.90.0.6-r1
- || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.9 )
+ || ( >=sys-devel/gcc-config-1.3.9 app-admin/eselect-compiler )
virtual/os-headers
nls? ( sys-devel/gettext )
selinux? ( !build? ( sys-libs/libselinux ) )"
diff --git a/sys-libs/glibc/glibc-2.3.5-r2.ebuild b/sys-libs/glibc/glibc-2.3.5-r2.ebuild
index bc38568a1467..800628141014 100644
--- a/sys-libs/glibc/glibc-2.3.5-r2.ebuild
+++ b/sys-libs/glibc/glibc-2.3.5-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r2.ebuild,v 1.29 2006/07/04 21:06:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r2.ebuild,v 1.30 2006/08/14 16:30:57 solar Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -1012,7 +1012,7 @@ RESTRICT="nostrip multilib-pkg-force"
DEPEND=">=sys-devel/gcc-3.2.3-r1
nptl? ( >=sys-devel/gcc-3.3.1-r1 >=sys-kernel/linux-headers-${NPTL_KERNEL_VERSION} )
>=sys-devel/binutils-2.14.90.0.6-r1
- || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.9 )
+ || ( >=sys-devel/gcc-config-1.3.9 app-admin/eselect-compiler )
virtual/os-headers
nls? ( sys-devel/gettext )
selinux? ( !build? ( sys-libs/libselinux ) )"
diff --git a/sys-libs/glibc/glibc-2.3.5-r3.ebuild b/sys-libs/glibc/glibc-2.3.5-r3.ebuild
index 6a15e6039a13..39b5cfaae672 100644
--- a/sys-libs/glibc/glibc-2.3.5-r3.ebuild
+++ b/sys-libs/glibc/glibc-2.3.5-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r3.ebuild,v 1.28 2006/07/28 14:52:33 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r3.ebuild,v 1.29 2006/08/14 16:30:57 solar Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -1002,7 +1002,7 @@ RESTRICT="nostrip multilib-pkg-force"
DEPEND=">=sys-devel/gcc-3.2.3-r1
nptl? ( >=sys-devel/gcc-3.3.1-r1 >=sys-kernel/linux-headers-${NPTL_KERNEL_VERSION} )
>=sys-devel/binutils-2.15
- || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.9 )
+ || ( >=sys-devel/gcc-config-1.3.9 app-admin/eselect-compiler )
virtual/os-headers
nls? ( sys-devel/gettext )
selinux? ( !build? ( sys-libs/libselinux ) )"