diff options
Diffstat (limited to 'sys-devel/gcc/gcc-4.7.0.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.7.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-4.7.0.ebuild b/sys-devel/gcc/gcc-4.7.0.ebuild index ee7b7559c4c4..21fb758c8b29 100644 --- a/sys-devel/gcc/gcc-4.7.0.ebuild +++ b/sys-devel/gcc/gcc-4.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v 1.6 2012/09/30 06:47:05 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v 1.7 2012/11/24 21:22:29 vapier Exp $ PATCH_VER="1.2" UCLIBC_VER="1.0" @@ -28,7 +28,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar RDEPEND="" DEPEND="${RDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.8 ) - amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) ) >=${CATEGORY}/binutils-2.18" if [[ ${CATEGORY} != cross-* ]] ; then |