diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-12 20:58:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-12 20:58:20 +0000 |
commit | a803f2d484b6b491c5f8eb7ba10cee6fe7563bcc (patch) | |
tree | d273c1e9b4efa3ee1b3ce701cb150c29c78ca884 /sys-devel/gcc/gcc-3.3.5-r1.ebuild | |
parent | move app-vim/xsl -> app-vim/xsl-syntax (diff) | |
download | gentoo-2-a803f2d484b6b491c5f8eb7ba10cee6fe7563bcc.tar.gz gentoo-2-a803f2d484b6b491c5f8eb7ba10cee6fe7563bcc.tar.bz2 gentoo-2-a803f2d484b6b491c5f8eb7ba10cee6fe7563bcc.zip |
get rid of glibc crap
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-devel/gcc/gcc-3.3.5-r1.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.3.5-r1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-devel/gcc/gcc-3.3.5-r1.ebuild b/sys-devel/gcc/gcc-3.3.5-r1.ebuild index 0af3d7870fe3..fcbffdaaca91 100644 --- a/sys-devel/gcc/gcc-3.3.5-r1.ebuild +++ b/sys-devel/gcc/gcc-3.3.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.5-r1.ebuild,v 1.18 2005/02/12 09:07:40 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.5-r1.ebuild,v 1.19 2005/02/12 20:58:20 vapier Exp $ GENTOO_TOOLCHAIN_BASE_URI="http://dev.gentoo.org/~lv/GCC/" #GCC_MANPAGE_VERSION="3.3.4" @@ -66,9 +66,7 @@ RDEPEND="virtual/libc )" if [[ ${CATEGORY/cross-} != ${CATEGORY} ]]; then - RDEPEND="${RDEPEND} - ${CATEGORY}/binutils - !nocxx? ( >=${CATEGORY}/glibc-2.3.4.20040808-r1 )" + RDEPEND="${RDEPEND} ${CATEGORY}/binutils" fi DEPEND="${RDEPEND} |