diff options
Diffstat (limited to 'sys-devel/gcc/gcc-4.4.1.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.4.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-devel/gcc/gcc-4.4.1.ebuild b/sys-devel/gcc/gcc-4.4.1.ebuild index c547be9bffb3..dd4a211d1c29 100644 --- a/sys-devel/gcc/gcc-4.4.1.ebuild +++ b/sys-devel/gcc/gcc-4.4.1.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.1.ebuild,v 1.8 2009/09/20 04:36:00 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.1.ebuild,v 1.9 2009/09/20 05:26:19 dirtyepic Exp $ PATCH_VER="1.0" UCLIBC_VER="1.1" @@ -32,10 +32,10 @@ RDEPEND=">=sys-libs/zlib-1.1.4 >=sys-devel/gcc-config-1.4 virtual/libiconv >=dev-libs/gmp-4.2.1 - >=dev-libs/mpfr-2.3 + >=dev-libs/mpfr-2.3.2 graphite? ( >=dev-libs/ppl-0.10 - >=dev-libs/cloog-ppl-0.15 + >=dev-libs/cloog-ppl-0.15.4 ) !build? ( gcj? ( @@ -56,8 +56,8 @@ RDEPEND=">=sys-libs/zlib-1.1.4 nls? ( sys-devel/gettext ) )" DEPEND="${RDEPEND} - test? ( sys-devel/autogen dev-util/dejagnu ) - >=sys-apps/texinfo-4.2-r4 + test? ( >=dev-util/dejagnu-1.4.4 >=sys-devel/autogen-5.5.4 ) + >=sys-apps/texinfo-4.8 >=sys-devel/bison-1.875 amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) ) ppc? ( >=${CATEGORY}/binutils-2.17 ) |