diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 09:33:21 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 09:33:21 +0000 |
commit | 083fb661e390b58196022ded152347b0e4e2cde3 (patch) | |
tree | 56bf3ea833b971d02d9b1d1b60c8b37b6837e445 /sys-devel/gcc/gcc-3.3.2-r5.ebuild | |
parent | update Manifest (diff) | |
download | gentoo-2-083fb661e390b58196022ded152347b0e4e2cde3.tar.gz gentoo-2-083fb661e390b58196022ded152347b0e4e2cde3.tar.bz2 gentoo-2-083fb661e390b58196022ded152347b0e4e2cde3.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'sys-devel/gcc/gcc-3.3.2-r5.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.3.2-r5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-3.3.2-r5.ebuild b/sys-devel/gcc/gcc-3.3.2-r5.ebuild index 56711d70ee64..0b25cae20090 100644 --- a/sys-devel/gcc/gcc-3.3.2-r5.ebuild +++ b/sys-devel/gcc/gcc-3.3.2-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.2-r5.ebuild,v 1.18 2004/06/24 22:45:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.2-r5.ebuild,v 1.19 2004/07/02 09:32:03 eradicator Exp $ IUSE="static nls bootstrap java build X multilib gcj" @@ -123,7 +123,7 @@ fi # we scan for Guard@@libgcc and then apply the function moving patch. # If using NPTL, we currently cannot however depend on glibc-2.3.2-r3, # else bootstap will break. -DEPEND="virtual/glibc +DEPEND="virtual/libc !nptl? ( >=sys-libs/glibc-2.3.2-r3 ) >=sys-devel/binutils-2.14.90.0.6-r1 >=sys-devel/bison-1.875 @@ -132,7 +132,7 @@ DEPEND="virtual/glibc !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc !nptl? ( >=sys-libs/glibc-2.3.2-r3 ) >=sys-devel/gcc-config-1.3.1 >=sys-libs/zlib-1.1.4 |