diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-26 02:08:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-26 02:08:01 +0000 |
commit | a7ff089a286497f3338dc79c0e387e1648ecf76f (patch) | |
tree | b8569189f94684757099b0940aaac317658191b3 /sys-devel | |
parent | arm KEYWORDS (diff) | |
download | gentoo-2-a7ff089a286497f3338dc79c0e387e1648ecf76f.tar.gz gentoo-2-a7ff089a286497f3338dc79c0e387e1648ecf76f.tar.bz2 gentoo-2-a7ff089a286497f3338dc79c0e387e1648ecf76f.zip |
arm has binutils-2.15 now
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-3.3-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-3.3-r1.ebuild b/sys-devel/gcc/gcc-3.3-r1.ebuild index 030f3cca3905..8cd7c715cf07 100644 --- a/sys-devel/gcc/gcc-3.3-r1.ebuild +++ b/sys-devel/gcc/gcc-3.3-r1.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.3-r1.ebuild,v 1.12 2004/04/24 08:14:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3-r1.ebuild,v 1.13 2004/04/26 02:08:01 vapier Exp $ IUSE="static nls bootstrap java build X f77 objc" @@ -114,8 +114,7 @@ fi # We need the later binutils for support of the new cleanup attribute DEPEND="virtual/glibc - !arm? ( >=sys-devel/binutils-2.14.90.0.4.1-r1 ) - arm? ( sys-devel/binutils ) + >=sys-devel/binutils-2.14.90.0.4.1-r1 >=sys-devel/gcc-config-1.3.1 !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" |