diff options
author | 2003-02-25 13:50:16 +0000 | |
---|---|---|
committer | 2003-02-25 13:50:16 +0000 | |
commit | 61dbec462f599ada9fbe3acb23a8b0e17d52f3c1 (patch) | |
tree | 994191758bf87ade240a63aac986877b57c00125 /sys-devel/gcc/gcc-3.2.2.ebuild | |
parent | mask ccache 2.1.1-r2, badly broken in two separate ways here; author please c... (diff) | |
download | historical-61dbec462f599ada9fbe3acb23a8b0e17d52f3c1.tar.gz historical-61dbec462f599ada9fbe3acb23a8b0e17d52f3c1.tar.bz2 historical-61dbec462f599ada9fbe3acb23a8b0e17d52f3c1.zip |
Fix breakage for mips.
Diffstat (limited to 'sys-devel/gcc/gcc-3.2.2.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.2.2.ebuild b/sys-devel/gcc/gcc-3.2.2.ebuild index 5b37303c41b6..4c38d5895cf9 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.10 2003/02/24 20:35:36 dragon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.11 2003/02/25 13:50:16 dragon Exp $ IUSE="static nls bootstrap java build" @@ -98,7 +98,7 @@ else fi DEPEND="virtual/glibc - mips? ( >=sys-devel/binutils-2.13.90.0.16 : >=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 ) )" |