diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-24 09:19:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-24 09:19:56 +0000 |
commit | 39a431378bceb55a4326871774c96831db4ecbd2 (patch) | |
tree | 7b5035301256cf60ec12278fddc1122c6511a35e /sys-libs | |
parent | Version bump and removed old versions. (Manifest recommit) (diff) | |
download | gentoo-2-39a431378bceb55a4326871774c96831db4ecbd2.tar.gz gentoo-2-39a431378bceb55a4326871774c96831db4ecbd2.tar.bz2 gentoo-2-39a431378bceb55a4326871774c96831db4ecbd2.zip |
temp arm workaround
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.2-r10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.2-r10.ebuild b/sys-libs/glibc/glibc-2.3.2-r10.ebuild index 1888455b0a01..a8b050af67b7 100644 --- a/sys-libs/glibc/glibc-2.3.2-r10.ebuild +++ b/sys-libs/glibc/glibc-2.3.2-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r10.ebuild,v 1.5 2004/04/24 08:22:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r10.ebuild,v 1.6 2004/04/24 09:19:56 vapier Exp $ IUSE="nls pic build nptl" @@ -63,7 +63,7 @@ LICENSE="LGPL-2" # We need new cleanup attribute support from gcc for NPTL among things ... DEPEND=">=sys-devel/gcc-3.2.3-r1 x86? ( nptl? ( >=sys-devel/gcc-3.3.1-r1 ) ) - >=sys-devel/binutils-2.14.90.0.6-r1 + !arm? ( >=sys-devel/binutils-2.14.90.0.6-r1 ) virtual/os-headers nls? ( sys-devel/gettext )" RDEPEND="virtual/os-headers |