diff options
Diffstat (limited to 'sys-devel/gcc/gcc-4.4.2.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.4.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-4.4.2.ebuild b/sys-devel/gcc/gcc-4.4.2.ebuild index 9e187bd02e32..00d3f46d3183 100644 --- a/sys-devel/gcc/gcc-4.4.2.ebuild +++ b/sys-devel/gcc/gcc-4.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.2.ebuild,v 1.2 2009/10/19 10:47:22 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.2.ebuild,v 1.3 2009/10/26 22:03:29 vapier Exp $ PATCH_VER="1.0" UCLIBC_VER="1.0" @@ -59,6 +59,7 @@ DEPEND="${RDEPEND} test? ( >=dev-util/dejagnu-1.4.4 >=sys-devel/autogen-5.5.4 ) >=sys-apps/texinfo-4.8 >=sys-devel/bison-1.875 + elibc_glibc? ( >=sys-libs/glibc-2.8 ) amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) ) ppc? ( >=${CATEGORY}/binutils-2.17 ) ppc64? ( >=${CATEGORY}/binutils-2.17 ) |