| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 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.3.6-r1.ebuild,v 1.23 2011/12/06 04:05:49 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v 1.24 2012/07/23 16:00:30 vapier Exp $ |
| 4 | |
4 | |
| 5 | PATCH_VER="1.7" |
5 | PATCH_VER="1.8" |
| 6 | UCLIBC_VER="1.0" |
6 | UCLIBC_VER="1.0" |
| 7 | HTB_VER="1.00-r2" |
7 | HTB_VER="1.00-r2" |
| 8 | |
8 | |
| 9 | inherit toolchain eutils |
9 | inherit toolchain eutils |
| 10 | |
10 | |