summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-03-20 20:39:50 +0000
committerMike Frysinger <vapier@gentoo.org>2008-03-20 20:39:50 +0000
commit9b524567c17688f6a23f2a184fda959f6a3df265 (patch)
treec4cd0696701f1127334b7dcd37277e8d98130edd /sys-devel/gcc/gcc-4.2.3.ebuild
parentAdd ~sparc for Bug #213611. Tests pass (which is not the case for 2.0.2). (diff)
downloadhistorical-9b524567c17688f6a23f2a184fda959f6a3df265.tar.gz
historical-9b524567c17688f6a23f2a184fda959f6a3df265.tar.bz2
historical-9b524567c17688f6a23f2a184fda959f6a3df265.zip
Drop eselect-compiler from DEPENDs since it has been dropped from the tree.
Package-Manager: portage-2.2_pre5
Diffstat (limited to 'sys-devel/gcc/gcc-4.2.3.ebuild')
-rw-r--r--sys-devel/gcc/gcc-4.2.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-4.2.3.ebuild b/sys-devel/gcc/gcc-4.2.3.ebuild
index 2bd38b083918..967375b65b6c 100644
--- a/sys-devel/gcc/gcc-4.2.3.ebuild
+++ b/sys-devel/gcc/gcc-4.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.2.3.ebuild,v 1.2 2008/02/16 22:53:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.2.3.ebuild,v 1.3 2008/03/20 20:39:50 vapier Exp $
PATCH_VER="1.0"
UCLIBC_VER="1.0"
@@ -19,7 +19,7 @@ LICENSE="GPL-2 LGPL-2.1"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
RDEPEND=">=sys-libs/zlib-1.1.4
- || ( >=sys-devel/gcc-config-1.3.12-r4 app-admin/eselect-compiler )
+ >=sys-devel/gcc-config-1.4
virtual/libiconv
fortran? (
>=dev-libs/gmp-4.2.1
@@ -50,7 +50,7 @@ DEPEND="${RDEPEND}
ppc? ( >=${CATEGORY}/binutils-2.17 )
ppc64? ( >=${CATEGORY}/binutils-2.17 )
>=${CATEGORY}/binutils-2.15.94"
-PDEPEND="|| ( sys-devel/gcc-config app-admin/eselect-compiler )"
+PDEPEND=">=sys-devel/gcc-config-1.4"
if [[ ${CATEGORY} != cross-* ]] ; then
PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )"
fi