summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2006-08-14 16:32:23 +0000
committerNed Ludd <solar@gentoo.org>2006-08-14 16:32:23 +0000
commit6bec3c74b451c7540c015977d5798e68228701fd (patch)
treea63aecd2bd97271ad2069508fc14812d83fc9bdc /sys-devel/gcc/gcc-3.4.4-r1.ebuild
parent- switch default ordering of gcc-config and eselect-compiler to work around p... (diff)
downloadhistorical-6bec3c74b451c7540c015977d5798e68228701fd.tar.gz
historical-6bec3c74b451c7540c015977d5798e68228701fd.tar.bz2
historical-6bec3c74b451c7540c015977d5798e68228701fd.zip
- switch default ordering of gcc-config and eselect-compiler to work around portage bug
Package-Manager: portage-2.1.1_pre2-r7
Diffstat (limited to 'sys-devel/gcc/gcc-3.4.4-r1.ebuild')
-rw-r--r--sys-devel/gcc/gcc-3.4.4-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-3.4.4-r1.ebuild b/sys-devel/gcc/gcc-3.4.4-r1.ebuild
index 0353fc8bed00..23d116a08962 100644
--- a/sys-devel/gcc/gcc-3.4.4-r1.ebuild
+++ b/sys-devel/gcc/gcc-3.4.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.4-r1.ebuild,v 1.16 2006/07/28 06:39:21 kevquinn Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.4-r1.ebuild,v 1.17 2006/08/14 16:32:23 solar Exp $
MAN_VER=""
PATCH_VER="1.7"
@@ -46,7 +46,7 @@ KEYWORDS="-* alpha amd64 arm -hppa ~ia64 mips ppc ppc64 ~s390 sh ~sparc x86"
# 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="|| ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.12-r4 )
+RDEPEND="|| ( >=sys-devel/gcc-config-1.3.12-r4 app-admin/eselect-compiler )
>=sys-libs/zlib-1.1.4
elibc_glibc? (
>=sys-libs/glibc-2.3.3_pre20040420-r1
@@ -73,7 +73,7 @@ DEPEND="${RDEPEND}
>=sys-devel/bison-1.875
>=sys-devel/binutils-2.14.90.0.8-r1
amd64? ( >=sys-devel/binutils-2.15.90.0.1.1-r1 )"
-PDEPEND="|| ( app-admin/eselect-compiler sys-devel/gcc-config )
+PDEPEND="|| ( sys-devel/gcc-config app-admin/eselect-compiler )
x86? ( !nocxx? ( !elibc_uclibc? ( !build? ( || ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* ) ) ) ) )"
src_unpack() {