summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-11-09 19:22:57 +0000
committerMike Frysinger <vapier@gentoo.org>2011-11-09 19:22:57 +0000
commit6e3dac1ce88e503afc306778e1ac760af6aa8938 (patch)
treed5539c5b6a1426c8e41ed791588e713366a769cf /sys-devel/gcc/gcc-3.4.6-r2.ebuild
parentInitial import. Thanks to James Le Cuirot <chewi@aura-online.co.uk> for the i... (diff)
downloadgentoo-2-6e3dac1ce88e503afc306778e1ac760af6aa8938.tar.gz
gentoo-2-6e3dac1ce88e503afc306778e1ac760af6aa8938.tar.bz2
gentoo-2-6e3dac1ce88e503afc306778e1ac760af6aa8938.zip
Drop most dependencies now that toolchain.eclass takes care of them. Also drop the ncurses dep as that seems to be purely a workaround for an ancient issue #4411 which we have addressed in different ways.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/gcc/gcc-3.4.6-r2.ebuild')
-rw-r--r--sys-devel/gcc/gcc-3.4.6-r2.ebuild34
1 files changed, 2 insertions, 32 deletions
diff --git a/sys-devel/gcc/gcc-3.4.6-r2.ebuild b/sys-devel/gcc/gcc-3.4.6-r2.ebuild
index 7498d616ca5f..03bc79d6121f 100644
--- a/sys-devel/gcc/gcc-3.4.6-r2.ebuild
+++ b/sys-devel/gcc/gcc-3.4.6-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.27 2011/09/26 17:38:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.28 2011/11/09 19:22:56 vapier Exp $
MAN_VER=""
PATCH_VER="1.6"
@@ -46,40 +46,10 @@ IUSE="ip28 ip32r10k n32 n64"
# NOTE: we SHOULD be using at least binutils 2.15.90.0.1 everywhere for proper
# .eh_frame ld optimisation and symbol visibility support, but it hasnt been
# well tested in gentoo on any arch other than amd64!!
-RDEPEND=">=sys-devel/gcc-config-1.4
- >=sys-libs/zlib-1.1.4
- virtual/libiconv
- elibc_glibc? (
- >=sys-libs/glibc-2.3.3_pre20040420-r1
- hardened? ( >=sys-libs/glibc-2.3.3_pre20040529 )
- )
- !build? (
- gcj? (
- gtk? (
- x11-libs/libXt
- x11-libs/libX11
- x11-libs/libXtst
- x11-proto/xproto
- x11-proto/xextproto
- =x11-libs/gtk+-2*
- )
- >=media-libs/libart_lgpl-2.1
- )
- >=sys-libs/ncurses-5.2-r2
- nls? ( sys-devel/gettext )
- )"
-
-if [[ ${CATEGORY/cross-} != ${CATEGORY} ]]; then
- RDEPEND="${RDEPEND} ${CATEGORY}/binutils"
-fi
-
+RDEPEND=""
DEPEND="${RDEPEND}
- >=sys-apps/texinfo-4.2-r4
- >=sys-devel/bison-1.875
- sys-devel/flex
>=sys-devel/binutils-2.14.90.0.8-r1
amd64? ( >=sys-devel/binutils-2.15.90.0.1.1-r1 )"
-PDEPEND=">=sys-devel/gcc-config-1.4"
src_unpack() {
toolchain_src_unpack