diff options
Diffstat (limited to 'sys-devel/gcc/gcc-3.3.3-r3.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.3.3-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-3.3.3-r3.ebuild b/sys-devel/gcc/gcc-3.3.3-r3.ebuild index 982da07a2bf1..da7af7a9a623 100644 --- a/sys-devel/gcc/gcc-3.3.3-r3.ebuild +++ b/sys-devel/gcc/gcc-3.3.3-r3.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-r3.ebuild,v 1.9 2004/06/24 22:45:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.3-r3.ebuild,v 1.10 2004/07/02 09:32:03 eradicator Exp $ IUSE="static nls bootstrap java build X multilib gcj f77 objc hardened uclibc" @@ -135,7 +135,7 @@ fi # else bootstap will break. # we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs -DEPEND="virtual/glibc +DEPEND="virtual/libc !nptl? ( >=sys-libs/glibc-2.3.2-r3 ) !amd64? ( hardened? ( >=sys-libs/glibc-2.3.3_pre20040207 ) ) ( !sys-devel/hardened-gcc ) @@ -146,7 +146,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 ) hardened? ( !amd64? ( >=sys-libs/glibc-2.3.3_pre20040207 ) ) >=sys-devel/gcc-config-1.3.1 |