summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-10-07 02:01:56 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-10-07 02:01:56 +0000
commit93631bde08f93f606575bd132bcef2422128c7ed (patch)
tree06d5137385f480f413ef2d6c5964fb0e926cf9c3 /sys-devel/gcc/gcc-4.0.2-r1.ebuild
parentRemoving comment about breakage... re-emerging glibc will setup symlinks prop... (diff)
downloadgentoo-2-93631bde08f93f606575bd132bcef2422128c7ed.tar.gz
gentoo-2-93631bde08f93f606575bd132bcef2422128c7ed.tar.bz2
gentoo-2-93631bde08f93f606575bd132bcef2422128c7ed.zip
Let eselect-compiler be an option instead of sys-devel/gcc-config in DEPEND.
(Portage version: 2.0.53_rc3)
Diffstat (limited to 'sys-devel/gcc/gcc-4.0.2-r1.ebuild')
-rw-r--r--sys-devel/gcc/gcc-4.0.2-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-4.0.2-r1.ebuild b/sys-devel/gcc/gcc-4.0.2-r1.ebuild
index 42961063e669..f68821ccbf8e 100644
--- a/sys-devel/gcc/gcc-4.0.2-r1.ebuild
+++ b/sys-devel/gcc/gcc-4.0.2-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-4.0.2-r1.ebuild,v 1.1 2005/10/04 19:43:04 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.2-r1.ebuild,v 1.2 2005/10/07 02:01:56 eradicator Exp $
PATCH_VER="1.2"
PATCH_GCC_VER="4.0.2"
@@ -27,7 +27,7 @@ LICENSE="GPL-2 LGPL-2.1"
KEYWORDS="-*"
RDEPEND="virtual/libc
- >=sys-devel/gcc-config-1.3.1
+ || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.10 )
>=sys-libs/zlib-1.1.4
!sys-devel/hardened-gcc
elibc_glibc? ( >=sys-libs/glibc-2.3.5 )
@@ -52,7 +52,7 @@ DEPEND="${RDEPEND}
>=sys-devel/bison-1.875
>=sys-devel/binutils-2.15.97"
-PDEPEND="sys-devel/gcc-config
+PDEPEND="|| ( app-admin/eselect-compiler sys-devel/gcc-config )
x86? ( !nocxx? ( !elibc_uclibc? ( !build? ( || ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* ) ) ) ) )"
src_unpack() {