summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2009-05-03 00:21:52 +0000
committerMark Loeser <halcy0n@gentoo.org>2009-05-03 00:21:52 +0000
commit83bffb18ac12bed6ba2227147aa916fd5b5d31bf (patch)
tree9ffcc93e6dc1d08791599fd76fd82e670be0b2f8 /sys-devel/gcc
parentAdd dependency on sys-devel/flex for binutils; bug #221407 (diff)
downloadgentoo-2-83bffb18ac12bed6ba2227147aa916fd5b5d31bf.tar.gz
gentoo-2-83bffb18ac12bed6ba2227147aa916fd5b5d31bf.tar.bz2
gentoo-2-83bffb18ac12bed6ba2227147aa916fd5b5d31bf.zip
Add sys-devel/flex as a DEPEND; bug #221411
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r--sys-devel/gcc/ChangeLog9
-rw-r--r--sys-devel/gcc/gcc-3.4.6-r2.ebuild3
-rw-r--r--sys-devel/gcc/gcc-4.0.4.ebuild5
-rw-r--r--sys-devel/gcc/gcc-4.1.2.ebuild3
-rw-r--r--sys-devel/gcc/gcc-4.2.4-r1.ebuild3
-rw-r--r--sys-devel/gcc/gcc-4.3.0.ebuild5
-rw-r--r--sys-devel/gcc/gcc-4.3.1-r1.ebuild5
-rw-r--r--sys-devel/gcc/gcc-4.3.1.ebuild5
-rw-r--r--sys-devel/gcc/gcc-4.3.2-r2.ebuild5
-rw-r--r--sys-devel/gcc/gcc-4.3.2-r3.ebuild3
-rw-r--r--sys-devel/gcc/gcc-4.3.2-r4.ebuild3
-rw-r--r--sys-devel/gcc/gcc-4.3.2.ebuild5
-rw-r--r--sys-devel/gcc/gcc-4.3.3-r2.ebuild3
-rw-r--r--sys-devel/gcc/gcc-4.3.3.ebuild3
14 files changed, 40 insertions, 20 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index d2cd8ce6a94d..0ec419cfbda6 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-devel/gcc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.701 2009/04/26 20:14:11 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.702 2009/05/03 00:21:52 halcy0n Exp $
+
+ 03 May 2009; Mark Loeser <halcy0n@gentoo.org> gcc-3.4.6-r2.ebuild,
+ gcc-4.0.4.ebuild, gcc-4.1.2.ebuild, gcc-4.2.4-r1.ebuild, gcc-4.3.0.ebuild,
+ gcc-4.3.1.ebuild, gcc-4.3.1-r1.ebuild, gcc-4.3.2.ebuild,
+ gcc-4.3.2-r2.ebuild, gcc-4.3.2-r3.ebuild, gcc-4.3.2-r4.ebuild,
+ gcc-4.3.3.ebuild, gcc-4.3.3-r2.ebuild:
+ Add sys-devel/flex as a DEPEND; bug #221411
*gcc-4.3.2-r4 (26 Apr 2009)
diff --git a/sys-devel/gcc/gcc-3.4.6-r2.ebuild b/sys-devel/gcc/gcc-3.4.6-r2.ebuild
index 9734fd2296e1..83ff79811f29 100644
--- a/sys-devel/gcc/gcc-3.4.6-r2.ebuild
+++ b/sys-devel/gcc/gcc-3.4.6-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.22 2009/03/15 07:14:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.23 2009/05/03 00:21:52 halcy0n Exp $
MAN_VER=""
PATCH_VER="1.6"
@@ -77,6 +77,7 @@ fi
DEPEND="${RDEPEND}
>=sys-apps/texinfo-4.2-r4
>=sys-devel/bison-1.875
+ sys-devel/flex
>=sys-devel/binutils-2.14.90.0.8-r1
amd64? ( >=sys-devel/binutils-2.15.90.0.1.1-r1 )"
PDEPEND=">=sys-devel/gcc-config-1.4"
diff --git a/sys-devel/gcc/gcc-4.0.4.ebuild b/sys-devel/gcc/gcc-4.0.4.ebuild
index ecc4af711d5a..26eb1f28ccc2 100644
--- a/sys-devel/gcc/gcc-4.0.4.ebuild
+++ b/sys-devel/gcc/gcc-4.0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.4.ebuild,v 1.4 2009/03/01 20:46:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.4.ebuild,v 1.5 2009/05/03 00:21:52 halcy0n Exp $
PATCH_VER="1.1"
UCLIBC_VER="1.0"
@@ -50,6 +50,7 @@ DEPEND="${RDEPEND}
test? ( sys-devel/autogen dev-util/dejagnu )
>=sys-apps/texinfo-4.2-r4
>=sys-devel/bison-1.875
+ sys-devel/flex
>=${CATEGORY}/binutils-2.15.94"
PDEPEND=">=sys-devel/gcc-config-1.4"
if [[ ${CATEGORY} != cross-* ]] ; then
diff --git a/sys-devel/gcc/gcc-4.1.2.ebuild b/sys-devel/gcc/gcc-4.1.2.ebuild
index b324c601e2c0..b9c899487e30 100644
--- a/sys-devel/gcc/gcc-4.1.2.ebuild
+++ b/sys-devel/gcc/gcc-4.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild,v 1.22 2009/01/19 16:36:33 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild,v 1.23 2009/05/03 00:21:52 halcy0n Exp $
PATCH_VER="1.3"
UCLIBC_VER="1.0"
@@ -46,6 +46,7 @@ DEPEND="${RDEPEND}
test? ( sys-devel/autogen dev-util/dejagnu )
>=sys-apps/texinfo-4.2-r4
>=sys-devel/bison-1.875
+ sys-devel/flex
ppc? ( >=${CATEGORY}/binutils-2.17 )
ppc64? ( >=${CATEGORY}/binutils-2.17 )
>=${CATEGORY}/binutils-2.15.94"
diff --git a/sys-devel/gcc/gcc-4.2.4-r1.ebuild b/sys-devel/gcc/gcc-4.2.4-r1.ebuild
index 03f3cbca73ac..5d2d275e8a03 100644
--- a/sys-devel/gcc/gcc-4.2.4-r1.ebuild
+++ b/sys-devel/gcc/gcc-4.2.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.2.4-r1.ebuild,v 1.2 2009/01/31 17:28:39 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.2.4-r1.ebuild,v 1.3 2009/05/03 00:21:52 halcy0n Exp $
PATCH_VER="1.1"
UCLIBC_VER="1.0"
@@ -47,6 +47,7 @@ DEPEND="${RDEPEND}
test? ( sys-devel/autogen dev-util/dejagnu )
>=sys-apps/texinfo-4.2-r4
>=sys-devel/bison-1.875
+ sys-devel/flex
ppc? ( >=${CATEGORY}/binutils-2.17 )
ppc64? ( >=${CATEGORY}/binutils-2.17 )
>=${CATEGORY}/binutils-2.15.94"
diff --git a/sys-devel/gcc/gcc-4.3.0.ebuild b/sys-devel/gcc/gcc-4.3.0.ebuild
index cfcfb5d800b8..265a0da7909e 100644
--- a/sys-devel/gcc/gcc-4.3.0.ebuild
+++ b/sys-devel/gcc/gcc-4.3.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.0.ebuild,v 1.8 2008/06/21 04:23:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.0.ebuild,v 1.9 2009/05/03 00:21:52 halcy0n Exp $
PATCH_VER="1.2"
UCLIBC_VER="1.0"
@@ -45,6 +45,7 @@ DEPEND="${RDEPEND}
test? ( sys-devel/autogen dev-util/dejagnu )
>=sys-apps/texinfo-4.2-r4
>=sys-devel/bison-1.875
+ sys-devel/flex
ppc? ( >=${CATEGORY}/binutils-2.17 )
ppc64? ( >=${CATEGORY}/binutils-2.17 )
>=${CATEGORY}/binutils-2.15.94"
diff --git a/sys-devel/gcc/gcc-4.3.1-r1.ebuild b/sys-devel/gcc/gcc-4.3.1-r1.ebuild
index 4c8d394159cc..eeba5d8a8348 100644
--- a/sys-devel/gcc/gcc-4.3.1-r1.ebuild
+++ b/sys-devel/gcc/gcc-4.3.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.1-r1.ebuild,v 1.2 2008/08/19 18:20:33 yoswink Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.1-r1.ebuild,v 1.3 2009/05/03 00:21:52 halcy0n Exp $
PATCH_VER="1.1"
UCLIBC_VER="1.0"
@@ -45,6 +45,7 @@ DEPEND="${RDEPEND}
test? ( sys-devel/autogen dev-util/dejagnu )
>=sys-apps/texinfo-4.2-r4
>=sys-devel/bison-1.875
+ sys-devel/flex
amd64? ( >=sys-libs/glibc-2.7-r2 )
ppc? ( >=${CATEGORY}/binutils-2.17 )
ppc64? ( >=${CATEGORY}/binutils-2.17 )
diff --git a/sys-devel/gcc/gcc-4.3.1.ebuild b/sys-devel/gcc/gcc-4.3.1.ebuild
index 3ee4a24c1084..04711ad1d228 100644
--- a/sys-devel/gcc/gcc-4.3.1.ebuild
+++ b/sys-devel/gcc/gcc-4.3.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.1.ebuild,v 1.5 2008/06/29 16:51:31 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.1.ebuild,v 1.6 2009/05/03 00:21:52 halcy0n Exp $
PATCH_VER="1.0"
UCLIBC_VER="1.0"
@@ -45,6 +45,7 @@ DEPEND="${RDEPEND}
test? ( sys-devel/autogen dev-util/dejagnu )
>=sys-apps/texinfo-4.2-r4
>=sys-devel/bison-1.875
+ sys-devel/flex
amd64? ( >=sys-libs/glibc-2.7-r2 )
ppc? ( >=${CATEGORY}/binutils-2.17 )
ppc64? ( >=${CATEGORY}/binutils-2.17 )
diff --git a/sys-devel/gcc/gcc-4.3.2-r2.ebuild b/sys-devel/gcc/gcc-4.3.2-r2.ebuild
index 6dc9a82c80d4..672edd146f00 100644
--- a/sys-devel/gcc/gcc-4.3.2-r2.ebuild
+++ b/sys-devel/gcc/gcc-4.3.2-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r2.ebuild,v 1.6 2009/01/02 20:18:54 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r2.ebuild,v 1.7 2009/05/03 00:21:52 halcy0n Exp $
PATCH_VER="1.5"
UCLIBC_VER="1.0"
@@ -57,6 +57,7 @@ DEPEND="${RDEPEND}
test? ( sys-devel/autogen dev-util/dejagnu )
>=sys-apps/texinfo-4.2-r4
>=sys-devel/bison-1.875
+ sys-devel/flex
amd64? (
>=sys-libs/glibc-2.7-r2
multilib? (
diff --git a/sys-devel/gcc/gcc-4.3.2-r3.ebuild b/sys-devel/gcc/gcc-4.3.2-r3.ebuild
index 7aae9504ffc5..de028f462dc9 100644
--- a/sys-devel/gcc/gcc-4.3.2-r3.ebuild
+++ b/sys-devel/gcc/gcc-4.3.2-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r3.ebuild,v 1.10 2009/04/14 20:07:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r3.ebuild,v 1.11 2009/05/03 00:21:52 halcy0n Exp $
PATCH_VER="1.6"
UCLIBC_VER="1.0"
@@ -57,6 +57,7 @@ DEPEND="${RDEPEND}
test? ( sys-devel/autogen dev-util/dejagnu )
>=sys-apps/texinfo-4.2-r4
>=sys-devel/bison-1.875
+ sys-devel/flex
amd64? (
>=sys-libs/glibc-2.7-r2
multilib? (
diff --git a/sys-devel/gcc/gcc-4.3.2-r4.ebuild b/sys-devel/gcc/gcc-4.3.2-r4.ebuild
index 31834143a197..e4aaa7de5e67 100644
--- a/sys-devel/gcc/gcc-4.3.2-r4.ebuild
+++ b/sys-devel/gcc/gcc-4.3.2-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r4.ebuild,v 1.1 2009/04/26 20:14:11 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r4.ebuild,v 1.2 2009/05/03 00:21:52 halcy0n Exp $
PATCH_VER="1.7"
UCLIBC_VER="1.0"
@@ -57,6 +57,7 @@ DEPEND="${RDEPEND}
test? ( sys-devel/autogen dev-util/dejagnu )
>=sys-apps/texinfo-4.2-r4
>=sys-devel/bison-1.875
+ sys-devel/flex
amd64? (
>=sys-libs/glibc-2.7-r2
multilib? (
diff --git a/sys-devel/gcc/gcc-4.3.2.ebuild b/sys-devel/gcc/gcc-4.3.2.ebuild
index 806cc392bf61..7fbdb661e6f9 100644
--- a/sys-devel/gcc/gcc-4.3.2.ebuild
+++ b/sys-devel/gcc/gcc-4.3.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2.ebuild,v 1.9 2008/12/29 09:38:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2.ebuild,v 1.10 2009/05/03 00:21:52 halcy0n Exp $
PATCH_VER="1.2"
UCLIBC_VER="1.0"
@@ -45,6 +45,7 @@ DEPEND="${RDEPEND}
test? ( sys-devel/autogen dev-util/dejagnu )
>=sys-apps/texinfo-4.2-r4
>=sys-devel/bison-1.875
+ sys-devel/flex
amd64? (
>=sys-libs/glibc-2.7-r2
multilib? (
diff --git a/sys-devel/gcc/gcc-4.3.3-r2.ebuild b/sys-devel/gcc/gcc-4.3.3-r2.ebuild
index 09f1106f959d..dc4d81866867 100644
--- a/sys-devel/gcc/gcc-4.3.3-r2.ebuild
+++ b/sys-devel/gcc/gcc-4.3.3-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.3-r2.ebuild,v 1.1 2009/03/27 20:52:29 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.3-r2.ebuild,v 1.2 2009/05/03 00:21:52 halcy0n Exp $
GENTOO_PATCH_EXCLUDE="69_all_gcc43-pr39013.patch" #262567
@@ -57,6 +57,7 @@ DEPEND="${RDEPEND}
test? ( sys-devel/autogen dev-util/dejagnu )
>=sys-apps/texinfo-4.2-r4
>=sys-devel/bison-1.875
+ sys-devel/flex
amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) )
ppc? ( >=${CATEGORY}/binutils-2.17 )
ppc64? ( >=${CATEGORY}/binutils-2.17 )
diff --git a/sys-devel/gcc/gcc-4.3.3.ebuild b/sys-devel/gcc/gcc-4.3.3.ebuild
index 24ba7bdc2e32..17714ab4a8ab 100644
--- a/sys-devel/gcc/gcc-4.3.3.ebuild
+++ b/sys-devel/gcc/gcc-4.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.3.ebuild,v 1.3 2009/02/24 23:20:55 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.3.ebuild,v 1.4 2009/05/03 00:21:52 halcy0n Exp $
PATCH_VER="1.0"
UCLIBC_VER="1.0"
@@ -55,6 +55,7 @@ DEPEND="${RDEPEND}
test? ( sys-devel/autogen dev-util/dejagnu )
>=sys-apps/texinfo-4.2-r4
>=sys-devel/bison-1.875
+ sys-devel/flex
amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) )
ppc? ( >=${CATEGORY}/binutils-2.17 )
ppc64? ( >=${CATEGORY}/binutils-2.17 )