diff options
author | Ned Ludd <solar@gentoo.org> | 2006-08-14 18:00:55 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2006-08-14 18:00:55 +0000 |
commit | 6f2821d669eb57228ad76853a96d2bc6b3834beb (patch) | |
tree | 434e5085138359479c288ea13817ef5662682b1c /sys-libs | |
parent | Cleanup and fix WANT_AUTOCONF use as per bug #143429. (diff) | |
download | gentoo-2-6f2821d669eb57228ad76853a96d2bc6b3834beb.tar.gz gentoo-2-6f2821d669eb57228ad76853a96d2bc6b3834beb.tar.bz2 gentoo-2-6f2821d669eb57228ad76853a96d2bc6b3834beb.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/glibc-2.4-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.4-r3.ebuild b/sys-libs/glibc/glibc-2.4-r3.ebuild index 1bf5a25cee6f..cbb3d0fcf5f9 100644 --- a/sys-libs/glibc/glibc-2.4-r3.ebuild +++ b/sys-libs/glibc/glibc-2.4-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.4-r3.ebuild,v 1.16 2006/08/05 01:05:13 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.4-r3.ebuild,v 1.17 2006/08/14 18:00:55 solar Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -1039,7 +1039,7 @@ DEPEND=">=sys-devel/gcc-3.4.4 ppc64? ( >=sys-devel/gcc-4.1.0 ) nptl? ( || ( >=sys-kernel/mips-headers-${NPTL_KERNEL_VERSION} >=sys-kernel/linux-headers-${NPTL_KERNEL_VERSION} ) ) >=sys-devel/binutils-2.15.94 - || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.12 ) + || ( >=sys-devel/gcc-config-1.3.12 app-admin/eselect-compiler ) >=app-misc/pax-utils-0.1.10 virtual/os-headers nls? ( sys-devel/gettext ) |