summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/gcc/gcc-4.0.3.ebuild')
-rw-r--r--sys-devel/gcc/gcc-4.0.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-4.0.3.ebuild b/sys-devel/gcc/gcc-4.0.3.ebuild
index fd1e6e7e2811..4b7b847d2e2a 100644
--- a/sys-devel/gcc/gcc-4.0.3.ebuild
+++ b/sys-devel/gcc/gcc-4.0.3.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-4.0.3.ebuild,v 1.10 2006/07/18 05:08:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.3.ebuild,v 1.11 2006/08/14 16:32:23 solar Exp $
PATCH_VER="1.3"
UCLIBC_VER="1.0"
@@ -25,7 +25,7 @@ LICENSE="GPL-2 LGPL-2.1"
KEYWORDS="-* ~ia64"
RDEPEND=">=sys-libs/zlib-1.1.4
- || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.12-r4 )
+ || ( >=sys-devel/gcc-config-1.3.12-r4 app-admin/eselect-compiler )
fortran? (
dev-libs/gmp
dev-libs/mpfr
@@ -47,7 +47,7 @@ DEPEND="${RDEPEND}
>=sys-apps/texinfo-4.2-r4
>=sys-devel/bison-1.875
>=${CATEGORY}/binutils-2.15.94"
-PDEPEND="|| ( app-admin/eselect-compiler sys-devel/gcc-config )"
+PDEPEND="|| ( sys-devel/gcc-config app-admin/eselect-compiler )"
if [[ ${CATEGORY} != cross-* ]] ; then
PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )"
fi