summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Wourms <dragon@gentoo.org>2003-02-24 20:35:36 +0000
committerNicholas Wourms <dragon@gentoo.org>2003-02-24 20:35:36 +0000
commit90b4fd6ecaf2c458a98f48734d0059a65bc0c96c (patch)
tree065f70d9df3bfcc6fbb89cd72cbe2d6b42eef78e /sys-devel/gcc/gcc-3.2.2.ebuild
parentmoved net-misc/dynfw to net-firewall/dynfw (diff)
downloadgentoo-2-90b4fd6ecaf2c458a98f48734d0059a65bc0c96c.tar.gz
gentoo-2-90b4fd6ecaf2c458a98f48734d0059a65bc0c96c.tar.bz2
gentoo-2-90b4fd6ecaf2c458a98f48734d0059a65bc0c96c.zip
Unmask gcc-3.2.2 for mips, fix binutils dep to .16 for mips only.
Diffstat (limited to 'sys-devel/gcc/gcc-3.2.2.ebuild')
-rw-r--r--sys-devel/gcc/gcc-3.2.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-3.2.2.ebuild b/sys-devel/gcc/gcc-3.2.2.ebuild
index 99df7542d800..5b37303c41b6 100644
--- a/sys-devel/gcc/gcc-3.2.2.ebuild
+++ b/sys-devel/gcc/gcc-3.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.9 2003/02/24 02:11:02 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.10 2003/02/24 20:35:36 dragon Exp $
IUSE="static nls bootstrap java build"
@@ -84,7 +84,7 @@ DESCRIPTION="The GNU Compiler Collection. Includes C/C++ and java compilers"
HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html"
LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="x86 ~ppc ~sparc alpha hppa arm"
+KEYWORDS="x86 ~ppc ~sparc alpha hppa arm mips"
# Ok, this is a hairy one again, but lets assume that we
# are not cross compiling, than we want SLOT to only contain
@@ -98,7 +98,7 @@ else
fi
DEPEND="virtual/glibc
- >=sys-devel/binutils-2.13.90.0.18
+ mips? ( >=sys-devel/binutils-2.13.90.0.16 : >=sys-devel/binutils-2.13.90.0.18 )
>=sys-devel/gcc-config-1.3.1
!build? ( >=sys-libs/ncurses-5.2-r2
nls? ( sys-devel/gettext ) )"