| 1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.10 2003/02/24 20:35:36 dragon Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.11 2003/02/25 13:50:16 dragon Exp $ |
| 4 | |
4 | |
| 5 | IUSE="static nls bootstrap java build" |
5 | IUSE="static nls bootstrap java build" |
| 6 | |
6 | |
| 7 | inherit eutils flag-o-matic libtool |
7 | inherit eutils flag-o-matic libtool |
| 8 | |
8 | |
| … | |
… | |
| 96 | else |
96 | else |
| 97 | SLOT="${CCHOST}-${MY_PV}" |
97 | SLOT="${CCHOST}-${MY_PV}" |
| 98 | fi |
98 | fi |
| 99 | |
99 | |
| 100 | DEPEND="virtual/glibc |
100 | DEPEND="virtual/glibc |
| 101 | mips? ( >=sys-devel/binutils-2.13.90.0.16 : >=sys-devel/binutils-2.13.90.0.18 ) |
101 | mips? >=sys-devel/binutils-2.13.90.0.16 : >=sys-devel/binutils-2.13.90.0.18 |
| 102 | >=sys-devel/gcc-config-1.3.1 |
102 | >=sys-devel/gcc-config-1.3.1 |
| 103 | !build? ( >=sys-libs/ncurses-5.2-r2 |
103 | !build? ( >=sys-libs/ncurses-5.2-r2 |
| 104 | nls? ( sys-devel/gettext ) )" |
104 | nls? ( sys-devel/gettext ) )" |
| 105 | |
105 | |
| 106 | RDEPEND="virtual/glibc |
106 | RDEPEND="virtual/glibc |