diff options
Diffstat (limited to 'sys-devel/gcc/gcc-3.3.2.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.3.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-3.3.2.ebuild b/sys-devel/gcc/gcc-3.3.2.ebuild index d6f9424bee5d..85060773b915 100644 --- a/sys-devel/gcc/gcc-3.3.2.ebuild +++ b/sys-devel/gcc/gcc-3.3.2.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.ebuild,v 1.11 2004/06/24 22:45:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.2.ebuild,v 1.12 2004/07/02 09:32:03 eradicator Exp $ IUSE="static nls bootstrap java build X multilib" @@ -118,7 +118,7 @@ fi # We need the later binutils for support of the new cleanup attribute. # 'make check' fails for about 10 tests (if I remember correctly) less # if we use later bison. -DEPEND="virtual/glibc +DEPEND="virtual/libc >=sys-devel/binutils-2.14.90.0.6-r1 >=sys-devel/bison-1.875 >=sys-devel/gcc-config-1.3.1 @@ -126,7 +126,7 @@ DEPEND="virtual/glibc !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc >=sys-devel/gcc-config-1.3.1 >=sys-libs/zlib-1.1.4 >=sys-apps/texinfo-4.2-r4 |