diff options
author | Ned Ludd <solar@gentoo.org> | 2006-08-14 16:30:57 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2006-08-14 16:30:57 +0000 |
commit | 0b46ac52ac31399bc7a8cf92e735d1727ea93632 (patch) | |
tree | 60277755f46ed20b755fecf14093d44bcda85b05 /sys-libs/glibc/glibc-2.3.5-r2.ebuild | |
parent | Version bump on request of the upstream developer. (diff) | |
download | historical-0b46ac52ac31399bc7a8cf92e735d1727ea93632.tar.gz historical-0b46ac52ac31399bc7a8cf92e735d1727ea93632.tar.bz2 historical-0b46ac52ac31399bc7a8cf92e735d1727ea93632.zip |
- switch default ordering of gcc-config and eselect-compiler to work around portage bug
Package-Manager: portage-2.1.1_pre2-r7
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.5-r2.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) )" |