summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-03 19:33:51 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-03 19:33:51 +0000
commit2e269eaa9a71d98cf9afaf9abe3c4a641dfa4242 (patch)
treef250f1eb651afbc3b72b937609d2673b0d321a8b /sys-devel/gcc
parentstable on ppc64 (diff)
downloadgentoo-2-2e269eaa9a71d98cf9afaf9abe3c4a641dfa4242.tar.gz
gentoo-2-2e269eaa9a71d98cf9afaf9abe3c4a641dfa4242.tar.bz2
gentoo-2-2e269eaa9a71d98cf9afaf9abe3c4a641dfa4242.zip
force newer gcc-config since some people are lazy in upgrading packages
(Portage version: 2.0.53)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r--sys-devel/gcc/gcc-3.3.6.ebuild4
-rw-r--r--sys-devel/gcc/gcc-3.4.4-r1.ebuild4
-rw-r--r--sys-devel/gcc/gcc-4.0.2-r1.ebuild4
-rw-r--r--sys-devel/gcc/gcc-4.1.0_beta20051125.ebuild4
4 files changed, 8 insertions, 8 deletions
diff --git a/sys-devel/gcc/gcc-3.3.6.ebuild b/sys-devel/gcc/gcc-3.3.6.ebuild
index 546582b5d265..13f48386918f 100644
--- a/sys-devel/gcc/gcc-3.3.6.ebuild
+++ b/sys-devel/gcc/gcc-3.3.6.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-3.3.6.ebuild,v 1.17 2005/12/01 10:59:09 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6.ebuild,v 1.18 2005/12/03 19:33:51 vapier Exp $
MAN_VER=""
PATCH_VER="1.3"
@@ -40,7 +40,7 @@ KEYWORDS="-* ~alpha ~amd64 hppa -ia64 ~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.10 )
+RDEPEND="|| ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.12-r4 )
>=sys-libs/zlib-1.1.4
!sys-devel/hardened-gcc
elibc_glibc? ( >=sys-libs/glibc-2.3.2-r9 )
diff --git a/sys-devel/gcc/gcc-3.4.4-r1.ebuild b/sys-devel/gcc/gcc-3.4.4-r1.ebuild
index 2f3e250a8619..85ea2a3fbde5 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-2005 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.9 2005/12/02 22:35:15 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.4-r1.ebuild,v 1.10 2005/12/03 19:33:51 vapier 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.10 )
+RDEPEND="|| ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.12-r4 )
>=sys-libs/zlib-1.1.4
!sys-devel/hardened-gcc
elibc_glibc? (
diff --git a/sys-devel/gcc/gcc-4.0.2-r1.ebuild b/sys-devel/gcc/gcc-4.0.2-r1.ebuild
index 201e83a9dbd1..e484afa2c827 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.12 2005/11/29 03:04:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.2-r1.ebuild,v 1.13 2005/12/03 19:33:51 vapier Exp $
PATCH_VER="1.2"
PATCH_GCC_VER="4.0.2"
@@ -30,7 +30,7 @@ LICENSE="GPL-2 LGPL-2.1"
KEYWORDS="-*"
RDEPEND="!sys-devel/hardened-gcc
- || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.10 )
+ || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.12-r4 )
>=sys-libs/zlib-1.1.4
amd64? ( multilib? ( >=app-emulation/emul-linux-x86-glibc-1.1 ) )
fortran? (
diff --git a/sys-devel/gcc/gcc-4.1.0_beta20051125.ebuild b/sys-devel/gcc/gcc-4.1.0_beta20051125.ebuild
index 362e57966ff3..347d6a4737c5 100644
--- a/sys-devel/gcc/gcc-4.1.0_beta20051125.ebuild
+++ b/sys-devel/gcc/gcc-4.1.0_beta20051125.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.1.0_beta20051125.ebuild,v 1.2 2005/11/29 03:04:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.0_beta20051125.ebuild,v 1.3 2005/12/03 19:33:51 vapier Exp $
ETYPE="gcc-compiler"
@@ -13,7 +13,7 @@ LICENSE="GPL-2 LGPL-2.1"
KEYWORDS="-*"
RDEPEND="!sys-devel/hardened-gcc
- || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.10 )
+ || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.12-r4 )
>=sys-libs/zlib-1.1.4
amd64? ( multilib? ( >=app-emulation/emul-linux-x86-glibc-1.1 ) )
fortran? (