diff options
Diffstat (limited to 'sys-devel/gcc/gcc-3.3.3_pre20040426.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.3.3_pre20040426.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-3.3.3_pre20040426.ebuild b/sys-devel/gcc/gcc-3.3.3_pre20040426.ebuild index f95608afc05b..fa8b7d087e33 100644 --- a/sys-devel/gcc/gcc-3.3.3_pre20040426.ebuild +++ b/sys-devel/gcc/gcc-3.3.3_pre20040426.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.3_pre20040426.ebuild,v 1.4 2004/06/24 22:45:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.3_pre20040426.ebuild,v 1.5 2004/07/02 09:32:03 eradicator Exp $ IUSE="static nls bootstrap java build X multilib debug" @@ -133,7 +133,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 @@ -142,7 +142,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 |