diff options
author | Travis Tilley <lv@gentoo.org> | 2004-05-27 12:38:09 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-05-27 12:38:09 +0000 |
commit | da531e782ae83b2aec6e3456cb71a578d0cc2d9c (patch) | |
tree | 4d7caddbd26abcadfd9a98011c961fa4cc0046ae /sys-devel | |
parent | Stable on alpha and ia64 (Manifest recommit) (diff) | |
download | gentoo-2-da531e782ae83b2aec6e3456cb71a578d0cc2d9c.tar.gz gentoo-2-da531e782ae83b2aec6e3456cb71a578d0cc2d9c.tar.bz2 gentoo-2-da531e782ae83b2aec6e3456cb71a578d0cc2d9c.zip |
fix dep
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.0-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-3.4.0-r4.ebuild b/sys-devel/gcc/gcc-3.4.0-r4.ebuild index 9e44ebbef5d6..2580424c06ca 100644 --- a/sys-devel/gcc/gcc-3.4.0-r4.ebuild +++ b/sys-devel/gcc/gcc-3.4.0-r4.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-devel/gcc/gcc-3.4.0-r4.ebuild,v 1.6 2004/05/27 11:54:30 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.0-r4.ebuild,v 1.7 2004/05/27 12:38:09 lv Exp $ IUSE="static nls bootstrap java build X multilib gcj f77 objc hardened uclibc" @@ -149,7 +149,7 @@ fi DEPEND="virtual/glibc !nptl? ( >=sys-libs/glibc-2.3.2-r3 ) >=sys-libs/glibc-2.3.3_pre20040207 - hardened? ( >=sys-libs/glibc-2.3.3_pre20040420 ) + hardened? ( >=sys-libs/glibc-2.3.3_pre20040420-r1 ) ( !sys-devel/hardened-gcc ) >=sys-devel/binutils-2.14.90.0.8-r1 !amd64? ( hardened? ( >=sys-devel/binutils-2.15.90.0.3 ) ) @@ -162,7 +162,7 @@ DEPEND="virtual/glibc RDEPEND="virtual/glibc !nptl? ( >=sys-libs/glibc-2.3.2-r3 ) >=sys-libs/glibc-2.3.3_pre20040207 - hardened? ( >=sys-libs/glibc-2.3.3_pre20040420 ) + hardened? ( >=sys-libs/glibc-2.3.3_pre20040420-r1 ) >=sys-devel/gcc-config-1.3.1 >=sys-libs/zlib-1.1.4 >=sys-apps/texinfo-4.2-r4 |