diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-10-26 22:03:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-10-26 22:03:29 +0000 |
commit | 5e88abb6d66f25b29a2b5310f39b341b0ddeb565 (patch) | |
tree | d13e4b4365c4ae75dcd33c1991aedfa5b7a63632 /sys-devel | |
parent | Replace some functionp calls for compatibility with Emacs 23, bug 290575. (diff) | |
download | gentoo-2-5e88abb6d66f25b29a2b5310f39b341b0ddeb565.tar.gz gentoo-2-5e88abb6d66f25b29a2b5310f39b341b0ddeb565.tar.bz2 gentoo-2-5e88abb6d66f25b29a2b5310f39b341b0ddeb565.zip |
keep glibc DEPEND dep consistent with gcc-4.3/gcc-4.4 ebuilds
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-4.4.1.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.2.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-4.4.1.ebuild b/sys-devel/gcc/gcc-4.4.1.ebuild index 925b0961e0cc..4d6ead71384c 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.11 2009/10/19 10:47:22 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.1.ebuild,v 1.12 2009/10/26 22:03:29 vapier Exp $ PATCH_VER="1.0" UCLIBC_VER="1.1" @@ -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 ) 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 ) |