diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-19 22:57:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-19 22:57:39 +0000 |
commit | 220b1fdd238a38b8370296adde45be2422115ea2 (patch) | |
tree | c46a726269075317e6a11c973e5d76bfce94692e /sys-libs | |
parent | only PROVIDE virtual/libc when not cross-compiling (diff) | |
download | gentoo-2-220b1fdd238a38b8370296adde45be2422115ea2.tar.gz gentoo-2-220b1fdd238a38b8370296adde45be2422115ea2.tar.bz2 gentoo-2-220b1fdd238a38b8370296adde45be2422115ea2.zip |
virtual/glibc is dead
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 40aef328826c..1763c809a540 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-2005 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.28 2005/03/19 22:56:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125-r1.ebuild,v 1.29 2005/03/19 22:57:39 vapier Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -58,7 +58,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi fi if [[ ${CTARGET} == ${CHOST} ]] ; then - PROVIDE="virtual/glibc virtual/libc" + PROVIDE="virtual/libc" fi is_crosscompile() { |