diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-17 22:33:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-17 22:33:51 +0000 |
commit | 9bbd9604199ae12ab0b95f7e73838aab0f2d5a86 (patch) | |
tree | 8b8e5dcb6d64379ae35895f0b5e6171def7076af /sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild | |
parent | Stable on sparc (diff) | |
download | gentoo-2-9bbd9604199ae12ab0b95f7e73838aab0f2d5a86.tar.gz gentoo-2-9bbd9604199ae12ab0b95f7e73838aab0f2d5a86.tar.bz2 gentoo-2-9bbd9604199ae12ab0b95f7e73838aab0f2d5a86.zip |
dont run simple tests when doing a native cross build #92695
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild index 4c66182a513f..da45b3a430cc 100644 --- a/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20040808-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.20040808-r1.ebuild,v 1.46 2005/05/17 00:52:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040808-r1.ebuild,v 1.47 2005/05/17 22:33:51 vapier Exp $ inherit eutils multilib flag-o-matic toolchain-funcs versionator @@ -71,7 +71,7 @@ RDEPEND="virtual/os-headers # until amd64's 2004.3 is purged out of existence PDEPEND="amd64? ( multilib? ( app-emulation/emul-linux-x86-glibc ) )" -PROVIDE="virtual/glibc virtual/libc" +PROVIDE="virtual/libc" # We need to be able to set alternative headers for # compiling for non-native platform |