| 1 | # Copyright 1999-2012 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-4.6.0.ebuild,v 1.9 2012/05/22 05:07:54 dirtyepic Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.0.ebuild,v 1.10 2012/05/31 04:59:32 dirtyepic Exp $ |
| 4 | |
4 | |
| 5 | PATCH_VER="1.2" |
5 | PATCH_VER="1.2" |
| 6 | UCLIBC_VER="1.0" |
6 | UCLIBC_VER="1.0" |
| 7 | |
7 | |
| 8 | # Hardened gcc 4 stuff |
8 | # Hardened gcc 4 stuff |
| … | |
… | |
| 20 | inherit toolchain |
20 | inherit toolchain |
| 21 | |
21 | |
| 22 | DESCRIPTION="The GNU Compiler Collection" |
22 | DESCRIPTION="The GNU Compiler Collection" |
| 23 | |
23 | |
| 24 | LICENSE="GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2" |
24 | LICENSE="GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2" |
| 25 | KEYWORDS="~alpha ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" |
25 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" |
| 26 | RDEPEND="" |
26 | RDEPEND="" |
| 27 | DEPEND="${RDEPEND} |
27 | DEPEND="${RDEPEND} |
| 28 | elibc_glibc? ( >=sys-libs/glibc-2.8 ) |
28 | elibc_glibc? ( >=sys-libs/glibc-2.8 ) |
| 29 | amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) ) |
29 | amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) ) |
| 30 | >=${CATEGORY}/binutils-2.18" |
30 | >=${CATEGORY}/binutils-2.18" |